mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-08-06 06:02:39 +03:00
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
This commit is contained in:
@@ -57,6 +57,7 @@ allowed_missing_functions = set([
|
||||
"pico_init_picotool",
|
||||
"pico_add_platform_library",
|
||||
"pico_get_runtime_output_directory",
|
||||
"pico_get_output_name",
|
||||
"pico_set_printf_implementation",
|
||||
"pico_expand_pico_platform",
|
||||
])
|
||||
|
Reference in New Issue
Block a user