We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bf086 commit 7ab9d91Copy full SHA for 7ab9d91
.gitignore
@@ -15,3 +15,10 @@ Cargo.lock
15
16
# Other
17
**/settings.json
18
+
19
+# wokwi related files
20
+diagram.json
21
+wokwi.toml
22
23
+# vscode
24
+.vscode
esp32c6-hal/ld/bl-riscv-link.x
@@ -82,8 +82,8 @@ INSERT BEFORE .rodata;
82
/* Shared sections - ordering matters */
83
INCLUDE "text.x"
84
INCLUDE "rodata.x"
85
-INCLUDE "rwtext.x"
86
INCLUDE "rwdata.x"
+INCLUDE "rwtext.x"
87
INCLUDE "rtc_fast.x"
88
/* End of Shared sections */
89
0 commit comments