Files
mkrtos-real/mkrtos_user/lib/libc_backend/Kconfig
2023-11-29 23:25:32 +08:00

14 lines
353 B
Plaintext

menu "Libc backend"
config FD_MAP_ROW_CN
int "fd map row cn"
default 16
help
Set the number of mapping layers, the larger the number of FD available to the user.
config FD_MAP_ROW_NR
int "fd map row nr"
default 16
help
Set the number of mapping layers, the larger the number of FD available to the user.
endmenu