circuitpython/pic16bit
Damien George 0a2e9650f5 py: Add ability to have frozen persistent bytecode from .mpy files.
The config variable MICROPY_MODULE_FROZEN is now made of two separate
parts: MICROPY_MODULE_FROZEN_STR and MICROPY_MODULE_FROZEN_MPY.  This
allows to have none, either or both of frozen strings and frozen mpy
files (aka frozen bytecode).
2016-04-13 16:07:47 +01:00
..
Makefile stmhal: pyexec.c is common module, move to lib/utils/ . 2015-10-31 19:35:10 +03:00
board.c pic16bit: Initial version of port to 16-bit PIC family. 2015-04-03 14:11:19 +01:00
board.h pic16bit: Initial version of port to 16-bit PIC family. 2015-04-03 14:11:19 +01:00
main.c lib/pyexec: Move header pyexec.h from stmhal directory. 2015-11-09 13:13:09 +00:00
modpyb.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
modpyb.h pic16bit: Initial version of port to 16-bit PIC family. 2015-04-03 14:11:19 +01:00
modpybled.c pic16bit: Minor updates to types to allow port to compile again. 2016-01-16 21:07:26 +00:00
modpybswitch.c pic16bit: Minor updates to types to allow port to compile again. 2016-01-16 21:07:26 +00:00
mpconfigport.h py: Add ability to have frozen persistent bytecode from .mpy files. 2016-04-13 16:07:47 +01:00
pic16bit_mphal.c all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
pic16bit_mphal.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
qstrdefsport.h pic16bit: Add readinto and readlines to qstrs. 2015-05-20 23:12:43 +01:00
unistd.h pic16bit: Minor updates to types to allow port to compile again. 2016-01-16 21:07:26 +00:00