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

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


    from 5d0bf9d61 ci: Build application samples
     new 959231163 mcu/nordic: Update NRFX to version 3.3.0
     new 93793c9bd nrf5340/tfm: update nrfx to version 3.3.0
     new 036d9c176 hw/pwm_nrf52: Update nrfx to version 3.3.0
     new 8561a0c4b hw/i2s_nrfx: Update to nrfx 3.3.0
     new 91117b860 hw/i2s_nrf52: Update to nrfx 3.3.0
     new 64e4e36db hw/bsp: Update boards to nrfx 3.3.0

The 6 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                                |    9 +
 hw/bsp/ada_feather_nrf52/pkg.yml                   |    1 +
 hw/bsp/arduino_primo_nrf52/pkg.yml                 |    1 +
 hw/bsp/bbc_microbit/pkg.yml                        |    1 +
 hw/bsp/ble400/pkg.yml                              |    1 +
 hw/bsp/bmd200/pkg.yml                              |    1 +
 hw/bsp/bmd300eval/pkg.yml                          |    1 +
 hw/bsp/calliope_mini/pkg.yml                       |    1 +
 hw/bsp/dwm1001-dev/pkg.yml                         |    1 +
 hw/bsp/nina-b1/pkg.yml                             |    1 +
 hw/bsp/nordic_pca10028-16k/pkg.yml                 |    1 +
 hw/bsp/nordic_pca10028/pkg.yml                     |    1 +
 hw/bsp/nordic_pca10040/pkg.yml                     |    1 +
 hw/bsp/nordic_pca20020/pkg.yml                     |    1 +
 hw/bsp/nrf51-arduino_101/pkg.yml                   |    1 +
 hw/bsp/nrf51-blenano/pkg.yml                       |    1 +
 hw/bsp/pinetime/pkg.yml                            |    1 +
 hw/bsp/puckjs/pkg.yml                              |    1 +
 hw/bsp/rb-blend2/pkg.yml                           |    1 +
 hw/bsp/rb-nano2/pkg.yml                            |    1 +
 hw/bsp/ruuvitag_rev_b/pkg.yml                      |    1 +
 hw/bsp/telee02/pkg.yml                             |    1 +
 hw/bsp/vbluno51/pkg.yml                            |    1 +
 hw/bsp/vbluno52/pkg.yml                            |    1 +
 hw/drivers/i2s/i2s_nrf52/src/i2s_nrf52.c           |   26 +-
 hw/drivers/i2s/i2s_nrfx/src/i2s_nrfx.c             |   21 +-
 hw/drivers/pwm/pwm_nrf52/src/pwm_nrf52.c           |   47 +-
 hw/mcu/nordic/include/nrfx_config.h                |   74 +
 .../nordic/include/nrfx_config_common.h}           |   62 +-
 hw/mcu/nordic/include/nrfx_glue.h                  |   91 +-
 hw/mcu/nordic/include/nrfx_log.h                   |  137 ++
 .../include/{nrfx_config.h => nrfx_config_nrf51.h} |    6 +-
 hw/mcu/nordic/nrf52xxx/include/nrfx52810_config.h  |  208 --
 hw/mcu/nordic/nrf52xxx/include/nrfx52811_config.h  |  208 --
 hw/mcu/nordic/nrf52xxx/include/nrfx52840_config.h  |  171 --
 hw/mcu/nordic/nrf52xxx/include/nrfx52_config.h     |  216 --
 hw/mcu/nordic/nrf52xxx/include/nrfx_config.h       |   35 -
 .../nordic/nrf52xxx/include/nrfx_config_nrf52810.h | 1363 ++++++++++++
 .../nordic/nrf52xxx/include/nrfx_config_nrf52811.h | 1390 ++++++++++++
 .../nordic/nrf52xxx/include/nrfx_config_nrf52832.h | 1735 +++++++++++++++
 .../nordic/nrf52xxx/include/nrfx_config_nrf52840.h | 1760 +++++++++++++++
 hw/mcu/nordic/nrf5340/include/nrfx_config.h        | 2240 --------------------
 .../include/nrfx_config_nrf5340_application.h      | 1775 ++++++++++++++++
 hw/mcu/nordic/nrf5340/tfm/include/tfm/tfm.h        |    2 +-
 hw/mcu/nordic/nrf5340/tfm/src/tfm.c                |    4 +-
 hw/mcu/nordic/nrf5340_net/include/nrfx_config.h    | 1248 -----------
 .../include/nrfx_config_nrf5340_network.h          |  934 ++++++++
 hw/mcu/nordic/nrf91xx/include/nrfx9160_config.h    |  199 --
 hw/mcu/nordic/nrf91xx/include/nrfx91_config.h      |  204 --
 hw/mcu/nordic/nrf91xx/include/nrfx_config.h        |   29 -
 hw/mcu/nordic/nrf91xx/include/nrfx_config_nrf91.h  | 1346 ++++++++++++
 hw/mcu/nordic/nrf91xx/syscfg.yml                   |   13 +
 hw/mcu/nordic/pkg.yml                              |    8 +-
 53 files changed, 10719 insertions(+), 4865 deletions(-)
 create mode 100644 hw/mcu/nordic/include/nrfx_config.h
 copy hw/{mips-hal/src/arch/mips/__exit.c => 
mcu/nordic/include/nrfx_config_common.h} (51%)
 create mode 100644 hw/mcu/nordic/include/nrfx_log.h
 rename hw/mcu/nordic/nrf51xxx/include/{nrfx_config.h => nrfx_config_nrf51.h} 
(95%)
 delete mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx52810_config.h
 delete mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx52811_config.h
 delete mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx52840_config.h
 delete mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx52_config.h
 delete mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx_config.h
 create mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx_config_nrf52810.h
 create mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx_config_nrf52811.h
 create mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx_config_nrf52832.h
 create mode 100644 hw/mcu/nordic/nrf52xxx/include/nrfx_config_nrf52840.h
 delete mode 100644 hw/mcu/nordic/nrf5340/include/nrfx_config.h
 create mode 100644 
hw/mcu/nordic/nrf5340/include/nrfx_config_nrf5340_application.h
 delete mode 100644 hw/mcu/nordic/nrf5340_net/include/nrfx_config.h
 create mode 100644 
hw/mcu/nordic/nrf5340_net/include/nrfx_config_nrf5340_network.h
 delete mode 100644 hw/mcu/nordic/nrf91xx/include/nrfx9160_config.h
 delete mode 100644 hw/mcu/nordic/nrf91xx/include/nrfx91_config.h
 delete mode 100644 hw/mcu/nordic/nrf91xx/include/nrfx_config.h
 create mode 100644 hw/mcu/nordic/nrf91xx/include/nrfx_config_nrf91.h

Reply via email to