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 c3991db  hw/drivers/i2s: Add I2S driver for DA1469x family
     new d4b7ca6  hw/mcu/da1469x: Add UART driver
     new b65788b  hw/mcu/da1469x: Add UART driver to MCU peripherals

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:
 .../include/uart_da1469x/uart_da1469x.h            |  70 +++
 hw/drivers/uart/{uart_hal => uart_da1469x}/pkg.yml |   4 +-
 hw/drivers/uart/uart_da1469x/src/uart_da1469x.c    | 563 +++++++++++++++++++++
 .../drivers/uart/uart_da1469x}/syscfg.yml          |  15 +-
 hw/mcu/dialog/da1469x/pkg.yml                      |   5 +-
 hw/mcu/dialog/da1469x/src/da1469x_periph.c         |  42 +-
 hw/mcu/dialog/da1469x/syscfg.yml                   |   4 +
 7 files changed, 681 insertions(+), 22 deletions(-)
 create mode 100644 
hw/drivers/uart/uart_da1469x/include/uart_da1469x/uart_da1469x.h
 copy hw/drivers/uart/{uart_hal => uart_da1469x}/pkg.yml (92%)
 create mode 100644 hw/drivers/uart/uart_da1469x/src/uart_da1469x.c
 copy {apps/lorashell => hw/drivers/uart/uart_da1469x}/syscfg.yml (77%)

Reply via email to