Skip to content

Commit

Permalink
[bsp][stm32][unite] input format by bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Jul 12, 2019
1 parent 6849115 commit fdcff15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bsp/stm32/libraries/HAL_Drivers/Kconfig.crypto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ config BSP_USING_CRC
bool "Enable CRC (CRC-32 0x04C11DB7 Polynomial)"
select RT_USING_HWCRYPTO
select RT_HWCRYPTO_USING_CRC
# "Crypto device frame dose not support above 8-bits granularity"
# "Reserve progress, running well, about 32-bits granularity"
depends on (SOC_SERIES_STM32L4 || SOC_SERIES_STM32F0 || SOC_SERIES_STM32F7 || SOC_SERIES_STM32H7)
default n

config BSP_USING_RNG
Expand Down

0 comments on commit fdcff15

Please sign in to comment.