- 30 Mar, 2014 1 commit
-
-
Damien George authored
Pretty much everyone needs to include map.h, since it's such an integral part of the Micro Python object implementation. Thus, the definitions are now in obj.h instead. map.h is removed.
-
- 25 Mar, 2014 1 commit
-
-
Damien George authored
Comes with some refactoring of code and renaming of files. All modules are now named mod*.[ch].
-
- 23 Mar, 2014 1 commit
-
-
xbe authored
gamma() is now deprecated.
-
- 22 Mar, 2014 2 commits
-
-
Damien George authored
-
Rachel Dowdall authored
-
- 21 Mar, 2014 1 commit
-
-
Damien George authored
-
- 20 Mar, 2014 3 commits
-
-
Rachel Dowdall authored
-
Rachel Dowdall authored
-
Damien George authored
-
- 17 Mar, 2014 1 commit
-
-
xbe authored
Remove unnecessary includes. Add includes that improve portability.
-
- 12 Mar, 2014 1 commit
-
-
Damien George authored
-
- 08 Mar, 2014 1 commit
-
-
Damien George authored
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).
-