soc: Move esp32c3 soc_memory_layout.c to soc component

Was incorrectly placed in esp_hw_support
This commit is contained in:
Angus Gratton
2020-12-22 18:21:56 +11:00
parent d5e1f43175
commit ed737becde

View File

@@ -6,6 +6,7 @@ set(srcs
"spi_periph.c" "spi_periph.c"
"ledc_periph.c" "ledc_periph.c"
"rmt_periph.c" "rmt_periph.c"
"soc_memory_layout.c"
"sigmadelta_periph.c" "sigmadelta_periph.c"
"soc_memory_layout.c" "soc_memory_layout.c"
"i2s_periph.c" "i2s_periph.c"