ChibiOS/demos/various/RT-ARMCM4-USELIB
Giovanni Di Sirio c26d770f26 Modified all makefiles to include the new test library.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14564 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-06-20 07:18:57 +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 Modified all makefiles to include the new test library. 2021-06-20 07:18:57 +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.