Files
tactility/build-tests/Tests/TactilityKernel/CTestTestfile.cmake
T
Ken Van Hoeylandt d3439f6f45 Fixes & memory optimizations (#540)
- Disable BlueTooth driver by default, to ensure it doesn't allocate memory
- Update BlueTooth settings app behaviour to make sure it starts/stops the devices
- Disable SPI RAM usage for ST7789 as it broke App Hub
- Reduce T-Display and T-Deck display buffers from 1/3rd to 1/10th of resolution
- Enabled dynamic buffers for MbedTLS to optimize memory
- TLS 1.3 did not work with dynamic buffers: downgrade to 1.2 for now
- WiFi is now enabled from the Boot app callback to the WiFi service, instead of the WiFi service start() function. This avoids a lockup when WiFi is started by the service while the Boot app is updating the WiFi settings.
2026-07-01 21:11:46 +02:00

9 lines
677 B
CMake

# CMake generated Testfile for
# Source directory: /home/ken/Projects/Tactility/Tests/TactilityKernel
# Build directory: /home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test([=[TactilityKernelTests]=] "/home/ken/Projects/Tactility/build-tests/Tests/TactilityKernel/TactilityKernelTests")
set_tests_properties([=[TactilityKernelTests]=] PROPERTIES _BACKTRACE_TRIPLES "/home/ken/Projects/Tactility/Tests/TactilityKernel/CMakeLists.txt;12;add_test;/home/ken/Projects/Tactility/Tests/TactilityKernel/CMakeLists.txt;0;")