Files
mr-library/device/pin/Kconfig
MacRsh c50aa742a1 feat(serial,device): 新增串口异步写功能
body
1.串口异步写入功能适配,串口设备全部功能已完成。
2.设备异步操作函数名与宏命名修改。
3.Python脚本优化'mr_lib.h'中include路径。
2024-05-12 02:34:44 +08:00

17 lines
347 B
Plaintext

menu "Pin configure"
# Pin
config MR_USE_PIN
bool "Use pin"
default n
help
Use this option allows for the use of pin.
config MR_USE_PIN_CHECK
depends on MR_USE_PIN
bool "Use pin check"
default y
help
This option allows for the use of pin check.
endmenu