This website requires JavaScript.
Explore
Help
Sign In
blackbeard420
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf
synced
2025-03-10 09:39:10 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
vfs
History
morris
641a07950d
vfs_uart: fix out-of-bounds read
...
when open uart device "/2" on chips only have 2 UART peripherals
2023-06-26 07:07:52 +00:00
..
include
…
private_include
…
test
esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h
2023-04-27 11:11:18 +00:00
CMakeLists.txt
…
Kconfig
…
openocd_semihosting.h
…
sdkconfig.rename
…
vfs_cdcacm.c
…
vfs_console.c
…
vfs_eventfd.c
…
vfs_semihost.c
vfs: fix gcc-12 compile errors
2023-02-22 05:33:03 +00:00
vfs_uart.c
vfs_uart: fix out-of-bounds read
2023-06-26 07:07:52 +00:00
vfs_usb_serial_jtag.c
usb_serial_jtag: Fix bug of blocking TX xfer when using driver,
2023-02-23 17:45:39 +08:00
vfs.c
…