382 Commits (cbffd0aadd71723365ddd3823ae1c12f4dbacad9)

Author SHA1 Message Date
Paul Sokolovsky 40f5ecd3a8 esp8266: Add Python modules for initial configuration. 9 years ago
Paul Sokolovsky 2f5935269b esp8266/scripts/main.py: Remove stale file. 9 years ago
Paul Sokolovsky 54b89665fc esp8266/modnetwork: .config(): Add "password" param (W/O). 9 years ago
Paul Sokolovsky 7acc252e93 esp8266/modnetwork: .config(): Add "authmode" param. 9 years ago
Paul Sokolovsky 6f3fc9bfa1 esp8266/modnetwork: .config(): Check interface whose config is requested. 9 years ago
Paul Sokolovsky f49d63a75c esp8266: Enable websocket module. 9 years ago
Paul Sokolovsky 1cc81ed449 esp8266/modesp: Add freemem() and meminfo() functions. 9 years ago
Paul Sokolovsky c734de490a esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call(). 9 years ago
Damien George 6e87aeb841 esp8266: Implement multistage bootstrap sequence. 9 years ago
Damien George 2c407bcf20 esp8266: Switch from terse error messages to normal ones. 9 years ago
Paul Sokolovsky d85439fd19 esp8266/README: Add short troubleshooting section. 9 years ago
Damien George 1a0a323ca8 esp8266: Add initial implementation of machine.UART. 9 years ago
Damien George 96eca22322 esp8266: Make destination for vendor OS debug output soft-configurable. 9 years ago
Paul Sokolovsky 2c8356c482 esp8266/modnetwork: require_if(): Report the actual interface required. 9 years ago
Paul Sokolovsky de12502d89 esp8266: Move pyb.unique_id() to machine.unique_id(). 9 years ago
Paul Sokolovsky 81fd5685fc esp8266: Move pyb.hard_reset() to machine.reset(). 9 years ago
Paul Sokolovsky 69256ac0b1 esp8266: Bump heap size to 24k. 9 years ago
Paul Sokolovsky debbaac1bd esp8266: Update flashing instructions in README. 9 years ago
Paul Sokolovsky 919b70b7ec esp8266: Switch back to flashing combined firmware (single file). 9 years ago
Paul Sokolovsky 8d2bcaf3cd esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment. 9 years ago
Paul Sokolovsky 9698a60591 esp8266/ets_alt_task: Comment out debug output. 9 years ago
Paul Sokolovsky fcd6862597 esp8266: Bump iROM size to 512k. 9 years ago
Paul Sokolovsky ef0c5db2ed esp8266: Move .rodata where it belongs with -mforce-l32 help. 9 years ago
Paul Sokolovsky 333a63efaa esp8266/README: Add link to docs. 9 years ago
Damien George a0cb4eda9a esp8266: Use VM_HOOK to call ets_loop_iter within the VM. 9 years ago
Damien George 6a051a8e0b esp8266/uart: Get ctrl-C working now that event-based REPL is disabled. 9 years ago
Damien George fb6cc96951 esp8266/uart: Comment out old, unused rx buffering code. 9 years ago
Paul Sokolovsky fc4c43a72e esp8266: Switch to non event-driven REPL to support paste mode. 9 years ago
Paul Sokolovsky 785cf9a61f esp8266: Support dedicated REPL loop (aka pull-style). 9 years ago
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL. 9 years ago
Paul Sokolovsky 5531437941 esp8266: Move PHY mode constants from modesp to modnetwork. 9 years ago
Damien George 4b597a1c1a esp8266: Reset term_obj on reboot. 9 years ago
Paul Sokolovsky 98af891610 esp8266: Implement input part of dupterm handling. 9 years ago
Paul Sokolovsky 61fa7c8152 esp8266: Switch back to accumulating input data via ring buffer. 9 years ago
Paul Sokolovsky 2e75a17bab esp8266: Fix issue when current repl line was garbage-collected. 9 years ago
Damien George 9475cc59e6 esp8266: Support synchronous wifi scanning. 9 years ago
Paul Sokolovsky d88250c06e esp8266: Reduce heap size for now to avoid random segfaults on WiFi connect. 9 years ago
Paul Sokolovsky c4506ed869 esp8266: Let esp8266 "os" messages go to standard (REPL) UART. 9 years ago
Paul Sokolovsky 402a743821 esp8266/esp_mphal: Add support for debug UART-only output. 9 years ago
Paul Sokolovsky 8fc5e56a6a esp8266: Enable uos.dupterm() method. 9 years ago
Paul Sokolovsky c961889e34 esp8266: Add basic support for duplicating REPL output. 9 years ago
Damien George 6ca17c1922 esp8266: Implement os.urandom function. 9 years ago
Paul Sokolovsky b4070ee8a4 esp8266: Allow to build without FatFs support again. 9 years ago
Paul Sokolovsky 2f02302e22 esp8266: Support importing modules from filesystem. 9 years ago
Damien George 71d40f132d esp8266: Zero out fs_user_mount state on (soft) reset. 9 years ago
Paul Sokolovsky 9edd736ee6 esp8266/moduos: Add os.remove(), proxying to VFS object. 9 years ago
Paul Sokolovsky e8e116e7fc esp8266/moduos: Factor out VFS method proxy helper. 9 years ago
Paul Sokolovsky 8b08a0d9ed esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0]. 9 years ago
Damien George 61230e007d esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary. 9 years ago
Paul Sokolovsky b01a373adb esp8266: deploy: Use --flash_size=8m option to esptool.py. 9 years ago