mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-31 03:38:02 +08:00
i# This is a combination of 3 commits.
【修改】format
This commit is contained in:
@@ -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 peripheral’s drivers in application code(i.e.
|
* - To use or not the peripheral’s drivers in application code(i.e.
|
||||||
* code will be based on direct access to peripheral’s registers
|
* code will be based on direct access to peripheral’s 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"
|
||||||
*
|
*
|
||||||
|
|||||||
+1
-1
@@ -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 can’t 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
|
||||||
|
|||||||
+1
-1
@@ -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 can’t 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,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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user