- Jul 12, 2014
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
dummy_data field is accessed as uint value (e.g. in emit_write_bytecode_byte_ptr), but is not aligned as such, which causes bus errors or incorrect behavior on any arch requiring strictly aligned data (ARM pre-v7, MIPS, etc, etc).
-
- Jul 10, 2014
-
-
Paul Sokolovsky authored
-
- Jul 09, 2014
-
-
Paul Sokolovsky authored
But much smaller and memory-efficient. Uses Python builtin data structures (dict, tuple, int) to describe structure layout.
-
- Jul 07, 2014
-
-
Damien George authored
-
Damien George authored
-
- Jul 06, 2014
-
-
Dave Hylands authored
Once the code switches to using DMA, this can be removed.
-
- Jul 05, 2014
-
-
Paul Sokolovsky authored
-
Damien George authored
From now on, all new tests must use underscore. Addresses issue #727.
-
Damien George authored
Addresses issue #622.
-
- Jul 03, 2014
-
-
Paul Sokolovsky authored
Implementing it as a static constant is a bit peculiar and require cooperation from long int implementation.
-
Damien George authored
-
Damien George authored
-
Damien George authored
See discussion in issue #50.
-
Damien George authored
qemu: fix typo in readme
-
- Jul 02, 2014
-
-
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.
-
- Jul 01, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Add copysignf
-
Dave Hylands authored
Step 1 fixes #732
-
- Jun 30, 2014
-
-
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.
-
- Jun 29, 2014
-
-
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
-
- Jun 28, 2014
-
-
Paul Sokolovsky authored
It defines types used by all other headers. Fixes #691.
-
Paul Sokolovsky authored
-