esp_timer: initial support on esp32-s3

This commit is contained in:
morris
2020-08-14 11:36:58 +08:00
parent 75a372a9f0
commit cc66334014
5 changed files with 53 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ PROVIDE ( LEDC = 0x60019000 );
PROVIDE ( MCP = 0x600c3000 );
PROVIDE ( TIMERG0 = 0x6001F000 );
PROVIDE ( TIMERG1 = 0x60020000 );
PROVIDE ( SYS_TIMER = 0x60023000 );
PROVIDE ( GPSPI2 = 0x60024000 );
PROVIDE ( GPSPI3 = 0x60025000 );
PROVIDE ( SYSCON = 0x60026000 );