blob: 3102bcf15b946836ca695f6414777fe580a60c54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
*****************************************************************************
** 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/
|