esp-idf/components/vfs/test
Darian Leung 57fd78f5ba freertos: Remove legacy data types
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
2022-02-09 23:05:45 +08:00
..
CMakeLists.txt cmock: added cmock as component 2020-09-02 16:38:37 +08:00
test_vfs_access.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00
test_vfs_append.c VFS: use O_APPEND flag of open() correctly 2018-05-11 08:28:22 +02:00
test_vfs_eventfd.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_vfs_fd.c vfs: fix wrong VFS being freed when esp_vfs_register_fd_range fails 2022-01-13 17:17:42 +01:00
test_vfs_lwip.c vfs: Add initial lwip vfs test 2021-08-19 17:29:34 +02:00
test_vfs_open.c vfs: add test for errno value after 'open' 2022-01-14 13:34:22 +01:00
test_vfs_paths.c vfs: fix unregister removing top level VFS instead of nested 2018-12-06 19:43:49 +08:00
test_vfs_select.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_vfs_uart.c tests: refactoring of the gcc's inner functions, because clang doesn't support them 2021-09-10 19:51:27 +03:00