Kconfig.projbuild 440 B

123456789101112
  1. menu "Example Configuration"
  2. config USE_CUSTOM_EVENT_ID
  3. bool "Use custom SystemView event IDs"
  4. default "n"
  5. help
  6. Use custom IDs for user events. If it is enabled, replace `SYSVIEW_FreeRTOS.txt` in SystemView
  7. installation directory with the version from example's root directory.
  8. By default SYSVIEW_EVTID_USER_START/STOP are used for tracing purposes of the example.
  9. endmenu