-
-
Notifications
You must be signed in to change notification settings - Fork 344
Building and debugging EdgeTX
Risto edited this page Jan 1, 2023
·
8 revisions
Building EdgeTX
- Building radio firmware in a webbrowser with Gitpod
- Building EdgeTX on Windows 10 using Docker image
- Setting up build environment and building EdgeTX under Windows 10 x64 with MSYS2
- Setting up build environment and building EdgeTX under Ubuntu 20.04
Debugging EdgeTX
- Using Qt Creator IDE to build and debug EdgeTX (deprecated)
- In-Circuit-Debugging EdgeTX running on radio with Qt Creator (deprecated)
Getting started with Git
- Workflow for GitHub noobs
Building and debugging EdgeTX
- In a webbrowser with Gitpod
- Windows 10 (MSYS2)
- Docker with Windows 10
- Ubuntu in a WSL2 under Win10
- Ubuntu 20.04
- MacOS 10.15
- Qt Creator IDE
- In Circuit Debugging radio firmware
Modifications:
- Flysky Hall Sticks Mod
How to unbrick your radio with STM32CubeProgrammer
DMA mappings of radios:
- RadioMaster TX16S
- FlySky NV14
Interrupt usage of radios:
- RadioMaster TX16S
Deprecated:
- Windows 10 (Visual C++)