Search Results

3
votes

What operating systems available for an 8-bit microprocessor?

I believe Contiki will work. Adam Dunkels does some really cool stuff. It runs on a lot of platforms, including the Commadore 64. …
0
votes

Unit Testing C Code

I voted for CXXTest but can't edit the response. So'll I'll just add it here. One of the great features of CXXTest is it's support f …
2
votes

What operating systems available for an 8-bit microprocessor?

To those suggesting state machines in place of an OS because they have little overhead, you might want to check out Contiki. It is very small and free. It doesn't have a traditional thre …