diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2018-01-19 12:17:09 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-05-21 10:35:16 +1000 |
commit | 5a023372df68bc3a210d0a7ae12363e82270e705 (patch) | |
tree | 90cd6a74d6d2a42aa554942f9e3e0315f1b65453 | |
parent | 7afbc498636be676f309193be50c1c47a700b157 (diff) |
zephyr: Add prj_disco_l475_iot1.conf with sensor drivers.
-rw-r--r-- | ports/zephyr/prj_disco_l475_iot1.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/zephyr/prj_disco_l475_iot1.conf b/ports/zephyr/prj_disco_l475_iot1.conf new file mode 100644 index 000000000..36c8b99dd --- /dev/null +++ b/ports/zephyr/prj_disco_l475_iot1.conf @@ -0,0 +1,5 @@ +# Sensors +CONFIG_HTS221=y +CONFIG_LIS3MDL=y +CONFIG_LPS22HB=y +CONFIG_LSM6DSL=y |