summaryrefslogtreecommitdiff
path: root/pic16bit/mpconfigport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-04-13py: Add ability to have frozen persistent bytecode from .mpy files.Damien George
2016-04-13ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.Damien George
2016-01-16pic16bit: Minor updates to types to allow port to compile again.Damien George
2015-11-26pic16bit: Use global MICROPY_NO_ALLOCA setting.Paul Sokolovsky
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-04-03pic16bit: Initial version of port to 16-bit PIC family.Damien George