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
/
pic16bit
Age
Commit message (
Expand
)
Author
2021-04-28
pic16bit/Makefile: Make the XC compiler version user-configurable.
Daniel Maslowski
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
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
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-02-12
all: Change PYB message prefix to MPY.
Mike Causer
2019-01-25
pic16bit: Update to compile with latest xc16 v1.35 compiler.
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