Add data memory for RMT peripheral

This commit is contained in:
Jeroen Domburg
2016-10-08 13:15:06 +08:00
parent 7bdcafe553
commit 5cd3bd5c4b
2 changed files with 19 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ PROVIDE ( UART1 = 0x3ff50000 );
PROVIDE ( I2C0 = 0x3ff53000 );
PROVIDE ( UHCI0 = 0x3ff54000 );
PROVIDE ( RMT = 0x3ff56000 );
PROVIDE ( RMTMEM = 0x3ff56800 );
PROVIDE ( PCNT = 0x3ff57000 );
PROVIDE ( LEDC = 0x3ff59000 );
PROVIDE ( TIMERG0 = 0x3ff5F000 );