refactor(hw_timer): Refactor hw_timer driver for esp8266 idf

This commit is contained in:
XiongYu
2018-08-08 11:12:07 +08:00
parent e8a5a0fbd7
commit 2329a7cf73
9 changed files with 675 additions and 1 deletions

View File

@ -1,4 +1,6 @@
PROVIDE ( GPIO = 0x60000300);
PROVIDE ( uart0 = 0x60000000 );
PROVIDE ( uart1 = 0x60000f00 );
PROVIDE ( uart1 = 0x60000f00 );
PROVIDE ( frc1 = 0x60000600 );