You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Searching for error codes in mbed-os source tree. \n
489
-
* If you get an error report as below which you want to search for mbed-os source tree first take note of "Error Code" number. \n
520
+
* **Searching for error codes in mbed-os source tree:** \n
521
+
* If you get an error report as below which you want to search for in mbed-os source tree, first take note of "Error Code" number. \n
490
522
* For example, the below error report has an error code of \b 259. Find the error name associated with the error code and in this case its \b INVALID_FORMAT. \n
491
523
* Use that error name(\b INVALID_FORMAT) to search the source tree for code locations setting that specific error code. \n
492
-
\verbatim
524
+
* If the Error Entity reported is not 255(which indicates unknown entity), you can also use that to narrow down to the specific component reporting the error.
525
+
* See MbedEntityType enum above for entity mapping. \n
0 commit comments