diff options
Diffstat (limited to 'lib/chibios/demos/various/RT-ARMCM4-USELIB/readme.txt')
-rw-r--r-- | lib/chibios/demos/various/RT-ARMCM4-USELIB/readme.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/chibios/demos/various/RT-ARMCM4-USELIB/readme.txt b/lib/chibios/demos/various/RT-ARMCM4-USELIB/readme.txt new file mode 100644 index 000000000..42a27be4d --- /dev/null +++ b/lib/chibios/demos/various/RT-ARMCM4-USELIB/readme.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M4. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo targets a generic ARM Cortex-M4 device without HAL support. RT is | ||
8 | included as a library and an header generated by RT-ARMCM4-MAKELIB. | ||
9 | |||
10 | ** The Demo ** | ||
11 | |||
12 | ** Build Procedure ** | ||
13 | |||
14 | ** Notes ** | ||
15 | |||
16 | The files ch.ld and cmparams.h must be customized for your device. You also | ||
17 | need to provide the CMSIS compliant device header from your vendor, it this | ||
18 | demo an ST header is used. | ||