Skip to content

Commit bf89ef9

Browse files
committed
Add comment about RTL8720
1 parent 6f7757f commit bf89ef9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/machine/board_wioterminal.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const (
174174
WIO_5S_DOWN = PD08
175175
WIO_5S_PRESS = PD10
176176

177-
// IRQ0
177+
// IRQ0 : RTL8720D
178178
IRQ0 = PC20
179179

180180
// BUZZER_CTR
@@ -315,7 +315,7 @@ const (
315315

316316
// RTL8720D Interfaces
317317
RTL8720D_CHIP_PU = PA18
318-
RTL8720D_GPIO0 = PA19
318+
RTL8720D_GPIO0 = PA19 // SYNC
319319

320320
// SWD
321321
SWDCLK = PA30
@@ -358,6 +358,7 @@ var (
358358
SERCOM: 2,
359359
}
360360

361+
// RTL8720D
361362
UART2 = UART{
362363
Buffer: NewRingBuffer(),
363364
Bus: sam.SERCOM1_USART_INT,
@@ -423,6 +424,7 @@ var (
423424
SERCOM: 5,
424425
}
425426

427+
// RTL8720D
426428
SPI1 = SPI{
427429
Bus: sam.SERCOM0_SPIM,
428430
SERCOM: 0,

0 commit comments

Comments
 (0)