mirror of
https://github.com/polhenarejos/pico-rng.git
synced 2026-06-10 11:59:06 +02:00
Initial commit
This commit is contained in:
6
firmware/CMakeLists.txt
Normal file
6
firmware/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
add_executable(pico_rng
|
||||
pico_rng.c
|
||||
)
|
||||
|
||||
target_link_libraries(pico_rng PRIVATE pico_stdlib hardware_resets hardware_irq)
|
||||
pico_add_extra_outputs(pico_rng)
|
||||
Reference in New Issue
Block a user