Files
core/decoder/toolchain-armv7el.cmake
strawmanbobi 9b5fae523a IR decoder 1.5.1
1. fixed potential memory leak issue for ac frame parsing algorithm
2. changed decode API, embedded 'change_wind_direction' into ac_status (not compatible with lower versions)
3. changed CMakeLists.txt
2026-01-05 12:25:53 +08:00

4 lines
154 B
CMake
Executable File

set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armv7el)
set(CMAKE_C_COMPILER arm-linux-gnueabi-gcc)
set(CMAKE_CXX_COMPILER arm-linux-gnueabi-g++)