We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf1f0c6 + b181ebb commit c3e06cfCopy full SHA for c3e06cf
.github/workflows/build.yml
@@ -34,4 +34,4 @@ jobs:
34
shell: bash
35
run: |
36
west build -b qemu_cortex_m3 pthread
37
- west twister -T pthread -W -j 1 -v
+ west twister -T pthread -j 1 -v
arrayboundscheck/prj.conf
@@ -1 +1,2 @@
1
CONFIG_NEWLIB_LIBC=y
2
+CONFIG_LINKER_ORPHAN_SECTION_PLACE=y
pthread/prj.conf
@@ -2,3 +2,4 @@
3
CONFIG_POSIX_API=y
4
CONFIG_MAIN_STACK_SIZE=2560
5
0 commit comments