1.更新内置命令名。2.移除驱动类型。3.设备回调支持每个设备描述符独立挂载,不限上限。4.offset修改为position,更强调写入位置概念。5.设备中断概念修正,父系设备中断不仅唤起自身的回调函数,同时也将递归唤醒子设备回调函数(更强调依赖关系)。6.增强doxygen规范,生成文档更完整。
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
menu "Device configure"
|
||||
# Device
|
||||
config MR_CFG_DEV_NAME_MAX
|
||||
config MR_CFG_DEV_NAME_LEN
|
||||
int "Name max length"
|
||||
range 4 1024
|
||||
default 12
|
||||
help
|
||||
"This option sets the max length of the name."
|
||||
|
||||
config MR_CFG_DESC_MAX
|
||||
config MR_CFG_DESC_NUM
|
||||
int "Descriptors max number"
|
||||
range 16 1024
|
||||
default 64
|
||||
@@ -106,7 +106,7 @@ menu "Device configure"
|
||||
|
||||
config MR_USING_SOFT_I2C
|
||||
bool "Use Soft I2C"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
"Use this option allows for the use of soft I2C."
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user