boards: arm: arduino_nano_33_ble: Add support for sense version of board
This commit adds support for the Arduino Nano 33 BLE Sense board. The DTS is separated into a common dtsi and one DTS for each version of the board. The sensors with existing drivers: hts221, lps22hb and apds9960 are added to the DTS of the Sense version. A startup delay is added to the vdd_env node. This is done to give some time for the sensors VDD/VCC to go high before the sensor drivers are initialized. The functionality was verified using the driver sample of each sensor. Signed-off-by: Benjamin Björnsson <benjamin.bjornsson@gmail.com>
This commit is contained in:
parent
0c23a02c8d
commit
e9ab9990d4
9 changed files with 242 additions and 142 deletions
|
@ -51,6 +51,7 @@
|
|||
defined(CONFIG_BOARD_BT510) || \
|
||||
defined(CONFIG_BOARD_PINNACLE_100_DVK) || \
|
||||
defined(CONFIG_BOARD_ARDUINO_NANO_33_BLE) || \
|
||||
defined(CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE) || \
|
||||
defined(CONFIG_BOARD_UBX_BMD300EVAL_NRF52832) || \
|
||||
defined(CONFIG_BOARD_UBX_BMD330EVAL_NRF52810) || \
|
||||
defined(CONFIG_BOARD_UBX_BMD340EVAL_NRF52840) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue