crypto accelerator support on esp32s3

SHA: passing unit tests
RSA: pass tests
AES: tests passing
This commit is contained in:
Marius Vikhammer
2020-08-19 14:39:12 +08:00
committed by morris
parent cc66334014
commit bff0016eb8
11 changed files with 2831 additions and 6 deletions

View File

@@ -29,5 +29,6 @@ PROVIDE ( I2C1 = 0x60027000 );
PROVIDE ( GPSPI4 = 0x60037000 );
PROVIDE ( GDMA = 0x6003F000 );
PROVIDE ( UART2 = 0x60010000 );
PROVIDE ( DMA = 0x6003F000 );
PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );