micropython/pic16bit
Damien George 731f359292 all: Add py/mphal.h and use it in all ports.
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
2015-10-31 19:14:30 +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 all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03:00
Makefile Makefiles: Remove duplicate object files when linking. 2015-10-24 15:46:53 +03: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 py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
modpybswitch.c py: Overhaul and simplify printf/pfenv mechanism. 2015-04-16 14:30:16 +00:00
mpconfigport.h all: Add py/mphal.h and use it in all ports. 2015-10-31 19:14:30 +03: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: Add basic unistd.h file since it's not provided by tool chain. 2015-09-15 16:24:13 +01:00