Logo
Explore Help
Sign In
TheArchive/mayhem-firmware
1
0
Fork 0
You've already forked mayhem-firmware
mirror of https://github.com/portapack-mayhem/mayhem-firmware.git synced 2025-05-17 00:08:19 +00:00
Code Issues Packages Projects Releases Wiki Activity
mayhem-firmware/firmware/standalone/CMakeLists.txt

12 lines
149 B
CMake
Raw Normal View History

fix cmake_minimum_required to 3.16 (#2499)
2025-01-26 16:26:02 +01:00
cmake_minimum_required(VERSION 3.16)
Version independent external apps (standalone apps) (#2145) This pull requests adds a new type of external app to the firmware: The standalone app. Pros: Will work after an upgrade. Size of image is only limited by shared heap size of M0 (application) (64kb total). Cons: No full access to all functions in the main firmware. One well defined (and versioned) API handles all communication. The Pacman app was converted to be the first the the new kind.
2024-05-12 14:55:11 +02:00
project(standalone_apps)
add_subdirectory(pacman)
add_custom_target(
standalone_apps
DEPENDS pacman_app
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 193ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API