CMakeLists.txt 343 B

12345678
  1. idf_component_register(SRCS "vfs.c"
  2. "vfs_uart.c"
  3. "vfs_semihost.c"
  4. INCLUDE_DIRS include)
  5. # Some newlib syscalls are implemented in vfs.c, make sure these are always
  6. # seen by the linker
  7. target_link_libraries(${COMPONENT_LIB} INTERFACE "-u vfs_include_syscalls_impl")