You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ml...@apache.org on 2021/02/18 18:07:05 UTC

[mynewt-core] branch master updated (2db79a9 -> 203ee58)

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

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


    from 2db79a9  bsp/nordic_pca10095: Set nrf5340 as default transport
     new 97e80fc  mcu/nxp/kinetis: Change hal_os_tick to be run by SysTick.
     new 10ea526  bsp/frdm-k82f: Update clock_config.c
     new b262a45  bsp/frdm-k82f: Set better defaults on FOPT for quicker boot from internal flash.
     new efeede5  bsp/frdm-kxxf: Allow reading Core and peripheral registers while debugging.
     new 203ee58  Merge pull request #2487 from mlaz/k8xf_support

The 9918 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:
 .style_ignored_dirs                                |   5 +-
 hw/bsp/frdm-k64f/frdm-k64_debug.sh                 |   1 +
 hw/bsp/frdm-k82f/frdm-k82_debug.sh                 |   1 +
 .../src/arch/cortex_m4/startup_MK82F25615.S        |   2 +-
 hw/bsp/frdm-k82f/src/clock_config.c                | 252 +++++++++++----------
 hw/bsp/frdm-k82f/src/clock_config.h                |  16 +-
 hw/mcu/nxp/kinetis/src/hal_os_tick.c               |  53 ++---
 7 files changed, 170 insertions(+), 160 deletions(-)