| @@ -1,5 +1,5 @@ |
| 1 | 1 | <div style="font-size: 0.85em; color: #656d76; margin-bottom: 1em; padding: 0.5em; background: #f6f8fa; border-radius: 4px;"> |
| 2 | | -📄 Source: <a href="https://github.com/chipsalliance/i3c-core/blob/aae3424a8ecbd4edb7a60e23f76421de2d891712/doc/source/introduction.md" target="_blank">chipsalliance/i3c-core/doc/source/introduction.md</a> @ <code>aae3424</code> |
| 2 | +📄 Source: <a href="https://github.com/chipsalliance/i3c-core/blob/bb79ebd9b487c61cd1bea1aec2574ae4740f104d/doc/source/introduction.md" target="_blank">chipsalliance/i3c-core/doc/source/introduction.md</a> @ <code>bb79ebd</code> |
| 3 | 3 | </div> |
| 4 | 4 | |
| 5 | 5 | # Introduction |
| @@ -15,10 +15,12 @@ |
| 15 | 15 | * [overview](overview.md) - summarizes the main notions of the project |
| 16 | 16 | * [ccc](ccc.md) - provides an overview of the CCCs implemented by the core |
| 17 | 17 | * [phy](phy.md) - provides a description of the I3C PHY Layer logic |
| 18 | +* [error_handling](error_handling.md) - describes error detection, interrupt reporting, and recovery mechanisms |
| 19 | +* [firmware_guide](firmware_guide.md) - provides a firmware integration guide with bring-up flow and configuration requirements |
| 18 | 20 | * [dv](dv.md) - describes verification tooling and testplans |
| 19 | 21 | * [ext_cap](ext_cap.md) - provides a description of Target Transaction Interface |
| 20 | | -* [i3c_recovery_flow](i3c_recovery_flow.md) - describes the I3C-based Recovery mode workflow |
| 22 | +* [recovery_flow](recovery_flow.md) - describes the I3C-based Recovery mode workflow |
| 21 | 23 | * [axi_id_filtering](axi_id_filtering.md) - provides information about the AXI transactions filtering feature |
| 22 | 24 | * [axi_recovery_flow](axi_recovery_flow.md) - describes the alternative, optional, recovery flow where the recovery data is transferred to the core over the AXI bus |
| 23 | 25 | * [registers](registers.md) - provides auto-generated register descriptions |
| 24 | | -* [known_limitations](known_limitations.md) - provides information about known core limitaions in specific releases |
| 26 | +* [known_limitations](known_limitations.md) - provides information about known core limitations in specific releases |