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