update readme.md

This commit is contained in:
wgzAIIT
2022-07-18 16:53:13 +08:00
parent 308d50c640
commit 9c0db7ae2d

View File

@@ -16,7 +16,7 @@ git submodule update Ubiquitous/Nuttx_Fusion_XiUOS/apps
git submodule update Ubiquitous/Nuttx_Fusion_XiUOS/nuttx
```
执行完成后在Ubiquitous/Nuttx目录下apps和nuttx的代码都被下载下来当前的版本是nuttx-10.2.0版本。
执行完成后在Ubiquitous/Nuttx目录下apps和nuttx的代码都被下载下来当前的版本是nuttx-10.3.0版本。
## 2、感 - 传感器框架支持Nuttx
@@ -286,7 +286,7 @@ make menuconfig
##### 开启Nuttx Support CLOCK_MONOTONIC
进入RTOS Features > Clocks and Timers勾选上Support CLOCK_MONOTONIC
如果是Nuttx10.3以下的操作系统,需要进入RTOS Features > Clocks and Timers勾选上Support CLOCK_MONOTONIC
##### 使用I2C外设--以hs300x温度传感器为例说明配置过程