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 Oct 12, 2022
1 parent 61330ee commit c46da7c
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 0 deletions.
Loading

0 comments on commit c46da7c

Please sign in to comment.