Kconfig 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 menu "C/C++ and POSIX layer" config RT_LIBC_DEFAULT_TIMEZONE int "Set the default time zone (UTC+)" range -12 12 default 8 source "$RTT_DIR/components/libc/posix/Kconfig" source "$RTT_DIR/components/libc/cplusplus/Kconfig" endmenu