-
Using multiple CPUs with BeRTOS
SMP with BeRTOS is possible, you just need to communicate data between processors; here is a possible solution. Continua → -
The beauty of multiproject
Some days ago I've put my hands on a fairly complex Visual Studio project, with a project for each different DLL. The build system simply compiled all the projects with one click. This reminds me that Bertos' build system supports something very similar. Continua → -
Using FAT and SD cards with BeRTOS
Recently someone noted in the mailing list that it's not clear (to say the least) how to use the FAT file system with BeRTOS. While I think you can figure it out if you're using SD cards, in this post I'll try to summarize what it's needed to use a different memory support. Continua →
