ChibiOS/demos/various/RT-ARMCM4-USELIB
Giovanni Di Sirio 13afcee921 Repaired makelib and uselib demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14474 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-04 19:07:12 +00:00
..
rt Repaired makelib and uselib demos. 2021-06-04 19:07:12 +00:00
.cproject RT demo using a pre-compiled library and header. 2019-06-04 08:49:14 +00:00
.project RT demo using a pre-compiled library and header. 2019-06-04 08:49:14 +00:00
Makefile Makefile mass update, all paths changed to new ARMv7-M port. 2020-07-12 16:37:17 +00:00
main.c RT demo using a pre-compiled library and header. 2019-06-04 08:49:14 +00:00
readme.txt RT demo using a pre-compiled library and header. 2019-06-04 08:49:14 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M4.                                      **
*****************************************************************************

** TARGET **

The demo targets a generic ARM Cortex-M4 device without HAL support. RT is
included as a library and an header generated by RT-ARMCM4-MAKELIB.

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