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 73853ab  sys/shell: Tab completion works more like bash
     new 045ab6a  Add nucleo-f103rb bsp
     new 12605ac  Add Nucleo-F103RB to RAT excludes

The 8771 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:
 .rat-excludes                                      |   5 +
 .../boot-nucleo_f103rb.ld}                         |   0
 hw/bsp/{olimex-p103 => nucleo-f103rb}/bsp.yml      |  18 +--
 .../include/bsp/bsp.h                              |  30 +++--
 .../include/bsp/stm32f1xx_hal_conf.h               |   0
 .../nucleo_f103rb.ld}                              |   2 +-
 .../nucleo_f103rb_debug.cmd}                       |   0
 .../nucleo_f103rb_debug.sh}                        |   0
 .../nucleo_f103rb_download.cmd}                    |   0
 .../nucleo_f103rb_download.sh}                     |   0
 hw/bsp/{olimex-p103 => nucleo-f103rb}/pkg.yml      |   4 +-
 .../src/arch/cortex_m3/startup_stm32f103xb.s       |   0
 .../{olimex-p103 => nucleo-f103rb}/src/hal_bsp.c   | 128 +++++++++++++++++----
 .../src/system_stm32f1xx.c                         |   0
 hw/bsp/{olimex-p103 => nucleo-f103rb}/syscfg.yml   |  16 ++-
 15 files changed, 151 insertions(+), 52 deletions(-)
 copy hw/bsp/{olimex-p103/boot-olimex_p103.ld => 
nucleo-f103rb/boot-nucleo_f103rb.ld} (100%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/bsp.yml (78%)
 copy hw/bsp/{nucleo-f072rb => nucleo-f103rb}/include/bsp/bsp.h (87%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/include/bsp/stm32f1xx_hal_conf.h 
(100%)
 copy hw/bsp/{olimex-p103/olimex_p103.ld => nucleo-f103rb/nucleo_f103rb.ld} 
(94%)
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => 
nucleo-f103rb/nucleo_f103rb_debug.cmd} (100%)
 copy hw/bsp/{nucleo-l476rg/nucleo-l476rg_debug.sh => 
nucleo-f103rb/nucleo_f103rb_debug.sh} (100%)
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => 
nucleo-f103rb/nucleo_f103rb_download.cmd} (100%)
 copy hw/bsp/{nucleo-l476rg/nucleo-l476rg_download.sh => 
nucleo-f103rb/nucleo_f103rb_download.sh} (100%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/pkg.yml (92%)
 copy hw/bsp/{olimex-p103 => 
nucleo-f103rb}/src/arch/cortex_m3/startup_stm32f103xb.s (100%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/src/hal_bsp.c (66%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/src/system_stm32f1xx.c (100%)
 copy hw/bsp/{olimex-p103 => nucleo-f103rb}/syscfg.yml (75%)

Reply via email to