5654 Commits (067fb2da14a687534a0b4ba801a7c001f6a0a32b)
 

Author SHA1 Message Date
Paul Sokolovsky 777232c9a5 esp8266: Disallow recursive calls to REPL. 9 years ago
Pavol Rusnak 3d4a535208 unix: implement -i option (inspect - start REPL after script is finished) 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
Paul Sokolovsky b1dfdaf6cb py/ringbuf.h: Add reusable ring buffer class. 9 years ago
Paul Sokolovsky f50d9477c1 docs: network: esp8266: .scan() is now synchronous and returns result list. 9 years ago
Paul Sokolovsky d7019d0628 docs: network: esp8266: status is WLAN object method. 9 years ago
Damien George 9475cc59e6 esp8266: Support synchronous wifi scanning. 9 years ago
Damien George 2599672384 py/parsenum: Use pow function to apply exponent to decimal number. 9 years ago
Damien George e1e7657277 py/formatfloat: Fix further cases of buffer overflow in formatting. 9 years ago
Damien George 03b8bb7ec9 py/formatfloat: Fix case of float format where leading digit was "10". 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
danicampora 193795398d docs: Correct pin interrupt example code for the WiPy. 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
Paul Sokolovsky cd6194aefc esp8266/esp8266.ld: Put FatFs to FlashROM. 9 years ago
Paul Sokolovsky 374654f2b8 esp8266: Enable FatFs support. 9 years ago
Paul Sokolovsky fe9bc0c573 esp8266/README: Update for the current status of the port. 9 years ago
Paul Sokolovsky bbc65d4eda esp8266/modesp: flash_read(): Accept buffer to read to as a second argument. 9 years ago
Paul Sokolovsky fd86bf5917 esp8266/modesp: flash_write(): Writes in multiples of 4 bytes. 9 years ago
Paul Sokolovsky 53302f1616 esp8266: Set up UART handling task soon into init process. 9 years ago
Paul Sokolovsky 651a188299 extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs. 9 years ago
Paul Sokolovsky 13394a632d unix/unix_mphal: Hack to make uos.dupterm() actually work. 9 years ago
Paul Sokolovsky 53ad5edc01 py/stream: Fix stupid thinko with variable naming/shadowing. 9 years ago
Paul Sokolovsky 87c783b454 docs/esp8266: esp.mac() replaced with network.WLAN.mac(). 9 years ago
Paul Sokolovsky 679fe0abae docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active(). 9 years ago
Paul Sokolovsky eda8746324 docs/esp8266: phy_mode() moved to network module. 9 years ago
Paul Sokolovsky 935e021250 esp8266: Put modpybi2c.o to FlashROM. 9 years ago
Damien George c33a76059f esp8266/tests: Add neopixel.py test. 9 years ago
Damien George 3962766be0 esp8266: Add esp.neopixel_write function to bit-bang WS2812 data. 9 years ago
Damien George b62beadae0 esp8266: Link ADC class into machine module. 9 years ago
Paul Sokolovsky f71c0699a5 esp8266: Put utils.o to FlashROM. 9 years ago
Paul Sokolovsky 9c7e3353e5 esp8266: Put lexerstr32.o into FlashROM. 9 years ago
Paul Sokolovsky ba640bde55 esp8266/esppwm.c: Fix IRQ handler prototype. 9 years ago
Damien George 632d8efa05 esp8266: Add PWM support. 9 years ago
Damien George 82b95f625e esp8266: Implement software SPI class. 9 years ago