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

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


    from a87c17d71 encoding/base64: Fix compilation warning with ARM GCC 13
     new 16f2c7c32 hw/mcu/native: Fix hal_timer_get_resolution
     new f1834d20a mcu/nordic: Fix restrictions for LF clock
     new c695aa303 compiler/sim: Add optimized and speed configuration
     new 94c8c389f hw/bsp/frdm-k64f: Fix bootloader build
     new 11bc3eeb0 hw/bsp/frdm-k82f: Fix bootloader build
     new 763b63463 hw/bsp: Disable UART_0 in bootloader for BSPs that don't fit 
on flash
     new 5d5ec433c ci: Build bootloader for supported BSPs

The 7 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:
 .github/{test_build_blinky.sh => test_build_bootloader.sh}   |  7 ++++---
 .github/workflows/{build_blinky.yml => build_bootloader.yml} | 12 ++++++------
 compiler/sim/compiler.yml                                    |  2 ++
 hw/bsp/b-l072z-lrwan1/syscfg.yml                             |  5 +++++
 hw/bsp/frdm-k64f/boot-MK64FN1M0xxx12_flash.ld                |  1 +
 hw/bsp/frdm-k82f/boot-MK82FN256xxx15_flash.ld                |  1 +
 hw/bsp/stm32f4discovery/syscfg.yml                           |  5 +++++
 hw/mcu/native/src/hal_timer.c                                |  2 +-
 hw/mcu/nordic/nrf51xxx/syscfg.yml                            |  5 +----
 hw/mcu/nordic/nrf52xxx/syscfg.yml                            |  4 +---
 hw/mcu/nordic/nrf5340/syscfg.yml                             |  2 --
 hw/mcu/nordic/nrf5340_net/syscfg.yml                         |  5 +----
 hw/mcu/nordic/nrf91xx/syscfg.yml                             |  2 --
 13 files changed, 28 insertions(+), 25 deletions(-)
 copy .github/{test_build_blinky.sh => test_build_bootloader.sh} (91%)
 copy .github/workflows/{build_blinky.yml => build_bootloader.yml} (90%)

Reply via email to