We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7757f commit bf89ef9Copy full SHA for bf89ef9
src/machine/board_wioterminal.go
@@ -174,7 +174,7 @@ const (
174
WIO_5S_DOWN = PD08
175
WIO_5S_PRESS = PD10
176
177
- // IRQ0
+ // IRQ0 : RTL8720D
178
IRQ0 = PC20
179
180
// BUZZER_CTR
@@ -315,7 +315,7 @@ const (
315
316
// RTL8720D Interfaces
317
RTL8720D_CHIP_PU = PA18
318
- RTL8720D_GPIO0 = PA19
+ RTL8720D_GPIO0 = PA19 // SYNC
319
320
// SWD
321
SWDCLK = PA30
@@ -358,6 +358,7 @@ var (
358
SERCOM: 2,
359
}
360
361
+ // RTL8720D
362
UART2 = UART{
363
Buffer: NewRingBuffer(),
364
Bus: sam.SERCOM1_USART_INT,
@@ -423,6 +424,7 @@ var (
423
424
SERCOM: 5,
425
426
427
428
SPI1 = SPI{
429
Bus: sam.SERCOM0_SPIM,
430
SERCOM: 0,
0 commit comments