- Jan 24, 2014
-
-
Paul Sokolovsky authored
This reuses as much str implementation as possible, from this we can make them more separate as needed.
-
Paul Sokolovsky authored
Also, readline uses system malloc, so for symmetry, use the same for non-readline case.
-
Paul Sokolovsky authored
-
- Jan 23, 2014
-
-
Damien George authored
Memory leaks in lexer/compiler
-
Damien George authored
-
Damien George authored
Move LED defs to mpconfigport.h
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
mux authored
-
Damien George authored
Conflicts: stm/main.c
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
mux authored
* Fix PCGCCTL bug using address instead of value. * Fix issue #211
-
mux authored
* Move RTC code from main to a separate module.
-
mux authored
* Add MICROPY_HW_HAS_LCD * Add MICROPY_HW_HAS_WLAN * Use feature test macros in main
-
Paul Sokolovsky authored
Fixes segfault on callable("string").
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Addresses Issue #207.
-
Damien George authored
-
- Jan 22, 2014
-
-
Damien George authored
STM port crashes without this re-init. There should not be any state in the core py/ code that relies on pre-initialised data.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Implement octal and hex escapes in strings.
-
Damien George authored
Add Generic Feature Macros to mpconfigport
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
mux authored
-
Paul Sokolovsky authored
-
mux authored
-
mux authored
* Add some generic feature macros to mpconfigport * Move pin and port definitions from usrsw.c to mpconfigport
-
Damien George authored
-
Damien George authored
Conflicts: stm/main.c
-
Dave Hylands authored
-
Damien George authored
Addresses Issue #199.
-
- Jan 21, 2014
-
-
Damien George authored
-
Damien George authored
Also fixes a bug in the for-in-range optimiser. I hope to remove break and continue byte codes in the future and just use jump (if possible).
-