aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-bsp/conf/machine/include/nrf52.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-bsp/conf/machine/include/nrf52.inc')
-rw-r--r--meta-zephyr-bsp/conf/machine/include/nrf52.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-zephyr-bsp/conf/machine/include/nrf52.inc b/meta-zephyr-bsp/conf/machine/include/nrf52.inc
new file mode 100644
index 0000000..d22f8bc
--- /dev/null
+++ b/meta-zephyr-bsp/conf/machine/include/nrf52.inc
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: nrf52xxx
+
+#@DESCRIPTION: Machine configuration for Nordic Semiconductor nRF52xxx (Cortex-M4) SoC.
+
+require conf/machine/include/tune-cortexm4.inc
+
+MACHINEOVERRIDES =. "nordic:"
+
+TUNE_FEATURES = "armv7m cortexm4"
+
+# Target type for this machine used by Pyocd
+PYOCD_TARGET = "nrf52"