6151 Commits (94238d4ae5851802db75aa49d4b68bca6f99d6a8)
 

Author SHA1 Message Date
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
Damien George 93a9c2e840 docs/library/machine: Add documentation for machine.time_pulse_us. 9 years ago
Damien George 4940bee62a extmod: Add machine time_pulse_us function (at C and Python level). 9 years ago
Paul Sokolovsky 298c2ae2c7 extmod/vfs_fat: Mark anused "self" arg for fat_vfs_stat(). 9 years ago
Peter Hinch 641300dccb stmhal/dac: DAC deinit() method added. 9 years ago
Robert HH ee009d713a extmod/vfs_fat.c: Add vfs.stat(). 9 years ago
Tomas R 7d4fd8b6db docs/esp8266/general: Remove duplicate phrase. 9 years ago
Paul Sokolovsky 225562d915 esp8266/scripts/ntptime: Allow to override NTP server. 9 years ago
Paul Sokolovsky 480159ca8b extmod/vfs_fat: getcwd(): Use mp_obj_new_exception_arg1(). 9 years ago
Paul Sokolovsky 2503b59592 stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1(). 9 years ago
Paul Sokolovsky 12401f337e esp8266/moduos: Add chdir() and getcwd() functions. 9 years ago
Paul Sokolovsky f0eea1fdf9 tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd(). 9 years ago
Paul Sokolovsky ee5e3f6527 extmod/vfs_fat: chdir(), getcwd() methods should accept VFS object (self). 9 years ago
Paul Sokolovsky cac6c9704e extmod/vfs_fat: Add getcwd() method. 9 years ago
Paul Sokolovsky f12146cbf6 extmod/vfs_fat: Add chdir() method. 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
Damien George 715ee9d925 py/modstruct: Allow to have "0s" in struct format. 9 years ago
Paul Sokolovsky 282d81a40e README: "quick build": Use "make axtls" after all. 9 years ago
Paul Sokolovsky 4889b6ff9b unix/Makefile: "make axtls": Automatically fetch submodules if missing. 9 years ago
Paul Sokolovsky e66b3042d6 README: Add "make deplibs" to quick build section. 9 years ago
Paul Sokolovsky 6055d411a9 unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option. 9 years ago
Paul Sokolovsky cbe544a76d tools: Upgrade upip to 0.7. 9 years ago
Paul Sokolovsky 2ec0ee082a py/moduerrno: Add ECONNREFUSED, one of frequent networking errors. 9 years ago
Robert HH 7c004e794c extmod/vfs_fat*: Replace text error messages by POSIX error numbers. 9 years ago
Paul Sokolovsky 751e3b7a82 extmod/virtpin: Initial implementation of open-ended C-level Pin interface. 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 48a7ef0576 drivers: Add C-level function to read DHT11 and DHT22 devices. 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 a3dc2c6031 docs/machine: Make disable_irq and enable_irq docs available for all. 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 20aa9c8511 .travis.yml: Install gcc-arm-none-eabi with --force-yes for now. 9 years ago
Paul Sokolovsky f5d63bcd23 unix: Enable "ussl" module. 9 years ago
Paul Sokolovsky 2ea019f3d3 extmod/modussl: Coverage build fixes. 9 years ago
Paul Sokolovsky 37f9761801 unix/Makefile: nanbox build is not compatible with modussl, disable. 9 years ago
Paul Sokolovsky 9d04fec5d9 extmod/modussl: Make more compatible with non-default obj representations. 9 years ago
Paul Sokolovsky c76acd8c23 py/moduerrno: Add EEXIST, EISDIR. 9 years ago