esp-idf/components/vfs
Jakob Hasse 548022fbe6 refactor(linux): excluded all non-Linux components from build
* All components which won't build (yet) on Linux are excluded.
  This enables switching to Linux in an application without
  explicitly setting COMPONENTS to main in the main
  CMakeLists.txt.
* ESP Timer provides headers for Linux now
* automatically disabling LWIP in Kconfig if it is not available

doc(linux): brought section
  "Component Linux/Mock Support Overview" up to date
2023-10-16 17:06:54 +08:00
..
include feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
private_include
test_apps fix(vfs/uart): Add support for multi-task call to uart select 2023-09-29 09:32:44 +02:00
CMakeLists.txt refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
Kconfig
openocd_semihosting.h
sdkconfig.rename
vfs.c feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
vfs_cdcacm.c
vfs_console.c change(newlib): update newlib according to new internal structures 2023-10-09 12:13:02 +04:00
vfs_eventfd.c
vfs_semihost.c
vfs_uart.c fix(vfs/uart): Add support for multi-task call to uart select 2023-09-29 09:32:44 +02:00
vfs_usb_serial_jtag.c