1. Buy the Hardware

Check out the Kickstarter Campaign!

Go

2. Get the Software

Free Binary/Source Downloads

Go

3. Start the Coding

Samples, Tutorials, and Docs

Go

Quick Links

Developing Applications on the CoAction Hero

To create embedded applications, you need:

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.