Kconfig 286 B

1234567891011121314
  1. menu "C/C++ and POSIX layer"
  2. config RT_USING_EXTERNAL_LIBC
  3. bool
  4. config RT_LIBC_DEFAULT_TIMEZONE
  5. int "Set the default time zone (UTC+)"
  6. range -12 12
  7. default 8
  8. source "$RTT_DIR/components/libc/posix/Kconfig"
  9. source "$RTT_DIR/components/libc/cplusplus/Kconfig"
  10. endmenu