mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
## 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
6 lines
98 B
C
6 lines
98 B
C
#pragma once
|
|
|
|
#include <private/elf_symbol.h>
|
|
|
|
extern const esp_elfsym esp_http_client_symbols[];
|