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-18
py/modmicropython: Add micropython.kbd_intr() function.
Damien George
2017-04-18
docs/library/machine.SPI: Fix formatting of bullet list to stop warning.
Damien George
2017-04-18
docs/library/machine.I2C: Remove WiPy-specific return values.
Damien George
2017-04-18
cc3200/mods/pybi2c: Make readfnom_mem_into/writeto_mem return None.
Damien George
2017-04-18
docs/esp8266/quickref: Add links from quickref page to machine classes.
Damien George
2017-04-18
docs/library/machine.*: Add cross-reference label to individual classes.
Damien George
2017-04-18
docs/library/machine.I2C: Deconditionalise all methods.
Damien George
2017-04-18
docs/wipy/general: Add section about specifics of I2C implementation.
Damien George
2017-04-18
docs/wipy/quickref: Update reference for change to I2C API.
Damien George
2017-04-18
cc3200/mods/pybi2c: Make machine.I2C constructor/init conform to HW API.
Damien George
2017-04-18
docs/library/machine.UART: Remove pyboard-specific section.
Damien George
2017-04-18
minimal/main: Make Cortex-M vector table constant.
Damien George
2017-04-16
tests/run-tests: Don't post-process CRASH result in any way.
Paul Sokolovsky
2017-04-16
docs/library/machine: Typo fix in machine_callbacks section.
Paul Sokolovsky
2017-04-16
docs/machine: Move machine.main() misnomer to wipy's known issues.
Paul Sokolovsky
2017-04-16
docs/machine.UART: Deconditionalize normal methods.
Paul Sokolovsky
2017-04-16
docs/library/ussl: Deconditionalize, wipy notes moved to its documentation.
Paul Sokolovsky
2017-04-16
docs/library/uos: urandom: Generalize description.
Paul Sokolovsky
2017-04-16
docs/library/micropython: Deconditionalize.
Paul Sokolovsky
2017-04-15
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
Damien George
2017-04-14
socket_send: Don't send more than MTU allows.
Paul Sokolovsky
2017-04-14
tests/run-tests: Search feature checks wrt to main script location.
Paul Sokolovsky
2017-04-14
docs/esp8266/tutorial/intro: Reword section on flash size requirement.
Paul Sokolovsky
2017-04-14
esp8266/README: Add notice about 512K version.
Paul Sokolovsky
2017-04-14
esp8266/README: Replace reference of alpha status to beta status.
Paul Sokolovsky
2017-04-13
zephyr/modusocket: Strip packet header right in the receive callback.
Paul Sokolovsky
2017-04-13
tests/extmod/utimeq1: Improve coverage of utimeq module.
Damien George
2017-04-12
py/gc: Execute finaliser code in a protected environment.
Damien George
2017-04-12
py/nlrsetjmp: Add check for failed NLR jump.
Damien George
2017-04-12
unix: Enabled high-quality float hashing in coverage build.
Damien George
2017-04-12
py/objfloat: Add implementation of high-quality float hashing.
Damien George
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-04-12
py/obj: Clean up and add comments describing mp_obj_type_t struct.
Damien George
2017-04-11
zephyr/modusocket: Call net_nbuf_print_frags() in recv callback if DEBUG > 1.
Paul Sokolovsky
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
[next]