bl_mcu_sdk/components/libc/newlib
2023-02-24 21:33:36 +08:00
..
CMakeLists.txt [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_file_fatfs.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_file_nosys.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_init_fini.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_memory.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_time.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
port_tty.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
README.md [sync] sync code from internal 2023-02-24 21:33:36 +08:00
syscalls.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00
syscalls_nosys.c [sync] sync code from internal 2023-02-24 21:33:36 +08:00

Newlib Syscalls

Configurations

CONFIG Description
CONFIG_NEWLIB Enable newlib support
CONFIG_NEWLIB_STANDARD Enable newlib full standart support (default nano)
CONFIG_NEWLIB_FATFS Enable newlib filesystem port fatfs support