Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a CHIP_ERROR table (#23131)
* Introduce a CHIP_ERROR table - Constantly looking-up the code to find CHIP_ERROR values (especially the ones with embedded errors outside of 0x00.0xFF range) is painstaking. This PR: - Adds a script to generate a list of CHIP_ERROR errors codes in decimal and hex. - Generated the `docs/ERROR_CODES.md` file Testing done: - Audited the output visually - No functional change to SDK * Restyle
- Loading branch information