Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Mar 23, 2024
1 parent 465dbdb commit 5e4a5ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/cherryusb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include(cherryusb/cherryusb.cmake)
target_sources(app PRIVATE ${cherryusb_srcs})
sdk_add_include_directories(${cherryusb_incs})

target_sources(app PRIVATE usb_host.c usb_video.c)
target_sources(app PRIVATE usb_host.c)
sdk_set_main_file(main.c)
sdk_set_linker_script(bl616_flash.ld)
project(cherryusb)
2 changes: 1 addition & 1 deletion examples/cherryusb/proj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set(CONFIG_FATFS_USBH 1)
set(CONFIG_LWIP 1)
set(CONFIG_PING 1)
set(CONFIG_SHELL 1)
set(CONFIG_IPERF 1)
#set(CONFIG_IPERF 1)

0 comments on commit 5e4a5ca

Please sign in to comment.