- Jan 13, 2014
-
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
Implement a basic str.find; fixes #67
-
Damien George authored
Elaborate small-int/long-int
-
Damien George authored
Set features. As per #143.
-
Damien George authored
Added a hacky implementation for %g
-
Damien George authored
See pyb_usart_global_debug variable. Also did some work on USB OTG, but nothing working yet.
-
- Jan 12, 2014
-
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Long int is something which doesn't fit into SMALL_INT partion of machine_int_t. But it's also something which doesn't fit into machine_int_t in the first place.
-
Paul Sokolovsky authored
We likely should make mp_obj_new_int() inline, and rely on its encapsulated check rather than inline checks everywhere explicitly. Also, parser for big small int values is still broken.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Dave Hylands authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
Small graphic - Useful for WebBanners, etc...
-
John R. Lenton authored
-
John R. Lenton authored
-
Damien George authored
-
Damien George authored
Implement type virtual equality method support and implement comparisons for lists
-
Damien George authored
Added memzip filesystem support for teensy
-
Damien George authored
-
Damien George authored
Add AssertionError.
-
Mark Schafer authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Currently it would report "operation not supported" which is confusing. Overall, this is thinko leading to undefined behavior.
-
Dave Hylands authored
You can now append a zipfile (containining uncomressed python sources) to the micropython.hex file. Use MEMZIP_DIR=directory when you call make, or set that in your environment to include a different tree of source files. Added sample /boot.py, /src/main.py, /test.py and /src/test.py files. Added run command so that you can execute scripts from REPL (until import is implemented). Added build directory to .gitignore
-
- Jan 11, 2014
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Still need to make built-ins by these names, and write tests.
-