mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
26 lines
775 B
Plaintext
26 lines
775 B
Plaintext
|
*****************************************************************************
|
||
|
** ChibiOS/RT port for Atmel AVR AT90CAN128. **
|
||
|
*****************************************************************************
|
||
|
|
||
|
** TARGET **
|
||
|
|
||
|
The demo runs on an Olimex AVR-CAN board.
|
||
|
|
||
|
** The Demo **
|
||
|
|
||
|
The demo currently just flashes the board LED using a thread. It will be
|
||
|
expanded in next releases.
|
||
|
By pressing the board button the test suite is activated, output on serial
|
||
|
port 2.
|
||
|
|
||
|
** Build Procedure **
|
||
|
|
||
|
The demo was built using the WinAVR toolchain.
|
||
|
|
||
|
** Notes **
|
||
|
|
||
|
The demo requires include files from WinAVR that are not part of the ChibiOS/RT
|
||
|
distribution, please install WinAVR.
|
||
|
|
||
|
http://winavr.sourceforge.net/
|