Merge pull request #956 from recrof/uf2_pio_task

added custom pio task "Create UF2 file"
This commit is contained in:
fdlamotte 2025-10-17 17:24:32 +02:00 committed by GitHub
commit ece40716da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 0 deletions

View file

@ -76,6 +76,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
[nrf52_base]
extends = arduino_base
platform = nordicnrf52
extra_scripts = create-uf2.py
build_flags = ${arduino_base.build_flags}
-D NRF52_PLATFORM
-D LFS_NO_ASSERT=1