Add fast mode.

This commit is contained in:
Brad Nelson
2024-01-14 21:13:26 -08:00
parent 6b4f49e8e4
commit b6c5fd7071
3 changed files with 17 additions and 3 deletions

View File

@ -74,4 +74,5 @@ Importation('$dst/gen/pico_ice_boot.h', '$src/pico-ice/pico_ice_boot.fs', name='
# Main Alias.
Alias('pico', ' '.join(PICO_ICE_FILES))
Default('pico')
if not FAST:
Default('pico')