Difference between revisions of "Rad1o"

From Note to self
Jump to: navigation, search
(Created page with "= Links = * [https://github.com/rad1o/f1rmware Rad1o f1rmware] * [https://github.com/hansvi/f1rmware Branched it] = Firmware = == Written down thoughts == Looking at the f1rm...")
 
(Written down thoughts)
Line 7: Line 7:
 
Looking at the f1rmware of the rad1o, I must say that it is either poorly documented or I fail to find the documentation. I looked at the different apps, esp. rfapp, to see how to make one myself.
 
Looking at the f1rmware of the rad1o, I must say that it is either poorly documented or I fail to find the documentation. I looked at the different apps, esp. rfapp, to see how to make one myself.
  
There is a menu system that has an auto-generated part, in the form of the file main.gen. How it works is undocumented afaik.
+
There is a menu system that has an auto-generated part, in the form of the file main.gen. How it works is undocumented afaik, so I need to look at the implementation. (see the mkfirmware.pl section)
  
TBC
+
==mkfirmware.pl==
 +
This script parses source code to extract init, tick and menu entries.

Revision as of 18:16, 6 September 2015

Links

Firmware

Written down thoughts

Looking at the f1rmware of the rad1o, I must say that it is either poorly documented or I fail to find the documentation. I looked at the different apps, esp. rfapp, to see how to make one myself.

There is a menu system that has an auto-generated part, in the form of the file main.gen. How it works is undocumented afaik, so I need to look at the implementation. (see the mkfirmware.pl section)

mkfirmware.pl

This script parses source code to extract init, tick and menu entries.