ChibiOS/demos/ARMCM3-GENERIC-KERNEL
gdisirio 853216256a Relicensing parts of the tree under the Apache 2.0 license.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5521 35acf78f-673a-0410-8e92-d51de3d6d3f4
2013-03-30 10:32:37 +00:00
..
Makefile Fixed bug 3607380. 2013-03-09 11:08:46 +00:00
chconf.h Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
main.c Relicensing parts of the tree under the Apache 2.0 license. 2013-03-30 10:32:37 +00:00
readme.txt

readme.txt

*****************************************************************************
** ChibiOS/RT demo for generict ARM Cortex-M3 processor, kernel only.      **
*****************************************************************************

** TARGET **

The demo runs on any ARM Cortex-M3 processor after changing few constants
in main.c, the defaults are setup for an STM32F1xx.

** Build Procedure **

The demo has been tested by using the free CodeSourcery GCC-based toolchain
and YAGARTO. just modify the TRGT line in the makefile in order to use
different GCC toolchains.