From: Wojciech Zmuda <[email protected]> Add support for Nordic Semiconductor nRF52840 Development Kit board.
This is a generic MACHINE over nRF52 SoC family config plus PyOCD flashing ability. Signed-off-by: Wojciech Zmuda <[email protected]> --- conf/machine/nrf52840dk_nrf52840.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/nrf52840dk_nrf52840.conf diff --git a/conf/machine/nrf52840dk_nrf52840.conf b/conf/machine/nrf52840dk_nrf52840.conf new file mode 100644 index 0000000..0aa50e0 --- /dev/null +++ b/conf/machine/nrf52840dk_nrf52840.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: nrf52840dk_nrf52840 + +#@DESCRIPTION: Machine configuration for Nordic Semiconductor nRF52840 Development Kit. + +require conf/machine/include/nrf52.inc +ZEPHYR_INHERIT_CLASSES += "zephyr-flash-pyocd" +ARCH_nrf52840dk_nrf52840 = "arm" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53564): https://lists.yoctoproject.org/g/yocto/message/53564 Mute This Topic: https://lists.yoctoproject.org/mt/82909263/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
