- 16 Sep, 2015 10 commits
-
-
Daniel Campora 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
-
Daniel Campora authored
-
- 15 Sep, 2015 9 commits
-
-
Paul Sokolovsky authored
Useful to load native method libraries not loaded by VM (as happens on Android).
-
Tom Soulanille authored
-
Tom Soulanille authored
Configurable with MICROPY_PY_BUILTINS_SLICE_ATTRS. Disabled by default.
-
Damien George authored
There is an issue sending 1 byte on the SPI bus using DMA, but it only occurs when the transmit is done for the first time after initialising the SPI and DMA peripherals. All other cases (sending 2 or more bytes, doing send_recv, doing recv first) work okay. We sidestep this issue by using polling (not DMA) for all 1 byte transfers. This is fine because a 1 byte transfer can't be interrupted and doesn't need the benefits of DMA (and using polling for this case is more efficient). Resolves #1456.
-
Bill Owens authored
-
Tom Soulanille authored
-
Damien George authored
-
Damien George authored
When creating constant mpz's, the length of the mpz must be exactly how many digits are used (not allocated) otherwise these numbers are not compatible with dynamically allocated numbers. Addresses issue #1448.
-
Paul Sokolovsky authored
-
- 13 Sep, 2015 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Adds support for ussl module (which is experimental and not fully implemented yet itself).
-
- 12 Sep, 2015 5 commits
-
-
Paul Sokolovsky authored
-
Tom Soulanille authored
Use this to set the global optimisation value when executing the main script (and all scripts it imports).
-
Damien George authored
-
Damien George authored
-
Damien George authored
4 spaces are added at start of line to match previous indent, and if previous line ended in colon. Backspace deletes 4 space if only spaces begin a line. Configurable via MICROPY_REPL_AUTO_INDENT. Disabled by default.
-
- 11 Sep, 2015 3 commits
-
-
Paul Sokolovsky authored
-
Dave Hylands authored
Fixes #1435.
-
Paul Sokolovsky authored
This includes Android Dalvik VM for example. Example usage: import jni System = jni.cls("java/lang/System") System.out.println("Hello, Java!")
-
- 10 Sep, 2015 10 commits
-
-
Daniel Campora 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
Deassign pins af before assigning. Make uart.any() return the correct value everytime, this requires interrupts to be always enabled.
-
Daniel Campora authored
-