Skip to content

Commit

Permalink
zephyr/prj_frdm_kw41z.conf: Add new board configuration
Browse files Browse the repository at this point in the history
Adds a new board configuration for the frdm_kw41z board, including
support for the fxos8700 accelerometer/magnetometer/die temperature
sensor.
  • Loading branch information
MaureenHelm authored and pfalcon committed Mar 5, 2019
1 parent 0734ab0 commit 35fac2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ports/zephyr/prj_frdm_kw41z.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Sensor drivers
CONFIG_I2C=y
CONFIG_FXOS8700=y
CONFIG_FXOS8700_MODE_HYBRID=y
CONFIG_FXOS8700_TEMP=y

0 comments on commit 35fac2d

Please sign in to comment.