b214a3358e
## TactilityC - Add `tt_lvgl_lock()` and `tt_lvgl_unlock()` - Add `tt_thread_set_affinity()` - Add support for STL symbols ## Other - Add `Thread::setAffinity()` - `GuiService`: replace `#define` with `constexpr` - Remove log storage and log app for now - Split up ELF symbols into more groups
11 lines
142 B
C
11 lines
142 B
C
#pragma once
|
|
|
|
#ifdef ESP_PLATFORM
|
|
#include "LogEsp.h"
|
|
#else
|
|
#include "LogSimulator.h"
|
|
#endif
|
|
|
|
#include "LogMessages.h"
|
|
#include "LogCommon.h"
|