-
- Downloads
Proper support for registering builtin modules in ROM.
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
Showing
- py/builtin.h 2 additions, 0 deletionspy/builtin.h
- py/builtinimport.c 4 additions, 3 deletionspy/builtinimport.c
- py/builtintables.c 154 additions, 0 deletionspy/builtintables.c
- py/builtintables.h 2 additions, 0 deletionspy/builtintables.h
- py/modarray.c 25 additions, 0 deletionspy/modarray.c
- py/modcollections.c 25 additions, 0 deletionspy/modcollections.c
- py/modmath.c 0 additions, 0 deletionspy/modmath.c
- py/modmicropython.c 0 additions, 1 deletionpy/modmicropython.c
- py/mpconfig.h 7 additions, 1 deletionpy/mpconfig.h
- py/obj.h 1 addition, 4 deletionspy/obj.h
- py/objarray.c 6 additions, 6 deletionspy/objarray.c
- py/objmodule.c 29 additions, 21 deletionspy/objmodule.c
- py/objmodule.h 4 additions, 0 deletionspy/objmodule.h
- py/py.mk 5 additions, 2 deletionspy/py.mk
- py/runtime.c 13 additions, 138 deletionspy/runtime.c
- stm/main.c 2 additions, 1 deletionstm/main.c
- stm/pybmodule.c 2 additions, 1 deletionstm/pybmodule.c
- stmhal/Makefile 3 additions, 3 deletionsstmhal/Makefile
- stmhal/main.c 1 addition, 12 deletionsstmhal/main.c
- stmhal/modos.c 1 addition, 1 deletionstmhal/modos.c
Loading
Please register or sign in to comment