cleanup: removed dead code, fixed small issues
This commit is contained in:
parent
c937638cad
commit
06626f3349
4 changed files with 5 additions and 37 deletions
|
|
@ -54,6 +54,8 @@ add_custom_target(flash
|
|||
-f interface/cmsis-dap.cfg
|
||||
-f target/rp2040.cfg
|
||||
-c "adapter speed 10000"
|
||||
-c "program ${CMAKE_CURRENT_BINARY_DIR}/ensaht.elf verify reset exit"
|
||||
-c "program ${CMAKE_CURRENT_BINARY_DIR}/ensaht.elf verify"
|
||||
-c "reset init"
|
||||
-c "exit"
|
||||
DEPENDS ensaht
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue