mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
15 lines
586 B
Plaintext
15 lines
586 B
Plaintext
|
*****************************************************************************
|
||
|
** 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.
|