Skip to content

Commit

Permalink
Update .rat-excludes and LICENSE
Browse files Browse the repository at this point in the history
Strip stm32 related files that were already removed from core.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
  • Loading branch information
kasjer committed May 15, 2024
1 parent 440aa66 commit 3ed268e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
13 changes: 0 additions & 13 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ stm32_driver_mod_timer.c
# STM32CubeF4 - BSD License.
stm32f4xx_hal_conf.h
system_stm32f4xx.c
startup_STM32F40x.s

# STM32F4x MCU/BSP clock customization
clock_stm32f4xx.c
Expand Down Expand Up @@ -253,9 +252,6 @@ startup_stm32f746xx.s
# STM32F3 Discovery BSP - BSD License
startup_stm32f303xc.s

# STM32F429 BSP - BSD License
startup_STM32F429x.s

# STM32L152C BSP - BSD License
stm32l1xx_hal_conf.h
startup_stm32l152xc.s
Expand All @@ -275,12 +271,6 @@ stm32u5xx_hal_conf.h
# NUCLEO-F767 BSP - BSD License
startup_stm32f767xx.s

# NUCLEO-F439 BSP - BSD License
startup_stm32f439xx.s

# NUCLEO-F413ZH BSP - BSD License
startup_stm32f413xx.s

# NUCLEO-L467rg BSP - BSD License
stm32l4xx_hal_conf.h

Expand All @@ -294,9 +284,6 @@ nucleo-f030r8
stm32f1xx_hal_conf.h
system_stm32f1xx.c

# NUCLEO-F411RE BSP - BSD License
startup_STM32F411.s

# NUCLEO-G0B1RE BSP - BSD License
stm32g0xx_hal_conf.h
system_stm32g0xx.c
Expand Down
14 changes: 1 addition & 13 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -293,25 +293,15 @@ This product bundles parts of STM32CubeF4 1.5, which is available under the
* hw/mcu/stm/stm32f4xx/src/clock_stm32f4xx.c
* hw/mcu/stm/stm32f4xx/src/system_stm32f4xx.c
* hw/bsp/ada_feather_stm32f405/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/ada_feather_stm32f405/src/arch/cortex_m4/startup_STM32F40x.s
* hw/bsp/black_vet6/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/black_vet6/src/arch/cortex_m4/startup_STM32F40x.s
* hw/bsp/nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/nucleo-f401re/src/arch/cortex_m4/startup_STM32F40x.s
* hw/bsp/olimex_stm32-e407_devboard/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/olimex_stm32-e407_devboard/src/arch/cortex_m4/startup_STM32F40x.s
* hw/bsp/stm32f4discovery/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/stm32f4discovery/src/arch/cortex_m4/startup_STM32F40x.s
* hw/bsp/nucleo-f411re/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/nucleo-f411re/src/arch/cortex_m4/startup_STM32F411.s
* hw/bsp/nucleo-f413zh/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/nucleo-f413zh/src/arch/cortex_m4/startup_stm32f413xx.s
* hw/bsp/nucleo-f439zi/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/nucleo-f439zi/src/arch/cortex_m4/startup_stm32f439xx.s
* hw/bsp/stm32f411discovery/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/stm32f411discovery/src/arch/cortex_m4/startup_STM32F411.s
* hw/bsp/stm32f429discovery/include/bsp/stm32f4xx_hal_conf.h
* hw/bsp/stm32f429discovery/src/arch/cortex_m4/startup_STM32F429x.s

This product bundles parts of STM32CubeF7, which is available under the
"3-clause BSD" license. Bundled files are:
Expand Down Expand Up @@ -362,10 +352,8 @@ This product bundles parts of stm32f0xx, which is available under the
* hw/mcu/stm/stm32f0xx/src/clock_stm32f0xx.c
* hw/mcu/stm/stm32f0xx/src/system_stm32f0xx.c
* hw/bsp/nucleo-f030r8/include/bsp/stm32f0xx_hal_conf.h
* hw/bsp/nucleo-f030r8/src/arch/cortex_m0/startup_stm32f030x8.s
* hw/bsp/nucleo-f072rb/include/bsp/stm32f0xx_hal_conf.h
* hw/bsp/nucleo-f072rb/src/arch/cortex_m0/startup_stm32f072xb.s


This product bundles parts of stm32l0xx, which is available under the
"3-clause BSD" license. Bundled files are:
* hw/mcu/stm/stm32l0xx/src/clock_stm32l0xx.c
Expand Down

0 comments on commit 3ed268e

Please sign in to comment.