summaryrefslogtreecommitdiff
path: root/scripts/sanity_chk
diff options
context:
space:
mode:
authorMaureen Helm <maureen.helm@nxp.com>2017-01-17 19:55:53 -0600
committerKumar Gala <kumar.gala@linaro.org>2017-01-30 11:02:35 -0600
commit2c1e3183896542057066eec6d5b2087e72d7fc71 (patch)
tree930c4282a95df316c57ea9879c4f46771ff0916f /scripts/sanity_chk
parent86a26fa0aecfcf20b199112d01e18b9a9985a10f (diff)
frdm_kw41z: Add frdm_kw41z board
Adds initial support and documentation for the frdm_kw41z board. - Configures the kw41 to use the 32 MHz external oscillator on the board to generate a 40 MHz system clock. The clock settings match the MCUX SDK hello_world example project. - Provides pinmux settings for the uart, i2c, LEDs, and switches - Enables pinmux, gpio, uart, and i2c driver instances - Configures the fxos8700 accelerometer/magnetometer driver Jira: ZEP-1390 Change-Id: I025a0eae3d380eaf90b02683acf5c592e2204a2e Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
Diffstat (limited to 'scripts/sanity_chk')
-rw-r--r--scripts/sanity_chk/arches/arm.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sanity_chk/arches/arm.ini b/scripts/sanity_chk/arches/arm.ini
index 01200fdf6..5009611a6 100644
--- a/scripts/sanity_chk/arches/arm.ini
+++ b/scripts/sanity_chk/arches/arm.ini
@@ -5,7 +5,7 @@ platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
nrf51_pca10028 nucleo_f401re 96b_carbon nrf51_blenano
arduino_101_ble cc3200_launchxl quark_se_c1000_ble bbc_microbit
v2m_beetle nucleo_l476rg nrf52840_pca10056 nucleo_f411re
- stm3210c_eval nucleo_f334r8 stm32373c_eval mps2_an385
+ stm3210c_eval nucleo_f334r8 stm32373c_eval mps2_an385 frdm_kw41z
supported_toolchains = zephyr gccarmemb
[qemu_cortex_m3]