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
Add support for custom CMake flags and positional target arguments in make-libpico.sh
- Refactor `make-libpico.sh` to accept positional arguments for target selection and a `--flags` option to forward custom CMake flags.
- Update environment variable exports for clarity.
- Add `LIB_PICO_MULTICORE` CMake option to `CMakeLists.txt` and propagate it to target compile definitions.
- Preserve backward compatibility and improve build flexibility for local and CI workflows.
Closesearlephilhower#3058
0 commit comments