Support for new devices
- From:
- Kelvin Lawson
- Date:
- 2010-02-23 @ 20:11
For those interested, I've included details below of new additions to the
Atomthreads RTOS since release v1.0.
I have added support for the STM8 microcontroller. This was developed and
proven on an STM8S-Discovery board, and uses the Cosmic compiler. All of the
code and documentation is in the Git repository, and you can view the README
at:
http://github.com/kelvinlawson/atomthreads/blob/master/ports/stm8/README
The AVR port now contains support for the ATmega2560/2561 devices with large
(>128KB) program space. I have also made a few other changes to improve
support for ATmega devices other than the ATmega16 which I used for initial
development. Any feedback, particularly from users of other ATmega devices,
would be gratefully received.
All of these changes are now up on Github:
http://github.com/kelvinlawson/atomthreads/
Kelvin