mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Small PICO_CONFIG tweak (#2456)
This commit is contained in:
parent
25789c433f
commit
0779dfe3eb
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ int mbedtls_hardware_poll(void *data __unused, unsigned char *output, size_t len
|
|||
#error SHA256 hardware acceleration not supported
|
||||
#endif
|
||||
|
||||
// PICO_CONFIG: PICO_MBEDTLS_SHA256_ALT_USE_DMA, Whether to use DMA for writing to hardware for the mbedtls SHA-256 hardware acceleration, type=int, default=1, group=pico_mbedtls
|
||||
// PICO_CONFIG: PICO_MBEDTLS_SHA256_ALT_USE_DMA, Whether to use DMA for writing to hardware for the mbedtls SHA-256 hardware acceleration, type=bool, default=1, group=pico_mbedtls
|
||||
#ifndef PICO_MBEDTLS_SHA256_ALT_USE_DMA
|
||||
#define PICO_MBEDTLS_SHA256_ALT_USE_DMA 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue