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-04-22
esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.
Damien George
2016-04-22
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-21
py/mkenv.mk: Remove -s and -S args from PYTHON variable.
Damien George
2016-04-21
py: Fix bug passing a string as a keyword arg in a dict.
Damien George
2016-04-21
esp8266/esp_mphal: Remove mp_hal_feed_watchdog.
Damien George
2016-04-21
esp8266/uart: Remove obsolete UART rx buffering code.
Damien George
2016-04-21
esp8266: Implement UART.read functionality.
Damien George
2016-04-21
esp8266: Add uart_rx_wait and uart_rx_char functions.
Damien George
2016-04-21
stmhal: L4: Add support for external interrupts/events.
Tobias Badertscher
2016-04-21
stmhal: L4: Modify flash.c and storage.c to support L4 MCU.
Tobias Badertscher
2016-04-21
stmhal: L4: Modify mphalport to support L4 MCU.
Tobias Badertscher
2016-04-21
ACKNOWLEDGEMENTS: Add list of 842 backers from the ESP8266 campaign.
Damien George
2016-04-21
docs/esp8266: Add info about using deep-sleep mode to quickref.
Damien George
2016-04-21
esp8266: Implement basic deep-sleep capabilities.
Damien George
2016-04-21
docs/esp8266/general: Start "General information" for esp8266.
Paul Sokolovsky
2016-04-21
docs/topindex.html: esp8266: Enable quickref/general on the main page.
Paul Sokolovsky
2016-04-21
esp8266/modnetwork: .config(): Add "hidden ESSID" param.
Paul Sokolovsky
2016-04-20
esp8266/scripts/flashbdev: Correct bootloader flash size to match real size.
Paul Sokolovsky
2016-04-20
esp8266/scripts/_boot: Print notice when initial setup is executed.
Paul Sokolovsky
2016-04-20
esp8266/scripts/flashbdev: Disable debug output/checks.
Paul Sokolovsky
2016-04-20
esp8266/modnetwork: .config(): Add "channel" param.
Paul Sokolovsky
2016-04-19
py: Divide "split" and "cat" phases of qstr extraction for better efficiency.
Paul Sokolovsky
2016-04-19
py/makeqstrdefs.py: Process only CPP line-numbering info.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Fix Bashism.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Cleanup command passed to shell.
Paul Sokolovsky
2016-04-19
py/mkrules.mk: Try to detect and emulate make -B behavior for qstr extraction.
Paul Sokolovsky
2016-04-19
stmhal: Update Makefile dependencies.
Paul Sokolovsky
2016-04-19
unix: Make sure build dir exists before accessing it for freezing upip.
Paul Sokolovsky
2016-04-19
py: Rework QSTR extraction to work in simple and obvious way.
Paul Sokolovsky
2016-04-19
lib/utils/pyexec: Condition-out GC calls from pyexec.
Colin Hogben
2016-04-18
README: Explicitly point to required dependencies section.
Paul Sokolovsky
2016-04-18
esp8266/scripts: Don't try to create filesystem on 512KB devices or less.
Paul Sokolovsky
2016-04-18
esp8266/modesp: Add flash_size() function.
Paul Sokolovsky
2016-04-18
esp8266/scripts/flashbdev: Use all available space in 1MB FlashROM for FS.
Paul Sokolovsky
2016-04-17
esp8266/modesp: Allow esp.deepsleep to take 2nd arg for RF wake opt.
Damien George
2016-04-17
esp8266/README.md: Update feature list for current state of affairs.
Paul Sokolovsky
2016-04-17
esp8266/README.md: Typo fix.
Paul Sokolovsky
2016-04-17
esp8266/esp_mphal: Protect dupterm_task_handler() from recursive exec.
Paul Sokolovsky
2016-04-17
esp8266/moduos: Add dupterm_notify() function.
Paul Sokolovsky
2016-04-17
extmod/modlwip: Add ability to run callback on "recv" and "accept" events.
Paul Sokolovsky
2016-04-17
docs/machine: reset_cause() has been implemented for esp8266.
Paul Sokolovsky
2016-04-17
py/mkenv.mk: Optimize Python startup type during make process.
Paul Sokolovsky
2016-04-17
py/frozenmod: Pass the source name of the frozen module to the lexer.
Damien George
2016-04-17
stmhal: Fix machine.unique_id() function to work for all MCUs.
Damien George
2016-04-17
stmhal: L4: Modify timer.c to support L4 MCU.
Tobias Badertscher
2016-04-17
stmhal: L4: Modify rtc.c to support L4 MCU.
Tobias Badertscher
2016-04-17
stmhal: L4: Modify usbd_conf.c to support L4 MCU.
Damien George
2016-04-17
stmhal: L4: Modify uart.c to support L4 MCU.
Damien George
2016-04-17
extmod/modlwip: lwip_tcp_receive(): Full error handling.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_send(): Full error handling.
Paul Sokolovsky
[next]