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