Gunar Schorcht
|
e15e18b195
|
cpu/esp32: fix compilation errors
|
2022-01-25 00:36:51 +01:00 |
|
Gunar Schorcht
|
f9105c3cc1
|
cpu/esp32: use INCLUDES as defined in pkg/esp32_sdk
The include pathes for the ESP32 SDK are now defined by `pkg/esp32_sdk`. They can be used in Makefiles directly.
|
2022-01-04 16:34:31 +01:00 |
|
Leandro Lanzieri
|
bfdfbb1a48
|
cpu/esp32: model Kconfig
|
2021-12-10 18:54:07 +01:00 |
|
Gunar Schorcht
|
d19a1f5af5
|
cpu/esp32: remove the dependency of vendor code on BOARDDIR
|
2020-08-07 16:09:12 +02:00 |
|
Marian Buschsieweke
|
1dbcdd3d4b
|
cpu/esp32: Allow compilation with external boards
Replace `$(RIOTBOARD)/$(BOARD)` with `$(BOARDDIR)`, which also works for
external boards.
|
2020-05-14 13:32:19 +02:00 |
|
Gunar Schorcht
|
6c61b69164
|
cpu/esp32: os_memset redefinition
os_memset uses system_secure_memset.
|
2019-01-17 13:52:22 +01:00 |
|
Schorcht
|
32e602680b
|
cpu: add esp32 vendor files
|
2018-10-08 12:20:49 +02:00 |
|