Logo
Explore Help
Register Sign In
pima/Trinity-DevPCB-V1.0
Watch 1
Star 0
Fork 0
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
Trinity-DevPCB-V1.0/Drivers/CMSIS/DSP/Source/StatisticsFunctions/CMakeLists.txt
T

17 lines
268 B
CMake
Raw Permalink Normal View History

Trinity Devboard PCB V1.0 Firmware. FreeRTOS is setup and the MCU reads IMU data over SPI fand Magnetometer data over I2C, each with a seperate task. Sensordata is then run though MadgwickAHRS and send over USB as serial packet data to use in trinity visualizer. Bare minimum functionality works and is replicated from the first prototype.
2026-09-13 19:51:03 +02:00
cmake_minimum_required (VERSION 3.6)
project(CMSISDSPStatistics)
file(GLOB SRC "./*_*.c")
add_library(CMSISDSPStatistics STATIC ${SRC})
configdsp(CMSISDSPStatistics ..)
### Includes
target_include_directories(CMSISDSPStatistics PUBLIC "${DSP}/../../Include")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.27.3 Page: 179ms Template: 4ms
Auto
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