-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bsp][stm32][prefect] crypto configure and solve a problem
- Loading branch information
Ernest
committed
Jul 12, 2019
1 parent
189b2a2
commit bb22724
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
|
||
config BSP_USING_CRC | ||
bool "Enable CRC (CRC-32 0x04C11DB7 polynomial)" | ||
bool "Enable CRC (CRC-32 0x04C11DB7 Polynomial)" | ||
select RT_USING_HWCRYPTO | ||
select RT_HWCRYPTO_USING_CRC | ||
default n | ||
|
||
config BSP_USING_RNG | ||
bool "Enable RNG" | ||
bool "Enable RNG (Random Number Generator)" | ||
select RT_USING_HWCRYPTO | ||
select RT_HWCRYPTO_USING_RNG | ||
depends on (SOC_SERIES_STM32L4 || SOC_SERIES_STM32F4 || SOC_SERIES_STM32F7 || \ | ||
SOC_SERIES_STM32H7) | ||
default n | ||
|
||
config BSP_USING_UDID | ||
bool "Enable unique device identifier" | ||
bool "Enable UDID (Unique Device Identifier)" | ||
select RT_USING_HWCRYPTO | ||
default n | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters