- Jan 03, 2014
-
-
Paul Sokolovsky authored
mpconfig.h will automatically pull mpconfigport.h.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is just max value of current_bytes_allocated seen.
-
Paul Sokolovsky authored
Unlike total_bytes_allocated, this tracks m_free()'s too.
-
Paul Sokolovsky authored
-
Damien George authored
Implement list addition.
-
Damien George authored
Change dfu.py to be Python 2/3 compatible
-
Damien George authored
MicroPython DXF Vector Logo
-
Damien George authored
-
Damien George authored
-
Damien George authored
import works for simple cases. Still work to do on finding the right script, and setting globals/locals correctly when running an imported function.
-
John R. Lenton authored
-
mux authored
* Chane dfu.py to use Python 3 syntax to avoid dependency on Python 2. * Update Makefile to call python instead of python2 * Fix #33
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Jonathan Greig authored
-
Damien George authored
-
- Jan 02, 2014
-
-
Damien George authored
-
Damien George authored
Generator objects now allocate the object and the state in one malloc. This improvement fixes Issue #38.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add quick impl for MP_BC_LOAD_CONST_BYTES which just creates qstr so far...
-
Paul Sokolovsky authored
This is based on the fact that qstr so far behaves more like byte string than like Unicode string (for example, "012"[0] returns 48 (int)).
-
Damien George authored
This fixes Issue #29, and means the core is no longer dependent on string functions, except strlen.
-
Damien George authored
-
Damien George authored
-
Damien George authored
termcap is not needed on Linux. Need to work out how to automatically configure the Makefile...
-
Damien George authored
Make micropython build on OpenBSD.
-
Damien George authored
-
- Jan 01, 2014
-
-
Edd Barrett authored
Does not build with BSD make.
-
Edd Barrett authored
E.g.: /usr/lib/libreadline.so.4.0: undefined reference to `tgetnum' /usr/lib/libreadline.so.4.0: undefined reference to `tgoto' /usr/lib/libreadline.so.4.0: undefined reference to `tgetflag' /usr/lib/libreadline.so.4.0: undefined reference to `tputs' /usr/lib/libreadline.so.4.0: undefined reference to `tgetent' /usr/lib/libreadline.so.4.0: undefined reference to `tgetstr' Tested on linux too, works.
-
Edd Barrett authored
-
Edd Barrett authored
-
Damien George authored
-
Damien George authored
-