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
path:
root
/
esp8266
Age
Commit message (
Expand
)
Author
2016-08-07
esp8266/modmachine: Implement dummy sleep() function.
Paul Sokolovsky
2016-08-07
esp8266/modutime: Actually implement ticks_cpu().
Paul Sokolovsky
2016-08-07
esp8266/esp_mphal.h: Add mp_hal_ticks_cpu() for reuse.
Paul Sokolovsky
2016-08-07
esp8266/modmachine: Implement idle() function.
Paul Sokolovsky
2016-08-06
esp8266/scripts/inisetup: Add commented-out call to esp.osdebug(None).
Paul Sokolovsky
2016-08-06
esp8266/flashbdev: Reserve extra sysparam sector for SDK 2.0.0 compatibility.
Paul Sokolovsky
2016-08-04
esp8266/scripts/port_diag.py: Include esp.check_fw() call.
Paul Sokolovsky
2016-08-04
esp8266/modesp: Add check_fw() function to check integrity of the firmware.
Paul Sokolovsky
2016-08-04
esp8266/makeimg.py: Append md5 hash to the generated binary.
Paul Sokolovsky
2016-08-04
esp8266/makeimg.py: Store firmware size as last 4 bytes of padding area.
Paul Sokolovsky
2016-08-01
esp8266: Make APA102 driver inclusion configurable.
Paul Sokolovsky
2016-08-01
esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.
Paul Sokolovsky
2016-07-31
esp8266: Enable btree module.
Paul Sokolovsky
2016-07-31
esp8266/esp_mphal: Implement libc's errno.
Paul Sokolovsky
2016-07-30
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Paul Sokolovsky
2016-07-30
esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.
Paul Sokolovsky
2016-07-30
esp8266/axtls_helpers: Remove abort_(), now in lib/embed/.
Paul Sokolovsky
2016-07-27
esp8266/modpybuart: Fix UART parity setting.
daniel-k
2016-07-23
esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.
Paul Sokolovsky
2016-07-23
esp8266/_boot.py: Set GC alloc threshold to half of heap size.
Paul Sokolovsky
2016-07-23
esp8266: dupterm_task_init() should be called before running _boot.py, etc.
Paul Sokolovsky
2016-07-22
esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Paul Sokolovsky
2016-07-16
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Paul Sokolovsky
2016-07-16
esp8266/moduos: Add rmdir() function.
Paul Sokolovsky
2016-07-13
esp8266: Select axTLS for SSL implementation, following recent refactor.
Paul Sokolovsky
2016-07-05
esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().
Paul Sokolovsky
2016-07-04
esp8266/esp_mphal: call_dupterm_read: Use readinto() method.
Paul Sokolovsky
2016-07-04
esp8266/main: Init recently added dupterm_arr_obj port state var.
Paul Sokolovsky
2016-07-02
esp8266/README: Promote from "highly experimental" to "experimental".
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Switch webrepl_setup to use frozen bytecode.
Paul Sokolovsky
2016-07-02
esp8266: Explicitly collect garbage in bootstrap scripts.
Paul Sokolovsky
2016-06-30
esp8266/modpybuart: allow setting baudrate and other params
Radomir Dopieralski
2016-06-30
esp8266/websocket_helper.py: Fix typo in debug output.
Paul Sokolovsky
2016-06-30
esp8266/websocket_helper.py: Avoid extra string allocations.
Paul Sokolovsky
2016-06-29
esp8266/README: Describe how to build mpy-cross.
Damien George
2016-06-29
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
Damien George
2016-06-26
esp8266/main.c: Clear the command line history when (re)booting.
Robert HH
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-06-16
esp8266: Use RTC to set date & time stamps for files.
Robert HH
2016-06-12
esp8266/Makefile: Enable --verify option for esptool.py write_flash.
Paul Sokolovsky
2016-06-12
esp8266: Switch floating-point arith routines to BootROM.
Paul Sokolovsky
2016-06-06
esp8266: Let RTC work correctly after deepsleep.
puuu
2016-06-04
esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length.
Mark
2016-06-03
esp8266/modpybrtc: Handle RTC overflow.
puuu
2016-06-01
esp8266: Provide a dedicated variable to disable ets_loop_iter.
Damien George
2016-06-01
esp8266/rtc: Set RTC user memory length to 0 on first boot.
Damien George
2016-05-31
esp8266/moduos.c: Add stat() to the module uos of esp8266.
Robert HH
2016-05-31
esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams.
Paul Sokolovsky
2016-05-31
extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us.
Damien George
[prev]
[next]