From ed737becde9f3ed91dbb33df926b2219b99dc40a Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 22 Dec 2020 18:21:56 +1100 Subject: [PATCH] soc: Move esp32c3 soc_memory_layout.c to soc component Was incorrectly placed in esp_hw_support --- components/soc/esp32c3/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/components/soc/esp32c3/CMakeLists.txt b/components/soc/esp32c3/CMakeLists.txt index 9f99f44bc2..f7d0bf36aa 100644 --- a/components/soc/esp32c3/CMakeLists.txt +++ b/components/soc/esp32c3/CMakeLists.txt @@ -6,6 +6,7 @@ set(srcs "spi_periph.c" "ledc_periph.c" "rmt_periph.c" + "soc_memory_layout.c" "sigmadelta_periph.c" "soc_memory_layout.c" "i2s_periph.c"