aboutsummaryrefslogtreecommitdiffstats
path: root/demos/various/RT-ARM7-GENERIC/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 11:29:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-10 11:29:42 +0000
commit87c1458bed09c4fbaa954c5cd60f23d920e80dd0 (patch)
tree34c79fb0d920959aed55c5b3d47f13c2855cdc25 /demos/various/RT-ARM7-GENERIC/readme.txt
parent2fd2d1efb9a720b7e601123e5504730685e98557 (diff)
downloadChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.tar.gz
ChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.tar.bz2
ChibiOS-87c1458bed09c4fbaa954c5cd60f23d920e80dd0.zip
MISRAs on ARM port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7748 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/various/RT-ARM7-GENERIC/readme.txt')
-rw-r--r--demos/various/RT-ARM7-GENERIC/readme.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/various/RT-ARM7-GENERIC/readme.txt b/demos/various/RT-ARM7-GENERIC/readme.txt
new file mode 100644
index 000000000..b3feb7551
--- /dev/null
+++ b/demos/various/RT-ARM7-GENERIC/readme.txt
@@ -0,0 +1,17 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M0. **
+*****************************************************************************
+
+** TARGET **
+
+The demo targets a generic ARM Cortex-M4 device without HAL support.
+
+** The Demo **
+
+** Build Procedure **
+
+** Notes **
+
+The files ch.ld and cmparams.h must be customized for your device. You also
+need to provide the CMSIS compliant device header from your vendor, it this
+demo an ST header is used.