7952 Commits (72732fea1a041b94448d98ad4fd53545caa758ab)
 

Author SHA1 Message Date
Damien George 72732fea1a py/persistentcode: Allow to compile with complex numbers disabled. 8 years ago
Damien George 4d2778c9fb examples/embedding: Use core-provided KeyboardInterrupt object. 8 years ago
Damien George f86c57fedf stmhal/usb: Make state for USB device private to top-level USB driver. 8 years ago
Sylvain Pelissier 3bb69f645a stmhal/usb: Use local USB handler variable in Start-of-Frame handler. 8 years ago
Sylvain Pelissier 6adcf7bb82 stmhal: Pass USB handler as parameter to allow more than one USB handler 8 years ago
Damien George 7ecfbb8267 extmod/vfs: Allow "buffering" and "encoding" args to VFS's open(). 8 years ago
Damien George f6ef8e3f17 extmod/vfs: Allow to statvfs the root directory. 8 years ago
Dave Hylands 551a731755 stmhal: Add support for NUCLEO_F446RE board. 8 years ago
Paul Sokolovsky 9db1c50f18 qemu-arm: Enable micropython.mem_*() functions to allow more tests. 8 years ago
Paul Sokolovsky cd64b3082e docs/network: First step to describe standard network class interface. 8 years ago
Paul Sokolovsky 50de6d2fab extmod/modlwip: accept: Fix error code for non-blocking mode. 8 years ago
Paul Sokolovsky 5da8de2b66 extmod/modlwip: Fix error codes for duplicate calls to connect(). 8 years ago
Paul Sokolovsky a0dbbbebb8 extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS. 8 years ago
Paul Sokolovsky 43f58386e0 zephyr/modusocket: getaddrinfo: Fix mp_obj_len() usage. 8 years ago
Paul Sokolovsky f245f5d7cc docs/machine: Sort machine classes in logical order, not alphabetically. 8 years ago
Paul Sokolovsky e91b1cdae3 docs/uos: Move cc3200 port legacy VFS mounting functions to its ref doc. 8 years ago
Paul Sokolovsky 1ce44f3046 docs/uos: Deconditionalize, remove minor port-specific details. 8 years ago
Paul Sokolovsky 92206a78ae docs/network: Move confusingly-named cc3200 Server class to its reference. 8 years ago
Paul Sokolovsky 22ca5390f7 docs/esp8266/quickref: Polish Pin.on()/off() examples. 8 years ago
Damien George 7400d88762 tests/basics/string_rsplit: Add tests for negative "maxsplit" argument. 8 years ago
Damien George 9f85c4fe48 py/objstr: Catch case of negative "maxsplit" arg to str.rsplit(). 8 years ago
Damien George ab954ed513 lib/utils/interrupt_char: Remove support for KBD_EXCEPTION disabled. 8 years ago
Damien George 00e4f05907 windows: Convert to use core-provided version of built-in import(). 8 years ago
Damien George d92898a35a unix: Convert to use core-provided version of built-in import(). 8 years ago
Damien George 6ff0ecfffc ports: Convert from using stmhal's input() to core provided version. 8 years ago
Damien George bc76302eab py/modbuiltins: Add core-provided version of input() function. 8 years ago
Damien George b53a63517a lib/libm: Use isfinite instead of finitef, for C99 compatibility. 8 years ago
Damien George 821dc27eec stmhal/boards: Enable DAC for NUCLEO_F767ZI board. 8 years ago
Paul Sokolovsky 272a5d95e0 docs/esp8266: Consistently replace Pin.high/low methods with .on/off. 8 years ago
Paul Sokolovsky d5b8825d5f docs/machine.Pin: Add on() and off() methods. 8 years ago
Paul Sokolovsky 3496d9e4bd docs/machine.Pin: Remove out_value() method. 8 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago
Damien George e5e49bedcb qemu-arm/Makefile: Adjust object-file lists to get correct dependencies. 8 years ago
Damien George 825460a093 docs: Bump version to 1.9. 8 years ago
Damien George d77862279e unix/Makefile: Don't add frozen bytecode to minimal build. 8 years ago
Paul Sokolovsky 011684bd4f zephyr/modusocket: Use DEBUG_PRINT macro name as other modules do. 8 years ago
Damien George 22fdb91571 esp8266/mpconfigport.h: Remove duplicate link to lwip module. 8 years ago
Damien George eea584860d esp8266/modules: Mount filesystem at root when creating for first time. 8 years ago
Tom Collins e26fb3ad73 py/objstringio: Catch mp_uint_t overflow of stream position in write(). 8 years ago
Damien George ed6d2547df mpy-cross/Makefile: Guard "override undefine" by test for make feature. 8 years ago
Damien George 85f7b0b468 py/mkrules.mk: Fix auto-qstr generation when "make -B" is used. 8 years ago
Damien George 8b13cd7e19 tests/basics: Add more tests for unwind jumps from within a try-finally. 8 years ago
Damien George 8f064e469d py/emitbc: Fix bug with BC emitter computing Python stack size. 8 years ago
Damien George 04d05db27e py/vm: Fix bug with unwind jump popping the iterator from a for loop. 8 years ago
Damien George 68e71eacb8 py/vm: Fix bug with stackless mode and unwinding of exceptions. 8 years ago
Paul Sokolovsky 982e676902 zephyr/modusocket: getaddrinfo: Raise OSError on resolution timeout, etc. 8 years ago
Paul Sokolovsky 1c9ee49756 drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
Paul Sokolovsky bcf31a3908 esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off. 8 years ago
Paul Sokolovsky 299c0a3925 CODECONVENTIONS: Typo fix. 8 years ago
Paul Sokolovsky 3ebd67fc09 library/machine.Pin: Remove .id() method and .board class attr. 8 years ago