KonstantinKondrashov
|
96b3ab708a
|
esp32s2: Add USE_FIXED_STATIC_RAM_SIZE feature
This feature exists on ESP32 and missed for ESP32S2. This commit adds it for esp32s2 as well.
Closes: IDF-1800
|
2020-06-17 22:24:51 +08:00 |
|
KonstantinKondrashov
|
4d66c384a4
|
esp32s2: Fix missed features CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP and CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC
Defines the correct size for RTC fast memory (the same as for ESP32).
Closes: IDF-1800
|
2020-06-02 22:55:56 +08:00 |
|
Mahavir Jain
|
18c1838587
|
esp32s2: add config option to place RTC data in fast RAM
|
2020-05-14 13:12:26 +00:00 |
|
Ivan Grokhotkov
|
02a99e84c8
|
esp32s2: move trace memory reservation to soc_memory_layout.c
|
2020-01-24 10:48:38 +01:00 |
|
Ivan Grokhotkov
|
110f3c9ff5
|
esp32s2: put static .data and .bss directly after .iram.text
This results in a single large heap section instead of two smaller
ones.
Closes IDF-1354
|
2020-01-24 10:48:38 +01:00 |
|
Ivan Grokhotkov
|
27bff3517f
|
esp32s2: fix "loadable ELF" build
Closes IDF-1346
|
2020-01-24 10:48:20 +01:00 |
|
morris
|
e30cd361a8
|
global: rename esp32s2beta to esp32s2
|
2020-01-22 12:14:38 +08:00 |
|