-
- Downloads
Implement ROMable modules. Add math module.
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
Showing
- py/builtin.c 8 additions, 4 deletionspy/builtin.c
- py/builtin.h 2 additions, 1 deletionpy/builtin.h
- py/builtinmath.c 81 additions, 0 deletionspy/builtinmath.c
- py/builtinmp.c 27 additions, 20 deletionspy/builtinmp.c
- py/mpconfig.h 18 additions, 2 deletionspy/mpconfig.h
- py/obj.c 4 additions, 4 deletionspy/obj.c
- py/obj.h 12 additions, 9 deletionspy/obj.h
- py/objcomplex.c 6 additions, 6 deletionspy/objcomplex.c
- py/objfloat.c 5 additions, 10 deletionspy/objfloat.c
- py/objfun.c 1 addition, 1 deletionpy/objfun.c
- py/objmodule.c 28 additions, 14 deletionspy/objmodule.c
- py/py.mk 1 addition, 0 deletionspy/py.mk
- py/qstrdefs.h 28 additions, 1 deletionpy/qstrdefs.h
- py/runtime.c 7 additions, 5 deletionspy/runtime.c
- stm/Makefile 1 addition, 0 deletionsstm/Makefile
- stm/main.c 0 additions, 25 deletionsstm/main.c
- stm/math.c 48 additions, 0 deletionsstm/math.c
- stm/mpconfigport.h 1 addition, 4 deletionsstm/mpconfigport.h
- unix/main.c 0 additions, 6 deletionsunix/main.c
- unix/mpconfigport.h 1 addition, 4 deletionsunix/mpconfigport.h
Loading
Please register or sign in to comment