- 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 22 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
-
Daniel Campora authored
-
Daniel Campora authored
Fails because warnings are not enabled on the CC3200.
-
Daniel Campora authored
-
Daniel Campora authored
Also remove pin.high() and pin.low() methods.
-
Daniel Campora authored
Also add relevant test.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
- 07 Sep, 2015 6 commits
-
-
Damien George authored
-
Damien George authored
Eg 0e0 almost looks like a hex number but in fact is a float.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 04 Sep, 2015 4 commits
-
-
Damien George authored
-
Damien George authored
Otherwise something like bytes(abc=123) will succeed.
-
Damien George authored
-
Damien George authored
This optimises (in speed and code size) for the common case where the binary op for the bool object is supported. Unsupported binary ops still behave the same.
-