Nut/OS Examples

From Nutwiki
Jump to: navigation, search

Quick Start

AVR-CPU based

ARM-CPU based

For Ethernut 5 you should check this page.

Basic

Hardware Control

Periphery

Filesystem

Network

Cryptography

Lua Scripts

Debugging

Programmable Logic

Distributed Application Samples

Several sample applications are included in Nut/OS distributions. Care has been taken, that they compile and link to executable binaries on all supported boards. However, not all functions may be available on all targets. In worst case a sample may simply print out an error message on the console.

Portability

Nut/OS supports several different targets. Typically application development will start for a specific platform, but it is a good idea to keep your code as portable as possible. This will give you the freedom to move to another hardware with minimal effort.

Optimizing