Source Code Download
Quick Links
Developing Applications on the CoAction Hero
To create embedded applications, you need:
- CoActionOS Compiler
- CoActionOS Link
- Eclipse CDT (or your IDE of choice)
Getting under the Hood
CoActionOS consists of the following source packages (download):
- CoActionOS Board Support Package (BSP--such as for the CoAction Hero)
- Change CPU Speed
- Change/Modify available drivers and file systems
- Change default standard IO device
- CoActionOS (links to BSP to create binary image)
- Change max number of tasks
- Modify internal workings of OS
- Port to a new chip
- Change default stack sizes
- CoActionOS Bootloader
- CoActionOS Applib
Developing Desktop Applications
To develop desktop applications, you will need a desktop compiler, Qt, and the CoActionOS Qt-SDK.
- Windows Compiler: MinGW
- Mac Compiler: install XCode from App Store
- Qt
- CoActionOS Qt-SDK
