aboutsummaryrefslogtreecommitdiff
path: root/ports/teensy
AgeCommit message (Expand)Author
2019-07-01ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.Damien George
2019-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-02-12teensy/Makefile: Use common gchelper_m3.s code from lib/utils.Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-12-10teensy: Add own uart.h to not rely on stm32's version of the file.Damien George
2018-04-11stm32/pin: In pin AF object, remove union of periph ptr types.Damien George
2018-02-14teensy: Update GPIO speed consts to align with changes in stm32 port.Damien George
2017-11-01teensy: Get port compiling without any warnings.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-12py/builtinhelp: Change signature of help text var from pointer to array.Damien George
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George