aboutsummaryrefslogtreecommitdiff
path: root/ports/pic16bit
AgeCommit message (Expand)Author
2021-04-28pic16bit/Makefile: Make the XC compiler version user-configurable.Daniel Maslowski
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-07-01ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed.Damien George
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-01-25pic16bit: Update to compile with latest xc16 v1.35 compiler.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