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-25
esp8266/modpybrtc: Use 64-bit arithmetic when computing alarm expiry.
Damien George
2016-08-20
esp8266/esp_mphal: No longer disable watchdog on startup.
Paul Sokolovsky
2016-08-19
esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI
Radomir Dopieralski
2016-08-19
esp8266/modpybhspi: Add a HSPI module for hardware SPI support
Radomir Dopieralski
2016-08-15
ports: Remove typedef of machine_ptr_t, it's no longer needed.
Damien George
2016-08-14
esp8266/mpconfigport.h: Enable support for all special methods.
Paul Sokolovsky
2016-08-10
esp8266: PULL_UP is not supported on Pin(16), so raise an exception.
Damien George
2016-08-10
esp8266: Fix reading of pin object for GPIO16.
Damien George
2016-08-09
esp8266/modules/flashbdev: Start filesystem at 0x90000.
Paul Sokolovsky
2016-08-09
esp8266/esp8266.ld: Increase firmware image size to 0x90000 (576K).
Paul Sokolovsky
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
[next]