- 30 Jun, 2014 1 commit
-
-
Damien George authored
Native emitter can now compile try/except blocks using nlr_push/nlr_pop. It probably only works for 1 level of exception handling. It doesn't work on Thumb (only x64). Native emitter can also handle some additional op codes. With this patch, 198 tests now pass using "-X emit=native" option to micropython.
-
- 29 Jun, 2014 5 commits
-
-
Paul Sokolovsky authored
Based on forum post: http://forum.micropython.org/viewtopic.php?f=6&t=193
-
Paul Sokolovsky authored
windows: Sync mpconfigport.h with the unix' version
-
Paul Sokolovsky authored
I.e. don't assume that both are always present.
-
Paul Sokolovsky authored
-
stijn authored
- rearrange/add definitions that were not there so it's easier to compare both - use MICROPY_PY_SYS_PLATFORM in main.c since it's available anyway - define EWOULDBLOCK, it is missing from ingw32
-
- 28 Jun, 2014 10 commits
-
-
Paul Sokolovsky authored
It defines types used by all other headers. Fixes #691.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
unix: Fix mpconfig.h not being included before misc.h
-
stijn authored
This fixes count_lead_ones in misc.h not compiling due to unknown types
-
Damien George authored
-
Damien George authored
Unicode is disabled by default for now, since FileIO.read(n) is currently not implemented for text-mode files, and this is an often function.
-
Damien George authored
-
Damien George authored
This enables testing unicode and non-unicode implementations.
-
Damien George authored
-
Damien George authored
Conflicts: py/mpconfig.h
-
- 27 Jun, 2014 7 commits
-
-
Paul Sokolovsky authored
With a test which cannot be automatically validated so far.
-
Paul Sokolovsky authored
Commented out so far, as enabled leads to dozen more bytes used actually (due to string pooling effects).
-
Paul Sokolovsky authored
To squeeze few more hundreds of bytes.
-
Paul Sokolovsky authored
array.array and bytearray share big deal of code, so to get real savings, both need to be disabled.
-
Paul Sokolovsky authored
This port supposed to be demo of uPy minimality, so let people behold it in details.
-
Paul Sokolovsky authored
As stack checking is enabled by default, ports which don't call stack_ctrl_init() are broken now (report RuntimeError on startup). Save them trouble and just init stack control framework in interpreter init.
-
Paul Sokolovsky authored
Change MCU name config micro
-
- 26 Jun, 2014 17 commits
-
-
mux authored
-
Paul Sokolovsky authored
unix: Remove unused CTRL-D definition
-
Paul Sokolovsky authored
Add MICROPY_HW_MICRO_NAME to boards config
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Based on config define.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Useful when we have pointer to char inside string, but need to return char index. (E.g. str.find()).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-