mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-04-30 06:32:11 +02:00
The file is so generic anyway it can be targeted for the nRF52 family without any harm. Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
14 lines
305 B
HTML
14 lines
305 B
HTML
#@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"
|