circuitpython/ports
Jeff Epler 2b0f1cd087
espressif: fix dependencies in esp-idf modules
while developing esp-camera I had the problem that firmware.elf was
not regenerated if the only file I edited was in the esp32-camera
submodule.

By telling make that $(IDF_CMAKE_TARGETS), the list of .a fliles
produced by ninja-building esp-idf, depend on esp-idf-stamp and that
firmware.elf in turn depends on these files, the ninja build is re-run
on each make, which is reasonably quick if nothing needs to be rebuilt.
2023-08-02 07:52:45 -05:00
..
atmel-samd Merge pull request #8126 from jepler/update-ulab-6.3.2 2023-07-26 11:54:42 -04:00
broadcom Unify some error strings 2023-07-20 11:20:32 -07:00
cxd56 spresense: update SDK to 3.0.1 2023-06-14 12:30:39 +02:00
espressif espressif: fix dependencies in esp-idf modules 2023-08-02 07:52:45 -05:00
litex fetch-port-submodules; fetch-all-submodules 2023-06-05 17:23:34 -04:00
mimxrt10xx Add RuntimeError_varg and fix imx capitalization 2023-07-20 16:00:43 -07:00
nrf Unify some error strings 2023-07-20 11:20:32 -07:00
raspberrypi Merge pull request #8241 from MakerClassCZ/picopad-rgb-fix 2023-08-01 09:55:36 -07:00
silabs Unify some error strings 2023-07-20 11:20:32 -07:00
stm Fix logic (i think) 2023-07-28 23:49:45 +02:00
unix Enable "from __future__ import annotations" on unix build 2023-07-10 13:53:26 -05:00