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-05-01
windows/README: Add a note about stack usage for msvc
stijn
2017-05-01
windows/README: Fix some typos and grammar
stijn
2017-05-01
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
Paul Sokolovsky
2017-05-01
tools/mpy-tool: Make work if run from another directory.
Paul Sokolovsky
2017-04-30
msvc: Rebuild all qstrs when mpconfig headers are modified
stijn
2017-04-30
msvc: Do not define DEBUG for debug builds
stijn
2017-04-30
py: Cleanup use of global DEBUG preprocessor definition
stijn
2017-04-30
windows/README: Convert to Markdown.
Paul Sokolovsky
2017-04-29
extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.
Paul Sokolovsky
2017-04-29
extmod/moduselect: Implement ipoll() method for alloc-free polling.
Paul Sokolovsky
2017-04-29
extmod/moduselect: Refactor towards introduction of poll.ipoll().
Paul Sokolovsky
2017-04-29
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
Paul Sokolovsky
2017-04-28
qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.
Damien George
2017-04-27
examples/hwapi: Add config for Zephyr port of 96Boards Carbon.
Paul Sokolovsky
2017-04-27
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
Paul Sokolovsky
2017-04-27
zephyr/modusocket: Add dummy makefile() implementation.
Paul Sokolovsky
2017-04-26
zephyr/modusocket: sock_read: Check socket status only at the start of packet.
Paul Sokolovsky
2017-04-26
zephyr/modusocket: Add read/readline/readinto stream methods.
Paul Sokolovsky
2017-04-26
zephyr/modusocket: Refactor recv() into stream read() method.
Paul Sokolovsky
2017-04-26
unix: Remove obsolete MICROPY_FATFS macro.
Damien George
2017-04-26
zephyr/modusocket: Enable stream write() method.
Paul Sokolovsky
2017-04-26
zephyr/modusocket: Refactor send() into stream write() method.
Paul Sokolovsky
2017-04-26
zephyr: Add 96b_carbon configuration.
Kushal Das
2017-04-25
py/mpz: In mpn_sub, use existing function to remove trailing zeros.
Damien George
2017-04-25
tests/basics: Add tests for int.from_bytes when src has trailing zeros.
Damien George
2017-04-25
py/mpz: Strip trailing zeros from mpz value when set from bytes.
Damien George
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
[next]