Kelvin's Thunderstorm

Embedded geekery and similar pursuits

Browsing the tag Atomthreads

I have just completed a port of the Atomthreads RTOS to the STM8 microcontroller. Anyone interested in running an RTOS on the STM8 can download the source code from http://atomthreads.com. This has to be one of the easiest architectures I've ever ported an RTOS to. There are only six CPU registers and only three of these are general purpose registers for compiler use. Continue reading
Tagged with , , , ,
Last week I released Atomthreads, a free RTOS for embedded systems. This project grew from a task scheduler I created some time ago and subsequently extended with semaphore, mutex, queue and timer modules. The result was a lightweight and portable set of kernel sources which can be dropped in to any embedded systems project to add a thread scheduler. It has been useful to me so I decided to open source it in case it proves useful to anyone else. Continue reading
Tagged with , ,