aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/Makefile
AgeCommit message (Expand)Author
2021-04-01esp32: Restore USER_C_MODULE support with new CMake build system.Michael O'Cleirigh
2021-03-11esp32/Makefile: Specify port and baud on erase_flash command.Mike Causer
2021-02-15esp32: Remove traditional "make" capability.Damien George
2020-10-29esp32,unix: Support building C++ code.stijn
2020-10-29py/mkrules.mk: Add target for compiling C++ files.stijn
2020-10-06esp32: Use path relative to root for netutils/timeutils headers.Damien George
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-06-09esp32: Update IDF v4.0 supported hash to v4.0.1.Jim Mussared
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-14esp32: Update to ESP IDF v3.3.2.Damien George
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-03-06extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.Damien George
2020-02-20esp32: Move to IDF 4.0 release version.Jim Mussared
2020-02-04esp32/Makefile: Reorder includes to build with latest toolchain.Jim Mussared
2020-01-15esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).Jim Mussared
2020-01-06esp32/Makefile: Assign result of $call to dummy var for older make.Damien George
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-06esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.Damien George
2019-11-04esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code.Damien George
2019-10-15esp32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-08esp32/boards: Enable BLE by default when building with IDF 4.x.Jim Mussared
2019-10-08esp32: Implement BLE using Nimble from IDF 4.x.Jim Mussared
2019-09-20esp32/Makefile: Fix printing of supported git hash.Jim Mussared
2019-09-17esp32: Add check to Makefile that the toolchain is in PATH.Jim Mussared
2019-09-17esp32: Add check to Makefile for pyparsing version.Jim Mussared
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2019-09-12esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.Damien George
2019-09-07esp32: Update to use ESP IDF v3.3Braden Mars
2019-09-03esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.Jim Mussared
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George
2019-08-16esp32: Add per-board configs, following other ports.Jim Mussared
2019-08-15esp32: Add support for mDNS queries and responder.Damien George
2019-07-30esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition.Damien George
2019-07-20esp32/Makefile: Simplify include of IDF source by using wildcards.Damien George
2019-07-20esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule.Damien George
2019-07-20esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.Jim Mussared
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-06-25esp32/Makefile: Include all driver/*.c source files in the build.Josh Lloyd
2019-06-19esp32: Update to use ESP IDF v3.3-beta3.Damien George
2019-06-03esp32: Add machine.SDCard class using built-in HW SD/MMC controller.Nicko van Someren
2019-03-11esp32/Makefile: Add some missing IDF source files to bootloader and app.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-07esp32/modmachine: Add support for changing the CPU frequency.Damien George
2019-01-28esp32/Makefile: Make sure that directory exists for sdkconfig.h.Damien George
2019-01-28esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.Damien George
2019-01-28esp32/Makefile: Put all IDF compenents in .a libs to use IDF ld script.Damien George
2019-01-17esp32/Makefile: Use system provided math library rather than uPy one.Damien George