- 10 Sep, 2015 15 commits
-
-
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 5 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.
-
Damien George authored
Function annotations are only needed when the native emitter is enabled and when the current scope is emitted in viper mode. All other times the annotations can be skipped completely.
-
- 03 Sep, 2015 6 commits
-
-
Tony Abboud authored
Fetch the current usb mode and return a string representation when pyb.usb_mode() is called with no args. The possible string values are interned as qstr's. None will be returned if an incorrect mode is set.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Gets rid of redundant double check for string type. Also remove obsolete declaration of mp_obj_str_get_hash.
-
Paul Sokolovsky authored
-
- 01 Sep, 2015 5 commits
-
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
By issuing a warning that exception chaining is not supported, and ignoring "from Y" argument.
-
- 30 Aug, 2015 3 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This may be a bit confusing, as ENOENT is often rendered as "No such file or directory", but any other code would be only more confusing.
-
Paul Sokolovsky authored
Linking against local libffi (and other libs in future) is triggered by "make MICROPY_STANDALONE=1". Before that, dependent libs should be built with "make deplibs".
-