203 Commits (6c67fbc280625c59fff7cdf93f16d5e2ad0bad8a)

Author SHA1 Message Date
Ian Davies fbe9417b90 extmod/ntptime: Factor out ntptime module from esp8266 port. 2 years ago
Jim Mussared be83c08f46 ports: Always append to GIT_SUBMODULES. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
Jim Mussared 092784da19 ports: Remove unused mp_type_{fileio/textio} macros in mpconfigport.h. 2 years ago
David Lechner e2d4db96da esp8266: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Damien George 9f8087b448 esp8266/boards: Enable reverse-special-methods on GENERIC board. 2 years ago
IhorNehrutsa 1ea82b6dcc esp32,esp8266: Rename WLAN dhcp_hostname config to hostname. 2 years ago
Damien George 226b2d77ee esp8266/mpconfigport: Disable MICROPY_PY_UTIMEQ. 2 years ago
Damien George ad7b98c829 esp8266/mpconfigport: Switch to ROM feature level configuration. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
iabdalkader 82b8a2d193 esp8266/modnetwork: Rename WLAN keyword args to ssid/security/key. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Christian Zietz e92c22a839 esp8266/etshal.h: Remove unneeded function declaration. 3 years ago
Christian Zietz ea1c0557e5 esp8266/machine_wdt: Remove deinit method for watchdog. 3 years ago
Jim Mussared 4274b34d6b esp8266: Make port-specific modules use MP_REGISTER_MODULE. 3 years ago
Jim Mussared bb794f05b7 extmod: Make port-included extmod modules use MP_REGISTER_MODULES. 3 years ago
Jim Mussared 4eab44a1ec extmod: Make extmod modules use MP_REGISTER_MODULE. 3 years ago
Damien George 5b700b0af9 all: Reformat remaining C code that doesn't have a space after a comma. 3 years ago
Jim Mussared 0e7bfc88c6 all: Use mp_obj_malloc everywhere it's applicable. 3 years ago
Damien George eef7eae6b2 esp8266/modesp: Remove esp.info() function. 3 years ago
Damien George 65be5e072f esp8266/mpconfigport.h: Remove config values that are the defaults. 3 years ago
Damien George ade2720e55 esp8266/moduos: Convert module to use extmod version. 3 years ago
Damien George fbd47fc46c ports: Consolidate inclusion of umachine module in built-ins. 3 years ago
Damien George a29c70c9b4 esp8266: Allow building a board to any dest directory. 3 years ago
Damien George 05bea70979 esp8266/etshal.h: Remove unneeded function declarations. 3 years ago
Damien George de43b500bd py/runtime: Allow initialising sys.path/argv with defaults. 3 years ago
Jim Mussared 86ce442607 ports: Add '.frozen' as the first entry in sys.path. 3 years ago
Jim Mussared 92353c2911 all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 3 years ago
Damien George 5adb1fa40e esp32,esp8266: Extract qstr from object when comparing keys in config(). 3 years ago
Damien George ff4f1f3ab3 esp8266/boards/GENERIC: Enable f-strings. 3 years ago
Mike Causer 7f14344428 ports: Add images, features and urls to board.json. 3 years ago
Jim Mussared e359b077dd ports: Add board.json for all boards. 3 years ago
Damien George af64c2ddbd extmod/machine_pwm: Factor out machine.PWM bindings to common code. 3 years ago
Damien George d41f6dde56 extmod/modonewire: Make _onewire module configurable via macro option. 3 years ago
Damien George afe0634c98 extmod/machine_spi: Make SoftSPI configurable via macro option. 3 years ago
Damien George 122d901ef1 extmod/machine_i2c: Make SoftI2C configurable via macro option. 3 years ago
Jim Mussared 996f703166 esp32,esp8266: Remove dead code for end_ticks in machine_bitstream. 3 years ago
Jim Mussared 62fd450e62 drivers/neopixel: Add common machine.bitstream-based neopixel module. 3 years ago
Jim Mussared 39e9c0788f esp8266: Replace esp.neopixel with machine.bitstream. 3 years ago
Damien George 8616129f2e esp8266,esp32: Include hidden networks in WLAN.scan results. 3 years ago
Roberto Colistete Jr b099db4426 esp8266/Makefile: Add more libm files to build. 4 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George 132d93886f ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 3 years ago
Michael Weiss b3a34dde36 esp32,esp8266: Add __len__ to NeoPixel driver to support iterating. 4 years ago
David Lechner ca920f7218 py/mpstate: Make exceptions thread-local. 4 years ago
Damien George eb7ae538f9 esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 3 years ago