You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments