- 23 Jan, 2014 5 commits
-
-
Paul Sokolovsky authored
Fixes segfault on callable("string").
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Addresses Issue #207.
-
Damien George authored
-
- 22 Jan, 2014 16 commits
-
-
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.
-
- 21 Jan, 2014 18 commits
-
-
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).
-
Damien George authored
Fix malformed makeqstrdata generated file when using python 2.7
-
Dave Hylands authored
-
Damien George authored
f2d and d2f functions from libgcc does not work correctly, most likely due to the ABI being incorrect. libgcc disabled for now.
-
Damien George authored
mpconfigport.h is now included by stm32f4xx.h so that all STM files have access to these defines.
-
Damien George authored
-
Damien George authored
Remove hardcoded PLL_M value
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
Conflicts: py/objstr.c py/py.mk py/stream.c unix/main.c unix/socket.c
-
Damien George authored
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
-
mux authored
* Add the option to pass OSC frequency on command line.
-
mux authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Note that splitting by explicit string is not implemented so far.
-
Paul Sokolovsky authored
Also, support negative indexes.
-
- 20 Jan, 2014 1 commit
-
-
Paul Sokolovsky authored
-