1
0
mirror of https://github.com/raspberrypi/pico-sdk.git synced 2025-07-31 09:24:21 +03:00

4 Commits

Author SHA1 Message Date
6f856ee4eb Add Board Header Check Action (#2519)
* Add action to check board headers when modified

* Fix invalid escape warning

* Check for more board header errors before exiting script

* Also run when action file changes

* Add back newline at end of check_all_board_headers.sh

* Remove python install step

* `e.__str__()` -> `str(e)`
2025-06-26 09:59:32 -05:00
c3c62675e8 Clean extra output files (#2504)
Add bin/uf2/dis/hex output files as byproducts, so they get cleaned up

This is only best-effort, because BYPRODUCTS doesn't support generator expressions, so everything must be evaluated at the time pico_add_extra_outputs is called
2025-06-18 17:07:34 -05:00
287196517b Add config check action (#2525)
* Add action to check configs & defines

* Check for all errors before exiting scripts

* Add extract_cmake_functions to the checks

* Fix invalid escape sequence warning
2025-06-18 10:18:25 -05:00
6e315799f5 Add script to extract CMake function descriptions (#2422) 2025-04-29 11:09:06 -05:00