You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2024/03/05 08:38:50 UTC

(mynewt-core) 05/07: Add STM32G0xx to RAT excludes and style ignore

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 568950abe98e069ea19de7ba7c0908d5e615731f
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Mon Mar 4 14:28:25 2024 +0100

    Add STM32G0xx to RAT excludes and style ignore
    
    Signed-off-by: Jerzy Kasenberg <je...@codecoup.pl>
---
 .rat-excludes       | 5 +++++
 .style_ignored_dirs | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
index 4db361c2e..9919de4b7 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -300,6 +300,11 @@ startup_stm32f103xb.s
 # NUCLEO-F411RE BSP - BSD License
 startup_STM32F411.s
 
+# NUCLEO-G0B1RE BSP - BSD License
+stm32g0xx_hal_conf.h
+system_stm32g0xx.c
+clock_stm32g0xx.c
+
 # NUCLEO-WB55 BSP - BSD License
 startup_stm32wb55xx_cm4.s
 stm32wbxx_hal_conf.h
diff --git a/.style_ignored_dirs b/.style_ignored_dirs
index 3bc5e8435..cc4540b27 100644
--- a/.style_ignored_dirs
+++ b/.style_ignored_dirs
@@ -29,6 +29,7 @@ hw/bsp/nucleo-f413zh/include/bsp/stm32f4xx_hal_conf.h
 hw/bsp/nucleo-f439zi/include/bsp/stm32f4xx_hal_conf.h
 hw/bsp/nucleo-f746zg/include/bsp/stm32f7xx_hal_conf.h
 hw/bsp/nucleo-f767zi/include/bsp/stm32f7xx_hal_conf.h
+hw/bsp/nucleo-g0b1re/include/bsp/stm32g0xx_hal_conf.h
 hw/bsp/nucleo-l073rz/include/bsp/stm32l0xx_hal_conf.h
 hw/bsp/nucleo-l476rg/include/bsp/stm32l4xx_hal_conf.h
 hw/bsp/olimex-p103/include/bsp/stm32f1xx_hal_conf.h
@@ -42,6 +43,7 @@ hw/bsp/stm32f4discovery/include/bsp/stm32f4xx_hal_conf.h
 hw/bsp/stm32f7discovery/include/bsp/stm32f7xx_hal_conf.h
 hw/bsp/stm32l152discovery/include/bsp/stm32l1xx_hal_conf.h
 hw/bsp/nucleo-u575zi-q/include/bsp/stm32u5xx_hal_conf.h
+hw/mcu/stm/stm32g0xx/src/system_stm32g0xx.c
 hw/mcu/stm/stm32u5xx/src/system_stm32u5xx.c
 
 hw/mcu/stm/stm32_common/src/stm32_driver_mod_i2c_v1.c