You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/04/15 11:12:26 UTC

[mynewt-core] branch master updated (1c1df50 -> a011df7)

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

andk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 1c1df50  Remove transient packages
     new c25ac61  hw/mcu/dialog: Add retained registers API
     new 42146d2  hw/mcu/dialog: Use retregs for DCDC configuration
     new 412d56d  hw/mcu/dialog: Retain GPIO settings during sleep
     new 6d082f3  hw/mcu/dialog: Acquire PD_COM in hals
     new a28d829  hw/drivers/sdadc_da1469x: Acquire PD_PER when GPADC is opened
     new 1a9b2de  hw/drivers/sdadc_da1469x: Acquire PD_COM when SDADC is opened
     new ed00015  hw/drivers/sdadc_da1469x: Add missing parentheses
     new f7163e4  hw/drivers/sdadc_da1469x: Remove unused include
     new a011df7  hw/mcu/dialog: Disable PD_COM and PD_PER by default

The 8809 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/drivers/adc/gpadc_da1469x/src/gpadc_da1469x.c   |   5 +
 hw/drivers/adc/sdadc_da1469x/src/sdadc_da1469x.c   |  10 +-
 hw/mcu/dialog/da1469x/include/mcu/da1469x_retreg.h | 104 +++++++++++++++++++++
 hw/mcu/dialog/da1469x/include/mcu/mcu.h            |   4 +-
 hw/mcu/dialog/da1469x/src/da1469x_prail.c          |  33 +++----
 .../mcu/dialog/da1469x/src/da1469x_retreg.c        |  31 +++---
 hw/mcu/dialog/da1469x/src/da1469x_sleep.c          |   4 +-
 hw/mcu/dialog/da1469x/src/hal_gpio.c               |  62 +++++++++++-
 hw/mcu/dialog/da1469x/src/hal_i2c.c                |   3 +
 hw/mcu/dialog/da1469x/src/hal_spi.c                |   3 +
 hw/mcu/dialog/da1469x/src/hal_uart.c               |   3 +
 hw/mcu/dialog/da1469x/src/system_da1469x.c         |   4 -
 hw/mcu/dialog/da1469x/syscfg.yml                   |   8 ++
 13 files changed, 228 insertions(+), 46 deletions(-)
 create mode 100644 hw/mcu/dialog/da1469x/include/mcu/da1469x_retreg.h
 copy apps/bleprph_oic/src/misc.c => hw/mcu/dialog/da1469x/src/da1469x_retreg.c (63%)