- 30 May, 2015 8 commits
-
-
Damien George authored
This patch was needed for gcc 4.4.
-
Damien George authored
These scripts should run under as wide a range of Python versions as possible.
-
Josef Gajdusek authored
1. Updated linker script, now user app appears to contain exception vector table and oesn't work (faults) without it. 2. Commened out support for GPIO pulldown, which was removed in this SDK version without clear explanation, but apparently because it was released without proper validation, and now turns out it doesn't work as expected, or there's a different function there.
-
Radomir Dopieralski authored
I document as much as I could guess from experiments and reading the code for the ``esp`` module for the ESP8266 port of Micropython. For now the tag has to be set manually with -t option when building, when we have properly split documentation, there will be a separate config file for esp8266 with that the tag "port_esp8266" set. To build use: make SPHINXOPTS="-t port_esp8266" html
-
stijn authored
Default implementation uses VT100-style sequences which are not implemented by all terminals out there
-
stijn authored
xterm and others use the ESC[~3 sequence when pressing the delete key
-
stijn authored
This assures the terminal prints it's prompt on a fresh line instead of appending it to the uPy prompt after exit.
-
Paul Sokolovsky authored
After switching to builtin readline support, "minimal" no longer builds, and minimal doesn't really need readline support.
-
- 29 May, 2015 8 commits
-
-
Paul Sokolovsky authored
Using MICROPY_PY_SYS_PATH_DEFAULT macro define. A usecase is building a distribution package, which should not have user home path by default in sys.path. In such case, MICROPY_PY_SYS_PATH_DEFAULT can be defined on make command-line (using CFLAGS_EXTRA).
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Currently, frozen packages are not supported, but eventually they should be, so make sure to store complete directory hierarchy.
-
Paul Sokolovsky authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
- 28 May, 2015 13 commits
-
-
Josef Gajdusek authored
-
Josef Gajdusek authored
-
Josef Gajdusek authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
C's printf will pad nan/inf differently to CPython. Our implementation originally conformed to C, now it conforms to CPython's way. Tests for this are also added in this patch.
-
Damien George authored
Saves around 120 bytes on Thumb2 archs.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 27 May, 2015 11 commits
-
-
Dave Hylands authored
This allows pyboard.py to be used over a UART interface rather than just over a USB serial interface.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Now all stmhal-based boards can name their peripherals (if they want) to any string.
-
Damien George authored
This gets uPy readline working with unix port, with tab completion and history. GNU readline is still supported, configure using MICROPY_USE_READLINE variable.
-
Damien George authored
-
Damien George authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-