You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/03 16:43:52 UTC

[incubator-nuttx] branch master updated (168c14b -> 2395258)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 168c14b  nxstyle errors fixed
     add 2395258  nrf52: add POWER register definitions; support enabling DC/DC regulator

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/nrf52/Kconfig                |   7 ++
 arch/arm/src/nrf52/hardware/nrf52_power.h | 128 ++++++++++++++++++++++++++++++
 arch/arm/src/nrf52/nrf52_clockconfig.c    |   7 ++
 3 files changed, 142 insertions(+)
 create mode 100644 arch/arm/src/nrf52/hardware/nrf52_power.h