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