3314 Commits (f80d040c038c343b0709eba537014fb52bc8115e)

Author SHA1 Message Date
Eric Poulsen 19c7098e18 esp32: Add custom partitions.csv file with uPy specific size. 7 years ago
Damien George 0593d6f562 esp32/Makefile: Support using IDF_PATH as the env var to the IDF source. 7 years ago
Alex King 78302f7bb2 esp32/modesp: Add osdebug() function to disable or change IDF logging. 8 years ago
Damien George 9acd590675 esp32/mpconfigport.h: Enable websocket module. 7 years ago
Eric Poulsen 29dd6a7678 esp32: Implement wired Ethernet via network.LAN(). 7 years ago
Damien George 1c52d3e8c6 esp32/mpconfigport.h: Enable ussl finaliser. 7 years ago
Eric Poulsen b0853b5a39 esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig(). 7 years ago
Damien George 934abc9b9d esp32/modules: Symlink in ntptime.py from esp8266/modules. 7 years ago
Damien George 48613b6011 esp32: Update to latest ESP IDF. 7 years ago
Damien George a5808e2fca esp32/machine_pwm: Always set the channel in the PWM object. 7 years ago
Nick Moore f0628f5499 esp32/modutime.c: Add localtime and mktime functions. 7 years ago
Damien George ba2d960276 esp32/README: Update general description of port to add avail features. 7 years ago
Eric Poulsen 31747fe266 esp32: Implement machine.WDT() class. 8 years ago
Nick Moore 5f8ad6072f esp32: Call initialization function on sha1 and sha256. 7 years ago
Eric Poulsen 5adc133f05 esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad. 7 years ago
Nick Moore b74809c70a esp32/mpconfigport.h: Add missing uhashlib. 7 years ago
Timmenem 6cc716c4aa esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP). 7 years ago
Damien George bfc9845d00 esp32/modnetwork: Give better error msgs for AP timeout and not-found. 7 years ago
Damien George bc08c884a2 esp32: Add new port to Espressif ESP32 SoC. 8 years ago
Damien George 971699abe7 stm32: Add support for using the Python stack. 7 years ago
Damien George 357486d9b4 unix: Add support for using the Python stack. 7 years ago
Paul Sokolovsky e7fc765880 unix/mpconfigport: Disable uio.resource_stream(). 7 years ago
Paul Sokolovsky e9d29c9ba9 lib/tinytest: Move from tools/tinytest. 7 years ago
Paul Sokolovsky 24c641c4e3 qemu-arm/test_main: Clean up invocation of tinytest_main(). 7 years ago
Paul Sokolovsky 55d33d5897 zephyr/main: Move var declarations to the top of file. 7 years ago
Paul Sokolovsky ada1dc1c03 zephyr/CMakeLists.txt: Properly separate CFLAGS parts gotten from CMake. 7 years ago
Paul Sokolovsky ccec4ee7ad zephyr/CMakeLists.txt: Update for latest Zephyr buildsys changes. 7 years ago
Paul Sokolovsky 3a431fba50 esp8266/modnetwork: Make sure to intern string passed to .config("param"). 7 years ago
Paul Sokolovsky bb047558da zephyr/Makefile: syscall_macros.h generation was moved from CMake to make. 7 years ago
Damien George 6515acca70 stm32/boards/*_af.csv: Make consistent use of JTMS, JTCK, SWDIO, SWCLK. 7 years ago
Damien George 8f20231909 stm32/boards/stm32f767_af.csv: Update AF table based on datasheet. 7 years ago
Damien George 4e056d82cc esp8266/modules/webrepl_setup: Fix first-time enable of WebREPL. 7 years ago
Paul Sokolovsky b369c1bb96 zephyr/Makefile: Make prj_$(BOARD).conf optional, again. 7 years ago
Paul Sokolovsky a036554a77 zephyr/Makefile: Convert to new CMake-based Zephyr build system. 7 years ago
Paul Sokolovsky 25b7c7d7c6 zephyr/prj_base.conf: Force zephyr.bin build output. 7 years ago
Paul Sokolovsky 53e06e05c9 zephyr/Makefile: clean: Remove generated prj_*_merged.conf. 7 years ago
Damien George 811ddcc65f stm32/led: Remove unused LED enum constants. 7 years ago
Damien George 6906255dcd stm32/boards: Remove obsolete and unused board-specific defines. 7 years ago
Jaroslav Sykora 3e9e9b07ba stm32/boards: Add support for NUCLEO-F746ZG evaluation board. 7 years ago
Damien George bbac2df0cf stm32/boards/stm32f746_af.csv: Fix typos in AF table. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George 2cafef857e stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working. 7 years ago
Paul Sokolovsky 964bf935a3 esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text . 7 years ago
Christopher Cooper 7413b3ce3e extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library. 7 years ago
Paul Sokolovsky 0535d03370 esp8266/README: Add section on using upip. 7 years ago
Paul Sokolovsky 9c209e4d09 esp8266/README: Emphasize the need to change default WiFi password. 7 years ago
stijn 79ed58f87b py/objnamedtuple: Add _asdict function if OrderedDict is supported 7 years ago
Paul Sokolovsky 1b146e9de9 py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros. 7 years ago
Paul Sokolovsky b9580b85a8 unix/moduselect: Fix nanbox build after adding .dump() method. 7 years ago
Paul Sokolovsky cb910c6a0c unix/moduselect: Add .dump() method for debugging. 7 years ago