Skip to content

Commit

Permalink
Introduce a CHIP_ERROR table (#23131)
Browse files Browse the repository at this point in the history
* 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
tcarmelveilleux authored and pull[bot] committed Jul 21, 2023
1 parent 1daca60 commit 1356280
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 0 deletions.
Loading

0 comments on commit 1356280

Please sign in to comment.