File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set(COMPONENT_ADD_INCLUDEDIRS "include")
33idf_component_register(SRCS "sqlite3.c" "esp32.c" "shox96_0_2.c"
44 INCLUDE_DIRS "include"
55 PRIV_INCLUDE_DIRS "private_include"
6- REQUIRES mbedtls
6+ REQUIRES mbedtls spi_flash esp_hw_support
77 PRIV_REQUIRES console spiffs)
88
99target_compile_options (${COMPONENT_LIB} PRIVATE -std=gnu99 -g3 -fno-stack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -Wpointer-arith -Wno-error=unused-value -Wno-error=unused-label -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-error=char-subscripts -Wno-error=maybe-uninitialized -Wno-unused-parameter -Wno-sign-compare -Wno-old-style-declaration -MMD -c -DF_CPU=240000000L -DESP32 -DCORE_DEBUG_LEVEL=0 -DNDEBUG)
Original file line number Diff line number Diff line change 1818#include <esp_system.h>
1919#include <rom/ets_sys.h>
2020#include <sys/stat.h>
21+ #include "esp_random.h"
2122
2223#include "shox96_0_2.h"
2324
You can’t perform that action at this time.
0 commit comments