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
2016-03-12
extmod/modlwip: Rework getaddrinfo() data passing.
Paul Sokolovsky
2016-03-11
docs: Add Python speed optimisation guide, including minimal viper ref.
Peter Hinch
2016-03-11
docs: Update details on using ADCAll object for vref/vbat channels.
Peter Hinch
2016-03-11
docs: Update asm_thumb2_hints_tips re return type of asm funcs.
Peter Hinch
2016-03-11
esp8266: Mention git submodule in build instructions for esp8266 port.
Christopher Arndt
2016-03-11
esp8266: Rejig Makefile so extmod/modlwip.o is placed under build/.
Damien George
2016-03-11
esp8266: Define MICROPY_EVENT_POLL_HOOK for the port.
Paul Sokolovsky
2016-03-11
esp8266: Be sure to build ets_alt_task.
Paul Sokolovsky
2016-03-11
esp8266/esp_mphal: Add higher-level event polling function.
Paul Sokolovsky
2016-03-11
extmod/modlwip: Use MICROPY_EVENT_POLL_HOOK for event polling if defined.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Update for vendor SDK 1.5.0.
Paul Sokolovsky
2016-03-11
esp8266/ets_alt_task: Be sure to "pop" event before calling its handler.
Paul Sokolovsky
2016-03-11
esp8266: Feed WDT in ets_loop_iter().
Damien George
2016-03-11
esp8266: Add alternative event loop implementation.
Paul Sokolovsky
2016-03-10
py: Use MP_SMALL_INT_POSITIVE_MASK to check if uint fits in a small int.
Damien George
2016-03-10
esp8266/modnetwork: Add symbolic names for network interfaces: STA_IF & AP_IF.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Introduce interface .config() method.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Move config defines to the top.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Add per-interface .active() method.
Paul Sokolovsky
2016-03-10
esp8266: Move wifi_mode() and phy_mode() to network module.
Paul Sokolovsky
2016-03-10
esp8266/modnetwork: Allow to configure STA and AP interfaces separately.
Paul Sokolovsky
2016-03-09
stmhal: Add makefile target and configuration to deploy via OpenOCD.
Christopher Arndt
2016-03-09
stmhal: Add support for generic STM32F439 board (non DISCO).
Ryan Shaw
2016-03-09
mpy-cross: Remove setting of MICROPY_FORCE_32BIT=1 from Makefile.
Damien George
2016-03-09
stmhal: Add makefile target to deploy stmhal build via ST-LINK.
Christopher Arndt
2016-03-09
docs/esp8266: Fix indent errors, typos, and add info about REPL UART.
Damien George
2016-03-09
docs: Allow list of versions to be specified by environment variable.
Damien George
2016-03-09
docs: Add versions.html template and support code for a version sidebar.
Damien George
2016-03-09
docs/esp8266: Minor tweaks to quickref, Timer and I2C classes.
Damien George
2016-03-09
extmod/modlwip: Factor out "socket connected" check to a function.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Support non-blocking recv().
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add .write() stream method.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Still process remaining incoming data of a closed socket.
Damien George
2016-03-09
extmod/modlwip: Check for state change during recv busy-wait loop.
Damien George
2016-03-09
extmod/modlwip: Add stream .read() and .readline() methods.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add dummy .makefile() method.
Paul Sokolovsky
2016-03-09
extmod/modlwip: Add stream protocol read method.
Paul Sokolovsky
2016-03-09
esp8266: Move pyb.freq to machine.freq.
Damien George
2016-03-08
docs: Add esp8266 quick reference page, with basic info.
Damien George
2016-03-08
py/objboundmeth: Allocate arg state on stack if heap alloc fails.
Damien George
2016-03-08
stmhal: Add stmhal-specific README.md with extra details for this port.
Damien George
2016-03-08
stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method.
Damien George
2016-03-08
tests/run-tests: Simplify handling of newline in output from tests.
Damien George
2016-03-08
extmod/modlwip: Implement dummy setsockopt().
Paul Sokolovsky
2016-03-08
esp8266/main: Module to run on boot is "boot", not "main".
Paul Sokolovsky
2016-03-08
extmod/modlwip: Add .print() method.
Paul Sokolovsky
2016-03-08
esp8266: Put more code in iROM section.
Damien George
2016-03-08
extmod/modlwip: Update make_new() arguments for recent refactor.
Paul Sokolovsky
2016-03-08
esp8266/Makefile: Add define for ESP8266 lwIP.
Paul Sokolovsky
2016-03-08
esp8266: Enable modlwip.
Damien George
[next]