Commit d90efde
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 1cd78b7 commit d90efde
2 files changed
+8
-3
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 | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | 223 | | |
225 | 224 | | |
226 | 225 | | |
| |||
454 | 453 | | |
455 | 454 | | |
456 | 455 | | |
457 | | - | |
| 456 | + | |
458 | 457 | | |
459 | 458 | | |
460 | 459 | | |
| |||
504 | 503 | | |
505 | 504 | | |
506 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
507 | 512 | | |
508 | 513 | | |
509 | 514 | | |
| |||
1061 | 1066 | | |
1062 | 1067 | | |
1063 | 1068 | | |
1064 | | - | |
1065 | 1069 | | |
1066 | 1070 | | |
1067 | 1071 | | |
| |||
0 commit comments