382 Commits (cbffd0aadd71723365ddd3823ae1c12f4dbacad9)

Author SHA1 Message Date
Robert HH 23067a1422 esp8266: Use RTC to set date & time stamps for files. 9 years ago
Paul Sokolovsky 236838a9fc esp8266/Makefile: Enable --verify option for esptool.py write_flash. 9 years ago
Paul Sokolovsky 9f8b788fe5 esp8266: Switch floating-point arith routines to BootROM. 9 years ago
puuu ee12581a35 esp8266: Let RTC work correctly after deepsleep. 9 years ago
Mark 822e9ca8f3 esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length. 9 years ago
puuu cafdfb7af3 esp8266/modpybrtc: Handle RTC overflow. 9 years ago
Damien George 927388e80e esp8266: Provide a dedicated variable to disable ets_loop_iter. 9 years ago
Damien George 752e952096 esp8266/rtc: Set RTC user memory length to 0 on first boot. 9 years ago
Robert HH 4f3fbf09cc esp8266/moduos.c: Add stat() to the module uos of esp8266. 9 years ago
Paul Sokolovsky 15eb1ce52d esp8266: Enable MICROPY_PY_IO_FILEIO to get compliant text/binary streams. 9 years ago
Damien George 33168081f4 extmod/machine: Add MICROPY_PY_MACHINE_PULSE config for time_pulse_us. 9 years ago
Damien George cff2b7a6e3 esp8266/modmachine: Add machine.time_pulse_us function. 9 years ago
Paul Sokolovsky 225562d915 esp8266/scripts/ntptime: Allow to override NTP server. 9 years ago
Paul Sokolovsky 12401f337e esp8266/moduos: Add chdir() and getcwd() functions. 9 years ago
Damien George 602305b211 esp8266/uart: Properly initialise UART0 RXD pin in uart_config. 9 years ago
Damien George 6707fc94ae esp8266/modnetwork: Allow to press ctrl-C while scan() is running. 9 years ago
Damien George 84381fa0fc esp8266/modnetwork: Protect scan() callback against memory errors. 9 years ago
Damien George 55df14f1a4 esp8266/modnetwork: scan() is only supported by STA when it's enabled. 9 years ago
Paul Sokolovsky 74e6c0337d esp8266/Makefile: Document "disable" value for UART_OS. 9 years ago
Damien George 7ebfe09fbd esp8266: Add dht.py script for high-level control of DHT11/DHT22 sensor. 9 years ago
Damien George 45f3416816 esp8266: Enable DHT C-level driver. 9 years ago
Damien George 4b37e775ea extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low. 9 years ago
Damien George 9a368ae831 esp8266/modmachine: Add disable_irq and enable_irq functions. 9 years ago
Damien George 849eb835f0 esp8266/ets_alt_task: Don't run ets_loop_iter if irqs are disabled. 9 years ago
Damien George 99b14593a6 esp8266/xtirq: Add xtirq.h for controlling xtensa irqs. 9 years ago
Damien George 7e809b4baf esp8266/modpybspi: Configure pins when initialising an SPI object. 9 years ago
Damien George 68e222afdc esp8266: Add mp_hal_pin_input() and mp_hal_pin_output() functions. 9 years ago
Paul Sokolovsky 2b05b60bbc esp8266/esp_mphal: mp_uos_dupterm_deactivate() may raise exception. 9 years ago
Paul Sokolovsky 4681b86850 esp8266/esp_mphal: Handle Ctrl+C from dupterm (e.g. WebREPL). 9 years ago
Paul Sokolovsky 116eeee6db esp8266/esp_mphal: Fix NLR buffer leak in call_dupterm_read(). 9 years ago
Paul Sokolovsky bc2ba6b2e3 esp8266/scripts/port_diag: Dump network interface IP settings. 9 years ago
Paul Sokolovsky cb7693bab4 esp8266/main: Update _boot module loading for recent frozen modules refactors. 9 years ago
Paul Sokolovsky 9c2217a165 esp8266: Enable collections.OrderedDict. 9 years ago
Paul Sokolovsky 0ab372585f extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream. 9 years ago
misterdanb a0a08b4be1 esp8266: Add APA102 serial individually controllable LEDs support. 9 years ago
Torwag 6fa60153ea esp8266/README: Add a very first start section. 9 years ago
Paul Sokolovsky 418faae8f7 esp8266/scripts/webrepl_setup: Add max password length check. 9 years ago
Paul Sokolovsky 21ec1fd850 esp8266/scripts/webrepl_setup: Show password placeholder char. 9 years ago
Paul Sokolovsky 7327d5f6f7 esp8266/scripts/port_diag: Add network diagnostic output. 9 years ago
Robert HH a676a41cb7 esp8266/moduos.c: Addition of the rename method to module uos. 9 years ago
Damien George 0d6d315ba6 esp8266: Change to use internal errno's. 9 years ago
Damien George 7e1f580910 esp8266: Enable uerrno module, weak linked also as errno. 9 years ago
Damien George 4f2ba9fbdc esp8266: Convert to use new MP_Exxx errno symbols. 9 years ago
Paul Sokolovsky d60cb8e180 esp8266/help: Add "sta_if.active(True)" command. 9 years ago
Paul Sokolovsky f16bec6bc9 esp8266/mpconfigport: Reduce various parser-related allocation params. 9 years ago
Paul Sokolovsky de5e0ed2e0 esp8266/main: Bump heap size to 28K. 9 years ago
Paul Sokolovsky 13a1acc7e2 esp8266/scripts/webrepl: Add start_foreground() method. 9 years ago
Noah Rosamilia 2724bd4a94 esp8266/scripts/webrepl: Add optional password argument to webrepl.start() 9 years ago
Mike Causer 13d06a83e1 esp8266/scripts/: Add fill() to NeoPixel 9 years ago
Paul Sokolovsky 8db61e5b5a esp8266/scripts/inisetup: Don't start WebREPL on boot in master branch. 9 years ago