From 95f3a464b149e3a9c9d62bb3a54d4d785b9b01ca Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 6 Sep 2024 15:16:34 +0200 Subject: [PATCH] Use internal TRNG of Pico. Signed-off-by: Pol Henarejos --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 22097f5..a57b82e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,7 +125,5 @@ if(NOT ESP_PLATFORM) ) endif(APPLE) target_link_libraries(pico_hsm PRIVATE pthread m) - else() - target_link_libraries(pico_hsm PRIVATE pico_keys_sdk pico_stdlib pico_multicore hardware_flash hardware_sync hardware_adc pico_unique_id pico_aon_timer tinyusb_device tinyusb_board) endif() endif()