Kconfig 615 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. mainmenu "RT-Thread Configuration"
  2. config BSP_DIR
  3. string
  4. option env="BSP_ROOT"
  5. default "."
  6. config RTT_DIR
  7. string
  8. option env="RTT_ROOT"
  9. default "../.."
  10. config PKGS_DIR
  11. string
  12. option env="PKGS_ROOT"
  13. default "packages"
  14. source "$RTT_DIR/Kconfig"
  15. source "$PKGS_DIR/Kconfig"
  16. config RT_USING_UART0
  17. bool "Using RT_USING_UART0"
  18. default n
  19. config RT_USING_UART3
  20. bool "Using RT_USING_UART3"
  21. default y
  22. config RT_USING_UART4
  23. bool "Using RT_USING_UART4"
  24. default n
  25. config RT_USING_LED
  26. bool "Using RT_USING_LED"
  27. default y
  28. help
  29. led blink demo