ChibiOS-Contrib/demos/MIMXRT1062/RT-TEENSY4_1
Fabien Poussin f36b57993f
Merge pull request #305 from ngwese/fix/armv7-m-port-compat
Teensy 4.1 compatibility with ChibiOS 21.6.x
2022-02-06 22:11:30 +01:00
..
debug branch demo from TEENSY3_6 2021-03-27 16:03:55 +01:00
.cproject branch demo from TEENSY3_6 2021-03-27 16:03:55 +01:00
.project branch demo from TEENSY3_6 2021-03-27 16:03:55 +01:00
Makefile Updated Makefiles to use newer ARM ports 2022-01-01 17:41:28 +11:00
chconf.h Merge pull request #305 from ngwese/fix/armv7-m-port-compat 2022-02-06 22:11:30 +01:00
halconf.h Fixed HAL version in halconf.h files 2022-01-01 18:28:46 +11:00
halconf_community.h branch demo from TEENSY3_6 2021-03-27 16:03:55 +01:00
main.c Teensy 4.1 demo: start USB serial shell after control line state 2021-04-27 08:31:54 +02:00
mcuconf.h demos/RT-TEENSY4_1: enable USB shell / tests in demo 2021-03-31 13:59:00 +02:00
readme.txt branch demo from TEENSY3_6 2021-03-27 16:03:55 +01:00
usbcfg.c Teensy 4.1 demo: start USB serial shell after control line state 2021-04-27 08:31:54 +02:00
usbcfg.h branch usbcfg.[ch] from testhal/KINETIS/TEENSY3_x/USB_SERIAL/ 2021-03-31 13:59:00 +02:00

readme.txt

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

** TARGET **

The demo runs on a PJRC Teensy 3 board.

** The Demo **

The demo shows how to blink the LED on pin 13 of the board.

** Build Procedure **

The demo has been tested by using the free ARM-none GCC toolchain. Just
modify the TRGT line in the makefile in order to use different GCC
toolchains.