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.
2 parents 05172f5 + dddc8d2 commit 327bdd9Copy full SHA for 327bdd9
tools/sdk/include/bearssl/bearssl_git.h
@@ -1,2 +1,2 @@
1
// Do not edit -- Automatically generated by tools/sdk/ssl/bearssl/Makefile
2
-#define BEARSSL_GIT 6b9587f
+#define BEARSSL_GIT 0d7d5e2
tools/sdk/ld/eagle.app.v6.common.ld.h
@@ -135,8 +135,8 @@ SECTIONS
135
{
136
_irom0_text_start = ABSOLUTE(.);
137
*(.ver_number)
138
- *.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, EXCLUDE_FILE (umm_malloc.c.o) .text* )
139
- *.cpp.o(.literal*, .text*)
+ *.c.o(.literal*, .text*)
+ *.cpp.o(EXCLUDE_FILE (umm_malloc.cpp.o) .literal*, EXCLUDE_FILE (umm_malloc.cpp.o) .text*)
140
*.cc.o(.literal*, .text*)
141
#ifdef VTABLES_IN_FLASH
142
*(.rodata._ZTV*) /* C++ vtables */
0 commit comments