2018-10-18 19:14:44 +03:00
|
|
|
menu "Example Configuration"
|
|
|
|
|
|
2019-01-25 17:10:53 +01:00
|
|
|
config USE_CUSTOM_EVENT_ID
|
|
|
|
|
bool "Use custom SystemView event IDs"
|
|
|
|
|
default "n"
|
|
|
|
|
help
|
|
|
|
|
Use custom IDs for user events. If it is enabled, replace `SYSVIEW_FreeRTOS.txt` in SystemView
|
|
|
|
|
installation directory with the version from example's root directory.
|
|
|
|
|
|
2023-06-27 12:02:36 +04:00
|
|
|
By default SYSVIEW_EVTID_MARK_START/STOP are used for tracing purposes of the example.
|
2018-10-18 19:14:44 +03:00
|
|
|
|
|
|
|
|
endmenu
|