You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2020/03/26 19:40:08 UTC

[mynewt-core] branch master updated (5ff0a42 -> bc3930d)

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 5ff0a42  Merge pull request #2251 from Reynevan94/STM32-blinky-tutorial-fix
     new 8d66c45  hw/bsp/dialog: enhance serial load method
     new d8876bb  otp_tool: Enhance error processing and remove key read command
     new 6d4163c  da1469x_serial: Support OpenOCD based reset script
     new bc3930d  Merge pull request #2239 from nkaje/otp_tool_updates_based_on_test_dev

The 9561 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/bsp/dialog_da1469x-dk-pro/cfg/device.cfg        | 61 +++++++++++++++++++++
 .../cfg/ft4232h.cfg}                               | 24 ++++----
 hw/bsp/dialog_da1469x-dk-pro/da1469x_serial.py     | 32 ++++++++---
 hw/bsp/dialog_da1469x-dk-pro/otp_tool.py           | 35 ++++++++----
 hw/bsp/dialog_da1469x-dk-pro/reset.sh              | 63 +++++++++++++++++++++
 hw/bsp/dialog_da1469x-dk-pro/reset_ocd.sh          | 64 ++++++++++++++++++++++
 6 files changed, 249 insertions(+), 30 deletions(-)
 create mode 100644 hw/bsp/dialog_da1469x-dk-pro/cfg/device.cfg
 copy hw/bsp/{nucleo-f030r8/nucleo-f030r8_download.sh => dialog_da1469x-dk-pro/cfg/ft4232h.cfg} (69%)
 mode change 100755 => 100644
 create mode 100755 hw/bsp/dialog_da1469x-dk-pro/reset.sh
 create mode 100755 hw/bsp/dialog_da1469x-dk-pro/reset_ocd.sh