summaryrefslogtreecommitdiffstatshomepage
path: root/pic16bit
Commit message (Expand)AuthorAge
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George2016-06-28
* py: Add rules for automated extraction of qstrs from sources.Jan Čapek2016-04-16
* py: Add ability to have frozen persistent bytecode from .mpy files.Damien George2016-04-13
* ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.Damien George2016-04-13
* pic16bit: Minor updates to types to allow port to compile again.Damien George2016-01-16
* pic16bit: Use global MICROPY_NO_ALLOCA setting.Paul Sokolovsky2015-11-26
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09
* stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky2015-10-31
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* Makefiles: Remove duplicate object files when linking.Paul Sokolovsky2015-10-24
* all: Make netutils.h available to all ports by default.Paul Sokolovsky2015-10-19
* pic16bit: Add basic unistd.h file since it's not provided by tool chain.Damien George2015-09-15
* pic16bit: Add readinto and readlines to qstrs.Damien George2015-05-20
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* pic16bit: Initial version of port to 16-bit PIC family.Damien George2015-04-03