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

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new d3525ec637 tools/ci: Enable stm32u5, stm32wb and stm32wl5
d3525ec637 is described below

commit d3525ec637255d3997abacbebbb35512f89ef995
Author: Xiang Xiao <[email protected]>
AuthorDate: Mon Jan 23 03:08:00 2023 +0800

    tools/ci: Enable stm32u5, stm32wb and stm32wl5
    
    Signed-off-by: Xiang Xiao <[email protected]>
---
 tools/ci/testlist/arm-13.dat | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/ci/testlist/arm-13.dat b/tools/ci/testlist/arm-13.dat
index 812d1b7fa5..08a3bcf246 100644
--- a/tools/ci/testlist/arm-13.dat
+++ b/tools/ci/testlist/arm-13.dat
@@ -1,4 +1,6 @@
 /arm/stm32l*,CONFIG_ARM_TOOLCHAIN_GNU_EABI
+/arm/stm32u*,CONFIG_ARM_TOOLCHAIN_GNU_EABI
+/arm/stm32w*,CONFIG_ARM_TOOLCHAIN_GNU_EABI
 
 /arm/str71x,CONFIG_ARM_TOOLCHAIN_GNU_EABI
 

Reply via email to