-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hello,
I wanted to get an idea of how the firmware works and ... the Makefile alone is other 1k lines.
I can’t find any model or documentation of the firmware. Maybe I’m looking at the wrong place, in which case I’d like to know where to look. But if it isn’t the case, I’d like to help.
Right now, it seems that few people have a very deep knowledge of the platform. I’m not sure how my help would be appreciated, but worst case I can always poke them with questions and write everything down inside the project wiki, trying to get an idea of what is happening at different levels of abstraction.
Later, I can pull out my researcher hat and offer a lot of ideas. My field of research is programming languages for embedded real-time systems, so you can guess that I’d want to write a (more or less) formal model of the system and offload as much as possible to a DSL compiler. But that might come in a second step.