Changes to I3C Core Specification

Comparing version 2.1 to 2.0
+5 additions -3 deletions
@@ -1,5 +1,5 @@
11 <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>
33 </div>
44
55 # Introduction
@@ -15,10 +15,12 @@
1515 * [overview](overview.md) - summarizes the main notions of the project
1616 * [ccc](ccc.md) - provides an overview of the CCCs implemented by the core
1717 * [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
1820 * [dv](dv.md) - describes verification tooling and testplans
1921 * [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
2123 * [axi_id_filtering](axi_id_filtering.md) - provides information about the AXI transactions filtering feature
2224 * [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
2325 * [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