-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: frdm_k22f: Add support for frdm_stbc_agm01
Provide the arduino_i2c node name from i2c_0. Provide pinmux for frdm_stbc_agm01. The frdm_stbc_agm01 supplies access to an FXOS8700 and FXAS21002. when using frdm_stbc_agm01 with frdm_k22f, the FXAS21002 sample sensor project can be utilized and the FXOS8700 sample sensor project utilizes the shield's FXOS8700. Signed-off-by: Ryan Holleran <rhollerar@gmail.com>
- Loading branch information
1 parent
fea20bc
commit b9fdab4
Showing
3 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ | |
status = "okay"; | ||
}; | ||
|
||
&i2c0 { | ||
arduino_i2c: &i2c0 { | ||
status = "okay"; | ||
|
||
fxos8700@1c { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ toolchain: | |
supported: | ||
- adc | ||
- arduino_gpio | ||
- arduino_i2c | ||
- gpio | ||
- i2c | ||
- nvs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters