MrKevinWeiss
|
e21c3a1e4a
|
cpu/esp32: Fix kconfig model
|
2022-07-26 15:08:46 +02:00 |
|
Gunar Schorcht
|
d6ecb74f96
|
cpu/esp32: cleanup of esp_log_write
|
2022-07-20 08:54:15 +02:00 |
|
Gunar Schorcht
|
32b1546053
|
cpu/esp32: split sdkconfig.h into ESP32x and ESP32 parts
Split the SDK defintions sdkconfig.h into a part that is common for all ESP32x SoCs and a part that is specific for ESP32.
|
2022-07-18 16:26:00 +02:00 |
|
Gunar Schorcht
|
0bec8a81ac
|
cpu/esp32: use CPU_FAM instead of CPU in Makefiles
To support ESP32x families with the existing Makefiles, CPU_FAM is used instead of CPU in the Makefiles.
|
2022-07-18 13:05:21 +02:00 |
|
Gunar Schorcht
|
11c9703675
|
cpu/esp32: port periph/adc to ESP-IDF interface API
|
2022-07-17 17:16:49 +02:00 |
|
Gunar Schorcht
|
9e011b653f
|
cpu/esp32: add adc to ESP-IDF initerface API
|
2022-07-15 16:17:03 +02:00 |
|
benpicco
|
dd806ce72e
|
Merge pull request #18270 from gschorcht/cpu/esp32/periph_hal_esp32_gpio
cpu/esp32: use ESP-IDF gpio HAL for periph/gpio
|
2022-07-15 15:44:13 +02:00 |
|
Gunar Schorcht
|
6dd2659846
|
cpu/esp32: replace startup by architecture dependent ESP-IDF startup
|
2022-07-12 08:01:36 +02:00 |
|
Gunar Schorcht
|
29199b20bd
|
cpu/esp32: add gpio to ESP-IDF interface API
|
2022-06-28 16:43:22 +02:00 |
|
Gunar Schorcht
|
fb2f080fa7
|
cpu/esp_common: use ESP-IDF for ESP32 in periph/flash
Updates `cpu/esp_common/periph/flash` for ESP-IDF 4.4. `spi_flash_*` functions for ESP32 are removed since these functions are now used from ESP-IDF.
|
2022-06-25 08:12:31 +02:00 |
|
Gunar Schorcht
|
1f25ac8893
|
cpu/esp32: ESP32 variant independent makefiles
|
2022-06-23 13:19:40 +02:00 |
|
Gunar Schorcht
|
b0bf595494
|
cpu/esp32: split esp_idf_wpa_supplicant into several modules
|
2022-06-21 16:28:41 +02:00 |
|
Gunar Schorcht
|
ee9f2e439d
|
cpu/esp32: split esp_idf_wpa_supplicant into several modules
|
2022-06-21 16:28:28 +02:00 |
|
Benjamin Valentin
|
73e1b3df89
|
pkg/esp32_sdk: Update version to 4.4.1
Use the latest tagged release of the SDK.
|
2022-06-05 11:53:31 +02:00 |
|
Gunar Schorcht
|
565c2e17a0
|
cpu/esp32: update log module for ESP-IDF 4.4
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
79706604aa
|
cpu/esp32: update of sdkconfig.h as required for ESP-IDF 4.4
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
751a958529
|
cpu/esp32: add modules for compilation of required ESP-IDF code
The code required by the ESP-IDF is compiled directly from source in the `esp32_sdk` package. The compilation is structured by modules for easier use.
|
2022-06-01 13:21:29 +02:00 |
|