From 2cc12798bc15e3e582acfc97fa932e6f9adfc767 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 25 Aug 2023 09:39:07 +0200 Subject: [PATCH] cpu/stm32: update stm32u5 patch --- .../0001-stm32u5xx-remove-ErrorStatus.patch | 25 ++++++------------- 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/cpu/stm32/include/vendor/patches/u5/0001-stm32u5xx-remove-ErrorStatus.patch b/cpu/stm32/include/vendor/patches/u5/0001-stm32u5xx-remove-ErrorStatus.patch index ac1339483c..9698781cdc 100644 --- a/cpu/stm32/include/vendor/patches/u5/0001-stm32u5xx-remove-ErrorStatus.patch +++ b/cpu/stm32/include/vendor/patches/u5/0001-stm32u5xx-remove-ErrorStatus.patch @@ -1,28 +1,17 @@ -From 872855adef525260f3f2f16c6525810a2dafe055 Mon Sep 17 00:00:00 2001 +From 4c75a6ccf6d6bed95d71c1d7ad3638553d62ff9d Mon Sep 17 00:00:00 2001 From: Alexandre Abadie -Date: Mon, 13 Dec 2021 14:48:19 +0100 +Date: Fri, 25 Aug 2023 09:37:16 +0200 Subject: [PATCH 1/1] stm32u5xx: remove ErrorStatus --- - Include/stm32u5xx.h | 10 ++-------- - 1 file changed, 2 insertions(+), 8 deletions(-) + Include/stm32u5xx.h | 6 ------ + 1 file changed, 6 deletions(-) diff --git a/Include/stm32u5xx.h b/Include/stm32u5xx.h -index e9c3cd8..5d58d36 100644 +index db03fce..3f8102d 100644 --- a/Include/stm32u5xx.h +++ b/Include/stm32u5xx.h -@@ -8,8 +8,8 @@ - * is using in the C source code, usually in main.c. This file contains: - * - Configuration section that allows to select: - * - The STM32U5xx device used in the target application -- * - To use or not the peripheral’s drivers in application code(i.e. -- * code will be based on direct access to peripheral’s registers -+ * - To use or not the peripheral�s drivers in application code(i.e. -+ * code will be based on direct access to peripheral�s registers - * rather than drivers API), this option is controlled by - * "#define USE_HAL_DRIVER" - * -@@ -121,12 +121,6 @@ typedef enum +@@ -156,12 +156,6 @@ typedef enum } FunctionalState; #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) @@ -36,5 +25,5 @@ index e9c3cd8..5d58d36 100644 * @} */ -- -2.32.0 +2.39.2