|
63 | 63 | #define SOC_SYSTIMER_SUPPORTED 1 // TODO: [ESP32H4] IDF-12375 IDF-12377 |
64 | 64 | // #define SOC_SUPPORT_COEXISTENCE 1 // TODO: [ESP32H4] IDF-12251 IDF-12252 IDF-12253 |
65 | 65 | // #define SOC_AES_SUPPORTED 0 // TODO: [ESP32H4] IDF-12266 |
66 | | -// #define SOC_MPI_SUPPORTED 0 |
67 | 66 | // #define SOC_SHA_SUPPORTED 1 // TODO: [ESP32H4] IDF-12263 |
68 | 67 | // #define SOC_HMAC_SUPPORTED 0 // TODO: [ESP32H4] IDF-12257 |
69 | | -// #define SOC_DIG_SIGN_SUPPORTED 0 // TODO: [ESP32H4] IDF-12443 |
70 | 68 | // #define SOC_ECC_SUPPORTED 1 // TODO: [ESP32H4] IDF-12264 |
71 | 69 | #define SOC_FLASH_ENC_SUPPORTED 1 // TODO: [ESP32H4] IDF-12261 |
72 | 70 | // #define SOC_SECURE_BOOT_SUPPORTED 1 // TODO: [ESP32H4] IDF-12262 |
|
176 | 174 | #define SOC_HP_CPU_HAS_MULTIPLE_CORES 1 // Convenience boolean macro used to determine if a target has multiple cores. |
177 | 175 | #define SOC_CPU_HAS_LOCKUP_RESET 1 |
178 | 176 |
|
179 | | -/*-------------------------- DIGITAL SIGNATURE CAPS ----------------------------------------*/ |
180 | | -/** The maximum length of a Digital Signature in bits. */ |
181 | | -// #define SOC_DS_SIGNATURE_MAX_BIT_LEN (3072) |
182 | | - |
183 | | -/** Initialization vector (IV) length for the RSA key parameter message digest (MD) in bytes. */ |
184 | | -// #define SOC_DS_KEY_PARAM_MD_IV_LENGTH (16) |
185 | | - |
186 | | -/** Maximum wait time for DS parameter decryption key. If overdue, then key error. |
187 | | - See TRM DS chapter for more details */ |
188 | | -// #define SOC_DS_KEY_CHECK_MAX_WAIT_US (1100) |
189 | | - |
190 | 177 | /*-------------------------- DMA Common CAPS ----------------------------------------*/ |
191 | 178 | #define SOC_DMA_CAN_ACCESS_FLASH 1 /*!< DMA can access Flash memory */ |
192 | 179 |
|
|
369 | 356 | // #define SOC_PARLIO_TX_UNIT_MAX_DATA_WIDTH 8 /*!< Number of data lines of the TX unit */ |
370 | 357 | // #define SOC_PARLIO_RX_UNIT_MAX_DATA_WIDTH 8 /*!< Number of data lines of the RX unit */ |
371 | 358 |
|
372 | | -/*--------------------------- MPI CAPS ---------------------------------------*/ |
373 | | -// #define SOC_MPI_MEM_BLOCKS_NUM (4) |
374 | | -// #define SOC_MPI_OPERATIONS_NUM (3) |
375 | | - |
376 | | -/*--------------------------- RSA CAPS ---------------------------------------*/ |
377 | | -// #define SOC_RSA_MAX_BIT_LEN (3072) |
378 | | - |
379 | 359 | /*--------------------------- SHA CAPS ---------------------------------------*/ |
380 | 360 |
|
381 | 361 | /* Max amount of bytes in a single DMA operation is 4095, |
|
0 commit comments