From 0917aba7cd6a21fec48dd83e12ac3940aae6bdef Mon Sep 17 00:00:00 2001 From: dweller Date: Wed, 18 Sep 2024 15:25:16 +0300 Subject: writing seems to work! --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ceb9ea..74572fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ pico_generate_pio_header(eeprom2blk ${CMAKE_CURRENT_LIST_DIR}/ws2812.pio OUTPUT_ target_include_directories(eeprom2blk PUBLIC ${CMAKE_CURRENT_LIST_DIR}) target_link_libraries(eeprom2blk PUBLIC pico_stdlib + pico_multicore + pico_sync hardware_pio hardware_dma pico_unique_id -- cgit v1.2.3