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