]> granicus.if.org Git - esp-idf/commit
Make it easier to look up error messages
authorRoland Dobai <dobai.roland@gmail.com>
Thu, 1 Feb 2018 12:14:47 +0000 (13:14 +0100)
committerRoland Dobai <dobai.roland@gmail.com>
Thu, 15 Feb 2018 13:19:03 +0000 (14:19 +0100)
commit4322e31c983b97053ab03722fb1cca672ca9eec5
tree3528415e335672fd2a2a9e3055d095fff696530e
parentc3bec5b103888217d53527924e5185d49f9636ea
Make it easier to look up error messages

tools/gen_esp_err_to_name.py generates
components/esp32/esp_err_to_name.c for lookup of the error codes from
all of the IDF project and easily identify all codes in one place
.gitlab-ci.yml
components/esp32/esp_err_to_name.c [new file with mode: 0644]
components/esp32/esp_err_to_name.c.in [new file with mode: 0644]
components/esp32/include/esp_err.h
tools/gen_esp_err_to_name.py [new file with mode: 0755]