Emulator (UNIX)
[Architectures]

Running Nut/OS Apps on a UNIX machine. More...

Collaboration diagram for Emulator (UNIX):

Modules

 Initialization
 

Starting Nut/OS.


 System Support
 

Hardware dependant functions used by Nut/OS.



Detailed Description

Running Nut/OS Apps on a UNIX machine.

Nut/OS can be compiled for a native unix target.

The following hardware is currently emulated: RTC and UART. A RTC clock is provided. All AVR UARTS are mapped to STDIO but this can configure at app start-up using command line paramters. Syntax:

MyNutOSAPP.unix [-u0 deviceName] [-u1 deviceName] [-u2 deviceName]

The unix emulation provides a third uart for debugging purposes as devDebug2, devUsart2 and devUsartAvr2)


© 2000-2010 by contributors - visit http://www.ethernut.de/