71 Commits (ca0c75f5042cdf602585b08184f132d7ab4713f3)

Author SHA1 Message Date
Steve App 21fee92be6 esp32: Restore FROZEN_MANIFEST support with new CMake build system. 4 years ago
Michael O'Cleirigh 0ccd9e08aa esp32: Restore USER_C_MODULE support with new CMake build system. 4 years ago
Mike Causer 8785acac22 esp32/Makefile: Specify port and baud on erase_flash command. 4 years ago
Damien George 9f035d6bb7 esp32: Remove traditional "make" capability. 4 years ago
stijn fad4079778 esp32,unix: Support building C++ code. 4 years ago
stijn f1666419a8 py/mkrules.mk: Add target for compiling C++ files. 4 years ago
Damien George 1dc64359da esp32: Use path relative to root for netutils/timeutils headers. 4 years ago
Jim Mussared ed14435a8e extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
Jim Mussared 8e8dcdd34b esp32: Update IDF v4.0 supported hash to v4.0.1. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
Damien George f534b99765 esp32: Update to ESP IDF v3.3.2. 5 years ago
Jim Mussared 073b9a5eb8 ports: Enable error text compression for various ports, but not all. 5 years ago
Damien George c44d52f33e extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk. 5 years ago
Jim Mussared a9ce8dfdaa esp32: Move to IDF 4.0 release version. 5 years ago
Jim Mussared 0645478475 esp32/Makefile: Reorder includes to build with latest toolchain. 5 years ago
Jim Mussared 3032ae1155 esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0). 5 years ago
Damien George 99b8c1a937 esp32/Makefile: Assign result of $call to dummy var for older make. 5 years ago
Matt Trentini 0e0e6132fd esp32/esp32_rmt: Add initial support for RMT peripheral. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George 742030945c esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code. 5 years ago
Damien George ce1de1faf0 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Jim Mussared cd8bbf4cfc esp32/boards: Enable BLE by default when building with IDF 4.x. 5 years ago
Jim Mussared 6a9bd1c1ab esp32: Implement BLE using Nimble from IDF 4.x. 5 years ago
Jim Mussared c33a4cc213 esp32/Makefile: Fix printing of supported git hash. 5 years ago
Jim Mussared f469634c0c esp32: Add check to Makefile that the toolchain is in PATH. 5 years ago
Jim Mussared 970f798ea9 esp32: Add check to Makefile for pyparsing version. 5 years ago
Jim Mussared 96008ff59a esp32: Support building with ESP IDF 4.0-beta1. 5 years ago
Damien George 356a728bd0 esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS. 5 years ago
Braden Mars 5641aa55dd esp32: Update to use ESP IDF v3.3 5 years ago
Jim Mussared 50482cdc0c esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O. 5 years ago
Damien George 05eb897d06 esp32: Add esp32.Partition class to expose partition and OTA funcs. 5 years ago
Jim Mussared 8db517f26d esp32: Add per-board configs, following other ports. 5 years ago
Damien George 2ccf030fd1 esp32: Add support for mDNS queries and responder. 5 years ago
Damien George 7c15e50eb8 esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition. 5 years ago
Damien George e3e7e3a781 esp32/Makefile: Simplify include of IDF source by using wildcards. 5 years ago
Damien George b88e51d718 esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule. 5 years ago
Jim Mussared 331c224e07 esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O. 5 years ago
Damien George a29334761d esp32: Add support for hardware I2C. 5 years ago
Josh Lloyd 2f262d5f9a esp32/Makefile: Include all driver/*.c source files in the build. 5 years ago
Damien George 3ee3995be1 esp32: Update to use ESP IDF v3.3-beta3. 5 years ago
Nicko van Someren 8e3af7d4c8 esp32: Add machine.SDCard class using built-in HW SD/MMC controller. 6 years ago
Damien George fcace26d87 esp32/Makefile: Add some missing IDF source files to bootloader and app. 6 years ago
Damien George b5f33ac2cb ports: Update to work with new oofatfs version. 6 years ago
Damien George c33f538066 esp32/modmachine: Add support for changing the CPU frequency. 6 years ago
Damien George 5d88272342 esp32/Makefile: Make sure that directory exists for sdkconfig.h. 6 years ago
Damien George 3d49b157b8 esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure. 6 years ago
Damien George f59904f799 esp32/Makefile: Put all IDF compenents in .a libs to use IDF ld script. 6 years ago