ChibiOS/demos/various/RT-ARMCM4-USELIB
Giovanni Di Sirio bb83e90bd0 Makefile mass update, all paths changed to new ARMv7-M port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13750 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-07-12 16:37:17 +00:00
..
rt RT demo using a pre-compiled library and header. 2019-06-04 08:49:14 +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.