- 29 May, 2015 4 commits
-
-
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 15 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
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
I have seen the CC3200 hanging a couple of times, and according to TI itself the SOC reset is not reliable, which explains my observations.
-
- 26 May, 2015 4 commits
-
-
Josef Gajdusek authored
Initializing too early caused some of the API functions (wifi_*) to fail when called in main.py
-
Josef Gajdusek authored
Currently implements only .uname()
-
Daniel Campora authored
-
Daniel Campora authored
-
- 25 May, 2015 4 commits
-
-
Daniel Campora authored
In general the changes are: 1. Peripheral (UART, SPI, ADC, I2C, Timer) IDs start from 1, not zero. 2. Make I2C and SPI require the ID even when there's only one bus. 3. Make I2C and SPI accept 'mode' parameter even though only MASTER is supported.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-