1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/esp32_sdk
Marian Buschsieweke c1a62f316e
cpu/esp32: move ESP32_SDK_DIR definition here
The definition in `pkg/esp32_sdk/Makefile.include` was evaluated by
`make` after the include paths were already set, resulting in
`ESP32_SDK_DIR` being empty in

    INCLUDES += -I$(ESP32_SDK_DIR)/components
    [...]

This in turn resulted in

    cc1: error: /components: No such file or directory [-Werror=missing-include-dirs]
    [...]
2022-10-10 20:39:47 +02:00
..
patches pkg/esp32_sdk: changes needed for gpio_ll driver 2022-09-02 15:03:45 +02:00
doc.txt pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Kconfig pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Makefile pkg/esp32_sdk: Update version to 4.4.1 2022-06-05 11:53:31 +02:00
Makefile.dep pkg/esp32_sdk: add ESP32 SDK without libraries as package 2022-01-04 16:34:31 +01:00
Makefile.include cpu/esp32: move ESP32_SDK_DIR definition here 2022-10-10 20:39:47 +02:00