<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=EmbeddedOsLinks</id>
		<title>EmbeddedOsLinks - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.ethernut.de/nutwiki/index.php?action=history&amp;feed=atom&amp;title=EmbeddedOsLinks"/>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=EmbeddedOsLinks&amp;action=history"/>
		<updated>2026-04-28T22:50:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=EmbeddedOsLinks&amp;diff=82&amp;oldid=prev</id>
		<title>Harald: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=EmbeddedOsLinks&amp;diff=82&amp;oldid=prev"/>
				<updated>2016-10-27T16:02:54Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 16:02, 27 October 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	<entry>
		<id>http://www.ethernut.de/nutwiki/index.php?title=EmbeddedOsLinks&amp;diff=81&amp;oldid=prev</id>
		<title>Harald: Added IP libraries and code for tiny systems</title>
		<link rel="alternate" type="text/html" href="http://www.ethernut.de/nutwiki/index.php?title=EmbeddedOsLinks&amp;diff=81&amp;oldid=prev"/>
				<updated>2009-04-04T19:37:57Z</updated>
		
		<summary type="html">&lt;p&gt;Added IP libraries and code for tiny systems&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Tiny Operating Systems ==&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/avr-rtos/ avr-rtos]&amp;lt;br&amp;gt;&lt;br /&gt;
A Real-Time Operating System kernel for the Atmel AVR microcontroller, incorporating tasks, memory management, semaphores, queues, and other features. New project at ~SourceForge, but nothing published yet.&lt;br /&gt;
&lt;br /&gt;
[http://www.barello.net/avrx/ AvrX]&amp;lt;br&amp;gt;&lt;br /&gt;
Real Time Multitasking Kernel for the Atmel AVR.&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.unibo.it/~lanconel/mthreads.asm.html AVR Mini Threads]&amp;lt;br&amp;gt;&lt;br /&gt;
A nanoKernel for the AVR AT90S1200.&lt;br /&gt;
&lt;br /&gt;
[http://www.bertos.org/ BeRTOS]&amp;lt;br /&amp;gt;&lt;br /&gt;
BeRTOS is a completely free, open source, real time operating system (RTOS) suitable for embedded platforms. Runs on many microprocessors and microcontrollers, ranging from 8 bits to 32 bits CPUs and even PCs.&lt;br /&gt;
&lt;br /&gt;
[http://chibios.sourceforge.net/ ChibiOS/RT]&amp;lt;br /&amp;gt;&lt;br /&gt;
ChibiOS/RT is designed for deeply embedded real time applications where execution efficiency and tiny code size are desiderable features. The system is implemented as a library to be linked with the application code, the OS and the application code together form the image to be loaded on the target device.&lt;br /&gt;
&lt;br /&gt;
[http://www.sics.se/~adam/contiki/ Contiki]&amp;lt;br&amp;gt;&lt;br /&gt;
An Open Source, highly portable, networked, multi-tasking operating system for memory-constrained systems. There are ports for MSP430, Atari ST, AVR, Commodore C64, Casio ~PocketViewer, Game Boy, Game Boy Advance, GP32, VIC 20, Apple II, CBM PET and, and, and.&lt;br /&gt;
&lt;br /&gt;
[http://www.freertos.org/ FreeRTOS]&amp;lt;br&amp;gt;&lt;br /&gt;
A portable, Open Source Real Time Kernel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://nuttx.sourceforge.net/ NuttX RTOS]&amp;lt;br /&amp;gt;&lt;br /&gt;
Usable in all but the tightest micro-controller environments, The focus is on the tiny-to-small, deeply embedded environment. &lt;br /&gt;
&lt;br /&gt;
[http://www.phoenix-rtos.org/ Phoenix-RTOS]&amp;lt;br /&amp;gt;&lt;br /&gt;
Phoenix-RTOS is the realtime operating system intended for embedded systems. The main goal of the project is to develop free and portable realtime operating system for common hardware platforms like single board computers and system on chips. &lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/projects/picoos/ picoOS]&amp;lt;br&amp;gt;&lt;br /&gt;
A highly configurable and very fast real time operating system (RTOS). It targets a wide range of architectures, from very small 8 bit processors and microcontrollers up to very huge platforms. Ports are available for ARM, AVR, PPC, 6502 and 8086.&lt;br /&gt;
&lt;br /&gt;
[http://www.tinyos.net/ TinyOS]&lt;br /&gt;
An Open Source operating system designed for wireless embedded sensor networks.&lt;br /&gt;
&lt;br /&gt;
[http://www.shift-right.com/xmk/ XMK]&lt;br /&gt;
The eXtreme Minimal Kernel was designed from the ground up to be very small with respect to ROM, RAM and CPU processing resources. The original targeted platforms were 8bit microcontrollers with only 4K to 8K of ROM and 512 bytes of RAM.&lt;br /&gt;
&lt;br /&gt;
== Tiny TCP/IP Stacks ==&lt;br /&gt;
&lt;br /&gt;
[http://savannah.nongnu.org/projects/lwip/ lwIP]&amp;lt;br&amp;gt;&lt;br /&gt;
A small independent implementation of the TCP/IP protocol suite.  Originally created by Adam Dunkels, it is now actively developed by a team of developers headed by Leon Woestenberg.&lt;br /&gt;
&lt;br /&gt;
[http://www.sm.luth.se/~conny/nat/ NAT for lwIP]&amp;lt;br&amp;gt;&lt;br /&gt;
BSD-licensed minimal NAT implementation for lwIP.&lt;br /&gt;
&lt;br /&gt;
[http://www.sics.se/~adam/uip/ uIP]&amp;lt;br&amp;gt;&lt;br /&gt;
An Open Source TCP/IP stack, which provides TCP/IP connectivity to tiny embedded 8-bit microcontrollers.&lt;br /&gt;
&lt;br /&gt;
== IP libraries and code for tiny systems ==&lt;br /&gt;
&lt;br /&gt;
[http://www.eterna.com.au/bozohttpd/ the bozotic HTTP server]&amp;lt;br /&amp;gt;&lt;br /&gt;
bozohttpd is a small and secure http version 1.1 server. its main feature is the lack of features, reducing the code size and improving verifiability. &lt;br /&gt;
&lt;br /&gt;
[http://code.google.com/p/mongoose/ mongoose]&amp;lt;br /&amp;gt;&lt;br /&gt;
Easy to use web server for Windows and UNIX. Mongoose provides simple and clean API for embedding it into existing programs. Targeting Web application developers, embedded system developers, and people who need to setup file sharing quickly.&lt;br /&gt;
&lt;br /&gt;
== Systems based on Nut/OS ==&lt;br /&gt;
[http://www.btnode.ethz.ch/support/btnut_api/ BTnut]&amp;lt;br&amp;gt;&lt;br /&gt;
BTnut is the operating system used for the [http://www.btnode.ethz.ch/ BTNodes] autonomous wireless communication and computing platform. BTnut is based on Nut/OS and provides a basic Bluetooth Stack (HCI, L2CAP, RFCOMM) together with support for multi-hop networking over Bluetooth Scatter Networks. The Bluetooth Stack can be used by other projects freely (BSD-License).&lt;/div&gt;</summary>
		<author><name>Harald</name></author>	</entry>

	</feed>