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 79099c7 kernel/os: Fix os_arch_in_isr for pic32
add ad9ac75 mcu/nrf5340: Add clock request API
add de4c851 mcu/nrf52: Add USB clock request
No new revisions were added by this update.
Summary of changes:
hw/mcu/nordic/nrf52xxx/include/mcu/mcu.h | 2 +
hw/mcu/nordic/nrf52xxx/include/mcu/nrf52_clock.h | 3 +
hw/mcu/nordic/nrf5340/include/mcu/mcu.h | 1 +
.../include/mcu/nrf5340_clock.h} | 73 +++++++--------
hw/mcu/nordic/nrf5340/src/nrf5340_clock.c | 102 +++++++++++++++++++++
5 files changed, 142 insertions(+), 39 deletions(-)
copy hw/mcu/nordic/{nrf51xxx/src/nrf51_clock.c =>
nrf5340/include/mcu/nrf5340_clock.h} (54%)
create mode 100644 hw/mcu/nordic/nrf5340/src/nrf5340_clock.c