OVMS3-idf/components/vfs/test
Ivan Grokhotkov 6091021e83 unity: separate common and IDF specific functionality
New unity component can be used for testing other applications.
Upstream version of Unity is included as a submodule.
Utilities specific to ESP-IDF unit tests (partitions, leak checking
setup/teardown functions, etc) are kept only in unit-test-app.
Kconfig options are added to allow disabling certain Unity features.
2018-11-19 12:36:31 +08:00
..
CMakeLists.txt unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
component.mk vfs: implement reading from UART 2017-01-16 11:33:32 +08:00
test_vfs_access.c Implement VFS support for access() 2018-05-14 09:04:18 +02:00
test_vfs_append.c VFS: use O_APPEND flag of open() correctly 2018-05-11 08:28:22 +02:00
test_vfs_fd.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_vfs_paths.c Make relative paths match the default VFS, if provided 2017-06-23 13:12:28 +01:00
test_vfs_select.c unit tests: Only initialise tcpip_adapter() when needed by the test 2018-10-17 22:53:46 +00:00
test_vfs_uart.c Add basic support for termios.h 2018-08-30 14:29:20 +02:00