Skip to content

Commit

Permalink
[ci skip] Fix broken docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Jun 15, 2023
1 parent 9f7bda4 commit 8e39fe1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class WithBootROM(address: BigInt = 0x10000, size: Int = 0x10000, hang: BigInt =
))
})

// DOC include start: gpio config fragment
/**
* Config fragment for adding a GPIO peripheral device to the SoC
*
Expand All @@ -49,6 +50,7 @@ class WithGPIO(address: BigInt = 0x10010000, width: Int = 4) extends Config ((si
case PeripheryGPIOKey => up(PeripheryGPIOKey) ++ Seq(
GPIOParams(address = address, width = width, includeIOF = false))
})
// DOC include end: gpio config fragment

/**
* Config fragment for removing all UART peripheral devices from the SoC
Expand Down

0 comments on commit 8e39fe1

Please sign in to comment.