From: Wojciech Zmuda <[email protected]> The board is based on Nordic nRF52832 Cortex-M4 chip. The support depends on Nordic HAL. It has been verified with zephyr-philosophers and zephyr-shell sample applications.
Signed-off-by: Wojciech Zmuda <[email protected]> --- conf/machine/96b-nitrogen.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/machine/96b-nitrogen.conf diff --git a/conf/machine/96b-nitrogen.conf b/conf/machine/96b-nitrogen.conf new file mode 100644 index 0000000..d1905f2 --- /dev/null +++ b/conf/machine/96b-nitrogen.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: 96b_nitrogen + +#@DESCRIPTION: Machine configuration for 96Boards Nitrogen Board. + +require conf/machine/include/nrf52832.inc +ARCH_96b-nitrogen = "arm" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51709): https://lists.yoctoproject.org/g/yocto/message/51709 Mute This Topic: https://lists.yoctoproject.org/mt/78857202/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
