-
- Downloads
pic16bit: Initial version of port to 16-bit PIC family.
Reference MCU is dsPIC33J256GP506 with 256k ROM and 8k RAM, on the dsPIC DSC Starter Kit board. The REPL works, GC works, pyb module has LED and Switch objects. It passes some tests from the test suite (most it can't run because it doesn't have the Python features enabled).
Showing
- pic16bit/Makefile 66 additions, 0 deletionspic16bit/Makefile
- pic16bit/board.c 153 additions, 0 deletionspic16bit/board.c
- pic16bit/board.h 43 additions, 0 deletionspic16bit/board.h
- pic16bit/main.c 125 additions, 0 deletionspic16bit/main.c
- pic16bit/modpyb.c 71 additions, 0 deletionspic16bit/modpyb.c
- pic16bit/modpyb.h 33 additions, 0 deletionspic16bit/modpyb.h
- pic16bit/modpybled.c 93 additions, 0 deletionspic16bit/modpybled.c
- pic16bit/modpybswitch.c 81 additions, 0 deletionspic16bit/modpybswitch.c
- pic16bit/mpconfigport.h 110 additions, 0 deletionspic16bit/mpconfigport.h
- pic16bit/pic16bit_mphal.c 79 additions, 0 deletionspic16bit/pic16bit_mphal.c
- pic16bit/pic16bit_mphal.h 44 additions, 0 deletionspic16bit/pic16bit_mphal.h
- pic16bit/qstrdefsport.h 15 additions, 0 deletionspic16bit/qstrdefsport.h
pic16bit/Makefile
0 → 100644
pic16bit/board.c
0 → 100644
pic16bit/board.h
0 → 100644
pic16bit/main.c
0 → 100644
pic16bit/modpyb.c
0 → 100644
pic16bit/modpyb.h
0 → 100644
pic16bit/modpybled.c
0 → 100644
pic16bit/modpybswitch.c
0 → 100644
pic16bit/mpconfigport.h
0 → 100644
pic16bit/pic16bit_mphal.c
0 → 100644
pic16bit/pic16bit_mphal.h
0 → 100644
pic16bit/qstrdefsport.h
0 → 100644
Please register or sign in to comment