Commit 327a3ba
committed
ports/stm32: Add Zephyr source to qstr extraction for root pointers.
Include ZEPHYR_MP_SRC_C in SRC_QSTR when MICROPY_ZEPHYR_THREADING=1 to
ensure MP_REGISTER_ROOT_POINTER declarations in mpthread_zephyr.c are
extracted and included in genhdr/root_pointers.h.
Without this, the build system doesn't preprocess the Zephyr threading
files and misses the mp_thread_list_head root pointer registration.
Signed-off-by: Andrew Leech <[email protected]>1 parent 6be01e8 commit 327a3ba
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
680 | 680 | | |
681 | 681 | | |
682 | 682 | | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
683 | 687 | | |
684 | 688 | | |
685 | 689 | | |
| |||
0 commit comments