Commit 12b4538
committed
tools/ci: Add c_module() testing for RP2 and STM32 ports.
Update CI scripts to test c_module() functionality:
- Remove USER_C_MODULES from ESP32 and RP2 CI builds (now using
c_module() in manifest_test.py)
- Add ci_stm32_build_cmod function to test c_module() on STM32
- Update RP2 CI to use FROZEN_MANIFEST with manifest_test.py
This ensures c_module() is tested across multiple ports during CI.
Signed-off-by: Andrew Leech <[email protected]>1 parent 48fbd2e commit 12b4538
File tree
3 files changed
+9
-2
lines changed- .github/workflows
- ports/rp2/boards
- tools
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | 232 | | |
234 | 233 | | |
235 | 234 | | |
| |||
471 | 470 | | |
472 | 471 | | |
473 | 472 | | |
474 | | - | |
| 473 | + | |
475 | 474 | | |
476 | 475 | | |
477 | 476 | | |
| |||
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
533 | 538 | | |
534 | 539 | | |
535 | 540 | | |
| |||
0 commit comments