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

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


    from e7e7e06  crypto: mbedtls: Fix xc32 build problem
     new 97a46bb  hw/drivers/uart: Add MAX3107 driver
     new 08135a6  hw/drivers/max3107: Add function to get real baudrate
     new 3e9bdee  hw/drivers/max3107: Add stats
     new 48f9d70  Merge pull request #2605 from kasjer/kasjer/max3107

The 10122 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/uart/max3107/include/max3107/max3107.h |  201 ++++
 hw/drivers/uart/{uart_da1469x => max3107}/pkg.yml |    7 +-
 hw/drivers/uart/max3107/src/max3107.c             | 1144 +++++++++++++++++++++
 hw/drivers/uart/max3107/src/max3107_priv.h        |  291 ++++++
 hw/drivers/uart/max3107/syscfg.yml                |  155 +++
 5 files changed, 1796 insertions(+), 2 deletions(-)
 create mode 100644 hw/drivers/uart/max3107/include/max3107/max3107.h
 copy hw/drivers/uart/{uart_da1469x => max3107}/pkg.yml (86%)
 create mode 100644 hw/drivers/uart/max3107/src/max3107.c
 create mode 100644 hw/drivers/uart/max3107/src/max3107_priv.h
 create mode 100644 hw/drivers/uart/max3107/syscfg.yml

Reply via email to