boards: esp32: correct "zephyr,sram" property under /chosen node
Correct "zephyr,sram" property under /chosen node to make board and samples compatible with new SoC memory description. Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
parent
7f13961884
commit
7c12e86e06
69 changed files with 69 additions and 69 deletions
|
@ -15,7 +15,7 @@
|
|||
model = "01space ESP32C3 0.42 OLED";
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,sram = &sram1;
|
||||
zephyr,console = &usb_serial;
|
||||
zephyr,shell-uart = &usb_serial;
|
||||
zephyr,flash = &flash0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue