This is an automated email from the ASF dual-hosted git repository. utzig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
commit c9f841c9e1b0bdf7fb92b081e1a10bddbc5309ba Author: Fabio Utzig <[email protected]> AuthorDate: Fri Sep 27 09:57:13 2019 -0300 Add STM32WBxx to RAT excludes --- .rat-excludes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rat-excludes b/.rat-excludes index 6253611..bb2165a 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -475,6 +475,9 @@ stm32l0xx # STM32L4xx SDK - BSD License stm32l4xx +# STM32WBxx SDK - BSD License +stm32wbxx + # Fanstel EVBT840 BSP linker scripts - BSD License fanstel-ev-bt840_no_boot.ld split-fanstel-ev-bt840.ld
