8235 Commits (be8e5744e64aec10a3499fd6ea034bbf4be0c871)
 

Author SHA1 Message Date
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
Paul Sokolovsky 19e065294d cc3200/mods/pybpin: Remove toggle() method. 8 years ago
Damien George 338f0849d9 py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross. 8 years ago
Damien George 436d97b3f9 docs/library/machine.UART: Update and improve uart.any() docs. 8 years ago
Damien George aca898eeb0 esp8266/machine_uart: Add uart.any() method. 8 years ago
Damien George 218a876f97 tests/basics/builtin_range: Add tests for negative slicing of range. 8 years ago
Damien George 03659c51ca py/objrange: Fix slicing of range when step of slice is negative. 8 years ago
Damien George e1b0f2a16f tests/basics/list_slice_3arg: Add more tests for negative slicing. 8 years ago
Damien George eb4c37f7a4 py/sequence: Fix boundary errors when slicing with a negative step. 8 years ago
Damien George d007351b33 docs/library/micropython: Document the newer micropython functions. 8 years ago
Damien George 55dd83a7ba drivers/display/lcd160cr_test: Allow test to take orientation parameter. 8 years ago
Damien George f351c6db5e drivers/display/lcd160cr: Fix get_line method and enhance screen_dump. 8 years ago
Damien George e4a53570d0 docs: Change single occurrence of "Micropython" to "MicroPython". 8 years ago
Paul Sokolovsky 0af974b777 examples/hwapi/soft_pwm2_uasyncio: Update for call_later_ms(). 8 years ago
Paul Sokolovsky 0912334f54 zephyr/modusocket: getaddrinfo: Use RAISE_ERRNO for proper error decoding. 8 years ago
Paul Sokolovsky 5f648ff60e zephyr/main: Check default netif before applying operations to it. 8 years ago
Paul Sokolovsky aa9ce283c2 zephyr/modusocket: Get rid of cur_pkt object member. 8 years ago
Paul Sokolovsky a3008e447c zephyr/modusocket: First step to switch to alternative FIFO processing. 8 years ago