This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit 78039454f8fc8d66bed040c14952dfba81790bed Author: Jerzy Kasenberg <[email protected]> AuthorDate: Mon Jun 10 14:25:40 2024 +0200 Update STM32F7xx RAT style and license excludes Signed-off-by: Jerzy Kasenberg <[email protected]> --- .rat-excludes | 6 +----- .style_ignored_dirs | 1 + LICENSE | 3 --- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.rat-excludes b/.rat-excludes index 3b49e655d..38733a9d7 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -251,9 +251,8 @@ tsl2561_shell.c p32mx470f512h.h ppic32mx.h -# STM32F7 Discovery BSP - BSD License +# STM32F7 Discovery BSP, NUCLEO-F767 BSP, NUCLEO-F746 - BSD License stm32f7xx_hal_conf.h -startup_stm32f746xx.s # STM32L152C BSP - BSD License stm32l1xx_hal_conf.h @@ -270,9 +269,6 @@ clock_stm32u5xx.c # NUCLEO-U575ZI-Q BSP - BSD License stm32u5xx_hal_conf.h -# NUCLEO-F767 BSP - BSD License -startup_stm32f767xx.s - # NUCLEO-L467rg BSP - BSD License stm32l4xx_hal_conf.h diff --git a/.style_ignored_dirs b/.style_ignored_dirs index a88806ee2..db0468117 100644 --- a/.style_ignored_dirs +++ b/.style_ignored_dirs @@ -47,6 +47,7 @@ hw/bsp/nucleo-u575zi-q/include/bsp/stm32u5xx_hal_conf.h hw/bsp/weact_g431cb/include/bsp/stm32g4xx_hal_conf.h hw/mcu/stm/stm32f1xx/src/system_stm32f1xx.c hw/mcu/stm/stm32f3xx/src/system_stm32f3xx.c +hw/mcu/stm/stm32f7xx/src/system_stm32f7xx.c hw/mcu/stm/stm32g0xx/src/system_stm32g0xx.c hw/mcu/stm/stm32g4xx/src/system_stm32g4xx.c hw/mcu/stm/stm32u5xx/src/system_stm32u5xx.c diff --git a/LICENSE b/LICENSE index 591c58955..d33d3a9a6 100644 --- a/LICENSE +++ b/LICENSE @@ -309,11 +309,8 @@ This product bundles parts of STM32CubeF7, which is available under the * hw/mcu/stm/stm32f7xx/src/clock_stm32f7xx.c * hw/mcu/stm/stm32f7xx/src/system_stm32f7xx.c * hw/bsp/nucleo-f767zi/include/bsp/stm32f7xx_hal_conf.h - * hw/bsp/nucleo-f767zi/src/arch/cortex_m7/startup_stm32f767xx.s * hw/bsp/stm32f7discovery/include/bsp/stm32f7xx_hal_conf.h - * hw/bsp/stm32f7discovery/src/arch/cortex_m7/startup_stm32f746xx.s * hw/bsp/nucleo-f746zg/include/bsp/stm32f7xx_hal_conf.h - * hw/bsp/nucleo-f746zg/src/arch/cortex_m7/startup_stm32f746xx.s This product bundles parts of STM32CubeF3, which is available under the "3-clause BSD" license. Bundled files are:
