APP_Framework support Nuttx on aiit-arm32-board

This commit is contained in:
wgzAIIT
2021-12-30 12:19:58 +08:00
parent bd31aad3ef
commit b342734aad
7 changed files with 37 additions and 25 deletions

View File

@@ -26,7 +26,7 @@ config SENSOR_HS300X_HUMIDITY
if ADD_NUTTX_FETURES
config SENSOR_DEVICE_HS300X_DEV
string "HS300x device name"
default "/dev/i2c1"
default "/dev/i2c1_dev0"
config SENSOR_DEVICE_HS300X_I2C_ADDR
hex "HS300x device i2c address"

View File

@@ -25,7 +25,7 @@ config SENSOR_HS300X_TEMPERATURE
if ADD_NUTTX_FETURES
config SENSOR_DEVICE_HS300X_DEV
string "HS300x device name"
default "/dev/i2c1"
default "/dev/i2c1_dev0"
config SENSOR_DEVICE_HS300X_I2C_ADDR
hex "HS300x device i2c address"