]> granicus.if.org Git - esp-idf/commit
vfs and newlib: small fixes
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 25 Oct 2016 14:12:07 +0000 (22:12 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 09:19:39 +0000 (17:19 +0800)
commitb3b8334d546fbcdb57629fc07b1cbaa67b65958e
tree94edfc97e744b772ccd4fd2c1505338cd2c19710
parent587360363c121d266b66271b10a60831b6ff9d40
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
components/esp32/cpu_start.c
components/esp32/include/soc/cpu.h
components/newlib/component.mk
components/newlib/locks.c [moved from components/esp32/syscalls.c with 54% similarity]
components/newlib/platform_include/esp_newlib.h [new file with mode: 0644]
components/newlib/syscall_table.c [new file with mode: 0644]
components/newlib/syscalls.c [new file with mode: 0644]
components/newlib/time.c [new file with mode: 0644]