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
2021-04-28
stm32,teensy: Correct typos in project README files.
plan-do-break-fix
2021-04-27
teensy: Provide own implementation of gc_collect, to not use stm32.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2020-12-18
teensy: Fix build errors and warnings and enable -Werror.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-06-22
stm32/irq: Clean up irq.h so it does not depend on core uPy defines.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
all: Remove commented-out include statements.
stijn
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-01-14
ports: Modify mp_hal_pin_write macro so it can be used as a function.
Memiks
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-27
ports: Allow overriding CROSS_COMPILE in a custom makefile.
David Lechner
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