Platforms pcapp

From DiLab
Revision as of 23:10, 1 September 2010 by Leo (talk | contribs)
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.