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-22
zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.
Paul Sokolovsky
2017-04-22
tests: Add tests for calling super and loading a method directly.
Damien George
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
py/compile: Refactor handling of special super() call.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if iter parse node is a struct.
Damien George
2017-04-22
mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.
Damien George
2017-04-22
py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.
Damien George
2017-04-22
py/compile: Extract parse-node kind at start of func for efficiency.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if parse node is a struct.
Damien George
2017-04-22
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Damien George
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-21
windows: Bring mpconfigport.h up-to-date with unix port
stijn
2017-04-21
py: Reduce str/repr precision of float numbers when floats are 30-bit.
Damien George
2017-04-19
zephyr/modmachine: Implement machine.reset().
Paul Sokolovsky
2017-04-18
stmhal/timer: Clear interrupt flag before setting callback.
Henrik Sölver
2017-04-18
tests/micropython: Add test for micropython.kbd_intr().
Damien George
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
[prev]
[next]