Browsing the tag Portability
July 13, 2010
Recently I've been considering how useful it would be if the embedded systems world had something similar to Perl's CPAN: an open repository of software modules useful for embedded systems and portable across any RTOS. This was partly triggered by a thread on StackOverflow from someone who wanted to know why he couldn't find a ready-rolled device driver to interface his CPU with a peripheral device. Here… Continue reading
June 28, 2010
Atomthreads now contains support for Raisonance's STM8 compiler RCSTM8. We now support all three available STM8 compilers (Cosmic, IAR and Raisonance) so you can choose to use Atomthreads for a project safe in the knowledge that switching compilers will be pain-free.
The STM8 port contains largely common code with only a small number of conditionally-compiled sections to handle the differences between the compilers. For example functions… Continue reading