Platforms pcapp

From DiLab
Jump to: navigation, search

"pcapp" is the platform for PC applications that are made to run on a PC host. The PC hardware is available to the applications in contrary to the "pc" platform where the most of it, such as USART, is simulated.

Compile example

make pcapp

Application execution example

Note that no upload is necessary. You can find the compiled executable in the build/pcapp/ directory, or run it as follows:

make pcapp run

Dependencies

You should have gcc compiler installed on your PC.

We have successfully compiled applications on Ubuntu and Mac systems. Some work has been done in Windows-Cygwin environment.