File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11file (GLOB_RECURSE T_SOURCES *.c)
22
3- idf_component_register(SRCS ${T_SOURCES} INCLUDE_DIRS "." REQUIRES "driver" "nofrendo" "hid" "ws_7inch" )
3+ idf_component_register(
4+ SRCS ${T_SOURCES}
5+ INCLUDE_DIRS "."
6+ PRIV_REQUIRES driver nofrendo hid
7+ )
Original file line number Diff line number Diff line change 11version : " 1.0.0"
22description : esp_nes
33dependencies :
4- idf : " >=5.0"
4+ idf : " >=5.0"
5+ ws_7inch :
6+ version : " bsp/7inch_update"
7+ path : " SquareLine/boards/custom_waveshare_7inch/components/ws_7inch/"
8+ git : https://github.com/espressif/esp-bsp.git
Original file line number Diff line number Diff line change @@ -2,7 +2,3 @@ description: NES Emulator
22
33dependencies :
44 idf : " >=5.0"
5- ws_7inch :
6- version : " bsp/7inch_update"
7- path : " SquareLine/boards/custom_waveshare_7inch/components/ws_7inch/"
8- git : https://github.com/espressif/esp-bsp.git
You can’t perform that action at this time.
0 commit comments