diff --git a/.gitignore b/.gitignore index 4d990a5a844..f6809d40365 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,10 @@ Cargo.lock # Other **/settings.json + +# wokwi related files +diagram.json +wokwi.toml + +# vscode +.vscode \ No newline at end of file diff --git a/esp32c6-hal/ld/bl-riscv-link.x b/esp32c6-hal/ld/bl-riscv-link.x index b0ae9fd3886..f512284a757 100644 --- a/esp32c6-hal/ld/bl-riscv-link.x +++ b/esp32c6-hal/ld/bl-riscv-link.x @@ -82,8 +82,8 @@ INSERT BEFORE .rodata; /* Shared sections - ordering matters */ INCLUDE "text.x" INCLUDE "rodata.x" -INCLUDE "rwtext.x" INCLUDE "rwdata.x" +INCLUDE "rwtext.x" INCLUDE "rtc_fast.x" /* End of Shared sections */