git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@209 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
4ea04cc357
commit
2680f87b47
|
@ -0,0 +1,23 @@
|
||||||
|
*****************************************************************************
|
||||||
|
** ChibiOS/RT port for Atmel AVRmega128. **
|
||||||
|
*****************************************************************************
|
||||||
|
|
||||||
|
** TARGET **
|
||||||
|
|
||||||
|
The demo runs on an Olimex AVR-MT-128 board.
|
||||||
|
|
||||||
|
** The Demo **
|
||||||
|
|
||||||
|
The demo currently just toggles the relay using a thread. It will be expanded
|
||||||
|
in next releases.
|
||||||
|
|
||||||
|
** 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/
|
Loading…
Reference in New Issue