Initial Release
This commit is contained in:
13
flash/cache_perfctr/CMakeLists.txt
Normal file
13
flash/cache_perfctr/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
add_executable(flash_cache_perfctr
|
||||
flash_cache_perfctr.c
|
||||
)
|
||||
|
||||
target_link_libraries(flash_cache_perfctr
|
||||
pico_stdlib
|
||||
)
|
||||
|
||||
# create map/bin/hex file etc.
|
||||
pico_add_extra_outputs(flash_cache_perfctr)
|
||||
|
||||
# add url via pico_set_program_url
|
||||
example_auto_set_url(flash_cache_perfctr)
|
||||
Reference in New Issue
Block a user