dcf1cdd589
Without this change, the ChibiOS shell prompt does not show up reliably on Linux, and possibly other operating systems. For a detailed walk-through covering the individual problems and causes, see: https://michael.stapelberg.ch/posts/2021-04-27-linux-usb-virtual-serial-cdc-acm/ I verified that this approach works with: 1. Linux 5.10 2. Windows 10 3. macOS Big Sur on a MacBook Air M1 |
||
---|---|---|
.. | ||
debug | ||
.cproject | ||
.project | ||
Makefile | ||
chconf.h | ||
halconf.h | ||
halconf_community.h | ||
main.c | ||
mcuconf.h | ||
readme.txt | ||
usbcfg.c | ||
usbcfg.h |
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.