From 66fa2dd0c253ed10a977e171529fcd210174d9a4 Mon Sep 17 00:00:00 2001 From: Jerome Coutant Date: Tue, 12 Oct 2021 17:44:57 +0200 Subject: [PATCH] STM32F1 remove non-UTF characters --- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xb.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xe.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101x6.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xb.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xe.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xg.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102x6.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102xb.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103x6.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xb.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xe.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xg.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f105xc.h | 2 +- .../TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f107xc.h | 2 +- .../TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f1xx.h | 4 ++-- .../STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_wwdg.c | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xb.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xb.h index ab7898074d..73fe39fbeb 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xb.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xb.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xe.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xe.h index 334c4dcca4..3c31948f34 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xe.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f100xe.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101x6.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101x6.h index 250962dbaa..d57f6a5dd6 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101x6.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101x6.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xb.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xb.h index aa524a9903..21f7e9b62c 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xb.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xb.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xe.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xe.h index bde6d7a9fa..1af271d712 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xe.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xe.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xg.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xg.h index 35a142d0e1..f243214f9f 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xg.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f101xg.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102x6.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102x6.h index 9917ec36c4..a7a2633070 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102x6.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102x6.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102xb.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102xb.h index f5d0042268..e5d46a7f43 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102xb.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f102xb.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103x6.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103x6.h index a48464523c..143993b2b2 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103x6.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103x6.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xb.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xb.h index 4bd7e5d0d5..e8f5decbd6 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xb.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xb.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xe.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xe.h index 1001fd800f..fd60371aa1 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xe.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xe.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xg.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xg.h index f74befff76..11545c996c 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xg.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f103xg.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f105xc.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f105xc.h index 74215930fd..0dcbc4fb25 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f105xc.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f105xc.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f107xc.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f107xc.h index 5c40b46e88..8abdaeed23 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f107xc.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f107xc.h @@ -9,7 +9,7 @@ * This file contains: * - Data structures and the address mapping for all peripherals * - Peripheral's registers declarations and bits definition - * - Macros to access peripheral’s registers hardware + * - Macros to access peripheral's registers hardware * ****************************************************************************** * @attention diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f1xx.h b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f1xx.h index e34cc488f7..1310e2d606 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f1xx.h +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/CMSIS/stm32f1xx.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 STM32F1xx 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" * diff --git a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_wwdg.c b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_wwdg.c index 730775bce4..ed9d08414c 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_wwdg.c +++ b/targets/TARGET_STM/TARGET_STM32F1/STM32Cube_FW/STM32F1xx_HAL_Driver/stm32f1xx_hal_wwdg.c @@ -40,7 +40,7 @@ (++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock (+) Typical values: (++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler: - max timeout before reset: approximately 910µs + max timeout before reset: approximately 910us (++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler dividing by 8: max timeout before reset: approximately 58.25ms