7738 Commits (08242eed2677cde806fd9c0de33138a8491293a2)
 

Author SHA1 Message Date
Damien George 08242eed26 py/nlrsetjmp: Add check for failed NLR jump. 8 years ago
Damien George fe79234ca0 unix: Enabled high-quality float hashing in coverage build. 8 years ago
Damien George a73501b1d6 py/objfloat: Add implementation of high-quality float hashing. 8 years ago
Damien George 816413e4b2 py: Optimise types for common case where type has a single parent type. 8 years ago
Damien George fc710169b7 py/obj: Clean up and add comments describing mp_obj_type_t struct. 8 years ago
Paul Sokolovsky 81d302b8f8 zephyr/modusocket: Call net_nbuf_print_frags() in recv callback if DEBUG > 1. 8 years ago
Damien George e31fbd9b41 py/objint: Use unsigned arithmetic when formatting an integer. 8 years ago
Damien George f66df1efc8 py/objint: Extract small int value directly because type is known. 8 years ago
Damien George 6c564aa408 unix, windows: Use core-provided KeyboardInterrupt exception object. 8 years ago
Damien George 9156c8b460 stmhal: Enable parsing of all Pin constructor args by machine.Signal. 8 years ago
Paul Sokolovsky 605ff91efd extmod/machine_signal: Support all Pin's arguments to the constructor. 8 years ago
Damien George 79ce664952 py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object. 8 years ago
Damien George ee86de1f1a py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t. 8 years ago
Paul Sokolovsky b87432b8fb docs/uhashlib: Deconditionalize. 8 years ago
Paul Sokolovsky 2e58474580 docs/usocket: Deconditionalize. 8 years ago
Paul Sokolovsky 3acace588a docs/utime: Deconditionalize description of sleep(). 8 years ago
Paul Sokolovsky 1d74559b6b docs/library/machine.UART: Remove some conditionals. 8 years ago
Paul Sokolovsky e322b2afbf cc3200/pybuart: Make parity specifications consistent with HW API. 8 years ago
Paul Sokolovsky bcf3c8bf17 docs/library/builtins: int: Add notice on byteorder param for to/from_bytes. 8 years ago
Paul Sokolovsky 0a88b44248 zephyr/machine_pin: Implement pin protocol for machine.Signal support. 8 years ago
Paul Sokolovsky e05cb4183a zephyr/modmachine: Add Signal class. 8 years ago
Paul Sokolovsky cf70f9a474 zephyr/mpconfigport.h: Fix build if usocket module is disabled. 8 years ago
Paul Sokolovsky 8ef469f7ca zephyr/modusocket: Implement accept(). 8 years ago
Paul Sokolovsky 96166ec165 zephyr/modusocket: socket_bind: Don't set recv callback on STREAM sockets. 8 years ago
Paul Sokolovsky f1c0676a70 zephyr/modusocket: Implement listen(). 8 years ago
Paul Sokolovsky e5278b98fe docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy. 8 years ago
Damien George d7310fabc2 drivers/nrf24l01: Update to work on newer ports, using machine, utime. 8 years ago
Paul Sokolovsky 3e1310d6e2 tools/pyboard: Provide more details when expected reply not received. 8 years ago
Paul Sokolovsky 1da8404647 modusocket: Handle a case when recv_q is empty when EOF is signaled. 8 years ago
Paul Sokolovsky faf333c04f zephyr/modusocket: Factor out "extended k_fifo API". 8 years ago
Paul Sokolovsky 390d5a3bf1 docs/machine.Pin: Move wipy-specific methods to its docs. 8 years ago
Paul Sokolovsky 2cbe997834 tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug. 8 years ago
Paul Sokolovsky d46899626e docs/machine.Pin: Move wipy-specific details to its own docs. 8 years ago
Paul Sokolovsky 9a38b7afe0 cc3200/modmachine: Return frequency value directly, like other ports. 8 years ago
Paul Sokolovsky 4333b2fb53 docs/machine.SPI: Remove outdated wipy chunk. 8 years ago
Paul Sokolovsky 906d58f6f2 docs/uos: De-conditionalize statvfs() description. 8 years ago
Paul Sokolovsky 0a861db91c docs/utime: De-conditionalize description of sleep_ms() and friends. 8 years ago
Damien George b6fff4186d tests/basics: Add test for tuple inplace add. 8 years ago
Damien George 81d2ca2b12 py/objtuple: Add support for inplace add (same as normal add). 8 years ago
Damien George dcd8f52766 tests/basics: Add tests for raising ValueError when range() gets 0 step. 8 years ago
Damien George de9b53695d py: Raise a ValueError if range() step is zero. 8 years ago
Paul Sokolovsky 546ef301a1 tools/pyboard: execpty: Use shell=False to workaround some curdir issues. 8 years ago
Paul Sokolovsky a9e6f08adb zephyr/Makefile: Add "test" target, runs testsuite in QEMU. 8 years ago
Paul Sokolovsky 647e72ca63 tools/pyboard: Add "exec" and "execpty" pseudo-devices support. 8 years ago
Paul Sokolovsky 58168c8e6b zephyr/zephyr_getchar: Explicitly yield to other threads on char availability. 8 years ago
Peter Hinch 468c6f9da1 extmod/modframebuf: Make monochrome bitmap formats start with MONO_. 8 years ago
Damien George fc245d1ca4 py/objint: Consolidate mp_obj_new_int_from_float to one implementation. 8 years ago
Damien George 3b447ede78 stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer. 8 years ago
Damien George 9a8e7f7a8e stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms. 8 years ago
Paul Sokolovsky 2908c3ca41 zephyr/modusocket: Factor out socket_new() function. 8 years ago