]> granicus.if.org Git - esp-idf/commit
vfs and newlib: small fixes
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 26 Oct 2016 06:05:56 +0000 (14:05 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 09:22:18 +0000 (17:22 +0800)
commit7e201c55276649df496baed44a003fa9d958de60
tree70b4e4717d6675fd6f5f013dbf4b8fc937c1ea3f
parent0c130ecf19a8c1fe9803dba75148028965898f8b
vfs and newlib: small fixes

- spaces->tabs in tasks.c
- update vfs_uart.c to use per-UART locks
- add license to vfs_uart.c
- allocate separate streams for stdout, stdin, stderr, so that they can be independently reassigned
- fix build system test failure
- use posix off_t instead of newlib internal _off_t
components/esp32/cpu_start.c
components/vfs/include/esp_vfs.h
components/vfs/vfs.c
components/vfs/vfs_uart.c
make/test_build_system.sh