mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 03:39:22 +08:00
1061a49d2d
- add pin driver and user led - add kconfig support - clean code
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
config RT_USING_UART2
|
|
bool "Enable UART2"
|
|
default y
|
|
|
|
config RT_USING_PIN
|
|
bool "Enable PIN"
|
|
default y |