Atmel AVR ve RTOS

Başlatan Erol YILMAZ, 28 Aralık 2009, 14:46:29

Erol YILMAZ

Atmel AVR serisi için çok fazla sayıda RTOS uygulaması yapılmış durumda,
hatta uC/OS ii dahi PORT edilmiş durumda.

RTOS for AVR part one.
http://www.blogcatalog.com/search.frame.php?term=avr+rtos&id=db932606365b20d6d974e1e983e06638

RTOS for AVR part two
http://www.blogcatalog.com/search.frame.php?term=avr+rtos&id=9ccc215462535d877f43190a6ae5c78d


FEMTO-OS çok güzel dökümante edilmiş bir RTOS
http://www.femtoos.org/

Alıntı YapThe Femto OS is a very concise portable real time - preemptive operating system (RTOS) for embedded microcontrollers with minimal ram and flash, say 2KB .. 16KB flash and 128 .. 1024 bytes ram. The main target is the Atmel AVR architecture, such as the ATtiny or smaller ATmega series. The OS runs well on larger hardware also. The system is written in C with a separate port file. Porting has been done for 44 AVR devices.

hasaney

FEMTO OS çok işime yarayacak. Bayadan beri açık kaynak kodlu RTOS arıyordum. FPGA kullanarak kendi yapacağım bir mimari üzerinde RTOS çalışmaları yapmak istiyorum. Öncesinde bu kaynak kodları incelemek iyi olur.