aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-11py/objint: Use unsigned arithmetic when formatting an integer.Damien George
2017-04-11py/objint: Extract small int value directly because type is known.Damien George
2017-04-11unix, windows: Use core-provided KeyboardInterrupt exception object.Damien George
2017-04-11stmhal: Enable parsing of all Pin constructor args by machine.Signal.Damien George
2017-04-11extmod/machine_signal: Support all Pin's arguments to the constructor.Paul Sokolovsky
2017-04-10py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object.Damien George
2017-04-10py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.Damien George
2017-04-09docs/uhashlib: Deconditionalize.Paul Sokolovsky
2017-04-09docs/usocket: Deconditionalize.Paul Sokolovsky
2017-04-09docs/utime: Deconditionalize description of sleep().Paul Sokolovsky
2017-04-09docs/library/machine.UART: Remove some conditionals.Paul Sokolovsky
2017-04-09cc3200/pybuart: Make parity specifications consistent with HW API.Paul Sokolovsky
2017-04-09docs/library/builtins: int: Add notice on byteorder param for to/from_bytes.Paul Sokolovsky
2017-04-08zephyr/machine_pin: Implement pin protocol for machine.Signal support.Paul Sokolovsky
2017-04-08zephyr/modmachine: Add Signal class.Paul Sokolovsky
2017-04-08zephyr/mpconfigport.h: Fix build if usocket module is disabled.Paul Sokolovsky
2017-04-08zephyr/modusocket: Implement accept().Paul Sokolovsky
2017-04-08zephyr/modusocket: socket_bind: Don't set recv callback on STREAM sockets.Paul Sokolovsky
2017-04-07zephyr/modusocket: Implement listen().Paul Sokolovsky
2017-04-07docs/esp8266/general: Start explicit "Known Issues", mentioned RTC inaccuracy.Paul Sokolovsky
2017-04-07drivers/nrf24l01: Update to work on newer ports, using machine, utime.Damien George
2017-04-07tools/pyboard: Provide more details when expected reply not received.Paul Sokolovsky
2017-04-06modusocket: Handle a case when recv_q is empty when EOF is signaled.Paul Sokolovsky
2017-04-05zephyr/modusocket: Factor out "extended k_fifo API".Paul Sokolovsky
2017-04-05docs/machine.Pin: Move wipy-specific methods to its docs.Paul Sokolovsky
2017-04-05tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.Paul Sokolovsky
2017-04-05docs/machine.Pin: Move wipy-specific details to its own docs.Paul Sokolovsky
2017-04-05cc3200/modmachine: Return frequency value directly, like other ports.Paul Sokolovsky
2017-04-05docs/machine.SPI: Remove outdated wipy chunk.Paul Sokolovsky
2017-04-05docs/uos: De-conditionalize statvfs() description.Paul Sokolovsky
2017-04-05docs/utime: De-conditionalize description of sleep_ms() and friends.Paul Sokolovsky
2017-04-05tests/basics: Add test for tuple inplace add.Damien George
2017-04-05py/objtuple: Add support for inplace add (same as normal add).Damien George
2017-04-05tests/basics: Add tests for raising ValueError when range() gets 0 step.Damien George
2017-04-05py: Raise a ValueError if range() step is zero.Damien George
2017-04-05tools/pyboard: execpty: Use shell=False to workaround some curdir issues.Paul Sokolovsky
2017-04-05zephyr/Makefile: Add "test" target, runs testsuite in QEMU.Paul Sokolovsky
2017-04-04tools/pyboard: Add "exec" and "execpty" pseudo-devices support.Paul Sokolovsky
2017-04-04zephyr/zephyr_getchar: Explicitly yield to other threads on char availability.Paul Sokolovsky
2017-04-04extmod/modframebuf: Make monochrome bitmap formats start with MONO_.Peter Hinch
2017-04-04py/objint: Consolidate mp_obj_new_int_from_float to one implementation.Damien George
2017-04-04stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer.Damien George
2017-04-04stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms.Damien George
2017-04-04zephyr/modusocket: Factor out socket_new() function.Paul Sokolovsky
2017-04-04zephyr/modusocket: Be sure to use MP_OBJ_FROM_PTR.Paul Sokolovsky
2017-04-04tests/run-tests: Update names of tests that may need skipping.Damien George
2017-04-04tests/float: Add tests for hashing float and complex numbers.Damien George
2017-04-04py: Add very simple but correct hashing for float and complex numbers.Damien George
2017-04-04docs/library/btree: Add btree module docs.Paul Sokolovsky
2017-04-03zephyr/prj_base.conf: Add config for net_buf logging.Paul Sokolovsky