- 03 Jul, 2014 2 commits
-
-
Damien George authored
See discussion in issue #50.
-
Damien George authored
qemu: fix typo in readme
-
- 02 Jul, 2014 7 commits
-
-
Ilya Dmitrichenko authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Added hexfile target
-
Damien George authored
-
Damien George authored
Conflicts: stmhal/pin_named_pins.c stmhal/readline.c Renamed HAL_H to MICROPY_HAL_H. Made stmhal/mphal.h which intends to define the generic Micro Python HAL, which in stmhal sits above the ST HAL.
-
- 01 Jul, 2014 5 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add copysignf
-
Dave Hylands authored
Step 1 fixes #732
-
- 30 Jun, 2014 6 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Dave Hylands authored
This fixes #733.
-
mux authored
* Fix #692
-
Damien George authored
Fix assert_func warning/error
-
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 5 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.
-