Merge pull request 'update readme.md' (#83) from xidatong-riscv64 into prepare_for_master

This commit is contained in:
wgzAIIT 2022-07-19 13:46:20 +08:00
commit d27685965c
1 changed files with 2 additions and 2 deletions

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温度传感器为例说明配置过程