circuitpython/unix
Damien George 0c36da0b59 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).
2014-03-08 15:24:39 +00:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
ffi.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
file.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
gccollect.c unix: Add GC support for ARM architecture. 2014-03-03 11:35:45 +08:00
main.c Implement ROMable modules. Add math module. 2014-03-08 15:24:39 +00:00
mpconfigport.h Implement ROMable modules. Add math module. 2014-03-08 15:24:39 +00:00
mpconfigport.mk MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
qstrdefsport.h Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
socket.c Implement proper exception type hierarchy. 2014-02-15 16:10:44 +00:00
time.c Implement ROMable modules. Add math module. 2014-03-08 15:24:39 +00:00