tinySA/demos/ARMCM3-GENERIC-KERNEL
gdisirio 151d1b7da5 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3246 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-22 08:35:06 +00:00
..
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3245 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-22 08:31:32 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3246 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-22 08:35:06 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3245 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-22 08:31:32 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3245 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-22 08:31:32 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

*****************************************************************************
** 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.