| LOG_USE_COLOR | Result |
|---|---|
| 0 | No color on RTT log messages |
| 1 | Color in RTT log, SysView is not parsing it |
| LOG_REDIRECT | Result |
|---|---|
| RTT_JLINK | RTT log via JLINK on serial |
| RTT_LUART | RTT log via RT1051 UART on serial |
| RTT_SYSTEMVIEW | RTT log via JLINK on SystemView |
| SYSTEM_VIEW_ENABLED | Result |
|---|---|
| 0 | SystemView not enabled and code not included |
| 1 | SystemView enabled and code included |
Enables logging normally disabled sensitive data
While it's not a perfect solution due to:
SYSTEMVIEW option to ONMuditaOS have a minimailstic system profiling tool, to enable set: SYSTEM_PROFILE to ON
System Profile data is being sent via msgpack on RTT. To decode it and see:
Or change printer configuration in CPUStatistics.cpp to other than messagepack printer (i.e. logs)
To use direct current polling and have it in logs set CURRENT_MEASUREMENT to ON
you can plot this with plot_current_measurement.py
To test if USB-CDC works you can set USB-CDC echo with USBCDC_ECHO
ENABLE_USB_MTP enables USB-MTP protocol, default ONMUDITA_USB_ID default ONFollowing configurations are for: lwext4 - third party ext4 library
LWEXT4_DEBUG_PRINTF default ONLWEXT4_DEBUG_ASSERT default OFFLWEXT4_CACHE_SIZE default set to 256WITH_DEVELOPMENT_FEATURES enables all system development features, which are:
DEVELOPER_SETTINGS_OPTIONS_DEFAULTENABLE_DEVELOPER_MODE_ENDPOINT_DEFAULTLOG_SENSITIVE_DATA_ENABLED
default: OFFASSETS_TYPE default ProprietarySetting to Community disables the download of proprietary files which are unaccessable for the community
and disables tests basing on those files