i# This is a combination of 3 commits.

【修改】format
This commit is contained in:
YJIE_1998
2021-08-10 10:30:52 +08:00
parent 19d4c6809c
commit 53a4074f0b
107 changed files with 47438 additions and 47438 deletions
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2020, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@@ -8,8 +8,8 @@
* is using in the C source code, usually in main.c. This file contains: * is using in the C source code, usually in main.c. This file contains:
* - Configuration section that allows to select: * - Configuration section that allows to select:
* - The STM32F3xx device used in the target application * - The STM32F3xx device used in the target application
* - To use or not the peripherals drivers in application code(i.e. * - To use or not the peripherals drivers in application code(i.e.
* code will be based on direct access to peripherals registers * code will be based on direct access to peripherals registers
* rather than drivers API), this option is controlled by * rather than drivers API), this option is controlled by
* "#define USE_HAL_DRIVER" * "#define USE_HAL_DRIVER"
* *
@@ -20,7 +20,7 @@
HAL_RTC_MODULE_ENABLED define in stm32f3xx_hal_conf.h HAL_RTC_MODULE_ENABLED define in stm32f3xx_hal_conf.h
[..] [..]
(@) HAL RTC alarm and HAL RTC wakeup drivers cant be used with low power modes: (@) HAL RTC alarm and HAL RTC wakeup drivers can’t be used with low power modes:
The wake up capability of the RTC may be intrusive in case of prior low power mode The wake up capability of the RTC may be intrusive in case of prior low power mode
configuration requiring different wake up sources. configuration requiring different wake up sources.
Application/Example behavior is no more guaranteed Application/Example behavior is no more guaranteed
@@ -21,7 +21,7 @@
HAL_RTC_MODULE_ENABLED define in stm32f3xx_hal_conf.h HAL_RTC_MODULE_ENABLED define in stm32f3xx_hal_conf.h
[..] [..]
(@) HAL RTC alarm and HAL RTC wakeup drivers cant be used with low power modes: (@) HAL RTC alarm and HAL RTC wakeup drivers can’t be used with low power modes:
The wake up capability of the RTC may be intrusive in case of prior low power mode The wake up capability of the RTC may be intrusive in case of prior low power mode
configuration requiring different wake up sources. configuration requiring different wake up sources.
Application/Example behavior is no more guaranteed Application/Example behavior is no more guaranteed
@@ -40,7 +40,7 @@
(++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock (++) max time (mS) = 1000 * (Counter - 0x40) / WWDG clock
(+) Typical values: (+) Typical values:
(++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler: (++) Counter min (T[5;0] = 0x00) at 36MHz (PCLK1) with zero prescaler:
max timeout before reset: approximately 113.78µs max timeout before reset: approximately 113.78µs
(++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler (++) Counter max (T[5;0] = 0x3F) at 36MHz (PCLK1) with prescaler
dividing by 8: dividing by 8:
max timeout before reset: approximately 58.25ms max timeout before reset: approximately 58.25ms
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2006-2018, RT-Thread Development Team * Copyright (c) 2006-2021, RT-Thread Development Team
* *
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *