Skip to content
Snippets Groups Projects

meta-layer-bsp: use oe-core cortex tune includes

Open Ettore Chimenti requested to merge ektor5/oe-core-update into oniro/kirkstone
2 unresolved threads
6 files
+ 4
48
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -3,9 +3,7 @@
#@DESCRIPTION: Machine configuration for Nordic Semiconductor nRF52xxx (Cortex-M4) SoC.
require conf/machine/include/tune-cortexm4.inc
TUNE_FEATURES = "armv7m cortexm4"
require conf/machine/include/arm/armv7m/tune-cortexm4.inc
    • The commit message is missing an answer to the question why you do this.

      Also, are you plan to submit this upstream? Removing the tune files here could break things for others use cases meta-zephyr is used in. Just saying, might be good to discuss with upstream if they want the change.

Please register or sign in to reply
# Target type for this machine used by Pyocd
PYOCD_TARGET = "nrf52"
Loading