This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 1683b5210 hw/mcu/nrf5340: Enable cache by default new 8f225f96e mcu/nrf5340: Add secure functions package new 1ccc0a2df mcu/nrf5340: Include TFM module to allow MCU GPIO assignment The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: hw/mcu/nordic/nrf5340/pkg.yml | 1 + hw/mcu/nordic/nrf5340/src/hal_system_start.c | 9 ---- hw/mcu/nordic/nrf5340/src/nrf5340_periph.c | 20 ++++++++ hw/mcu/nordic/nrf5340/tfm/include/tfm/tfm.h | 55 +++++++++++++++++++++ .../nordic/nrf5340/tfm}/pkg.yml | 27 +++++----- hw/mcu/nordic/nrf5340/tfm/src/tfm.c | 57 ++++++++++++++++++++++ hw/{battery => mcu/nordic/nrf5340/tfm}/syscfg.yml | 40 +++++++-------- 7 files changed, 162 insertions(+), 47 deletions(-) create mode 100644 hw/mcu/nordic/nrf5340/tfm/include/tfm/tfm.h copy hw/{bsp/bbc_microbit => mcu/nordic/nrf5340/tfm}/pkg.yml (69%) create mode 100644 hw/mcu/nordic/nrf5340/tfm/src/tfm.c copy hw/{battery => mcu/nordic/nrf5340/tfm}/syscfg.yml (55%)