Skip to content

Commit

Permalink
Hack in meta data by abusing lookup table code. Saves looking it up f…
Browse files Browse the repository at this point in the history
…rom firmware headers every time.
  • Loading branch information
fredcooke committed Aug 25, 2014
1 parent bb63569 commit f24a4b5
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion core/freeems.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,35 @@
"title" : "CHT Transfer Table",
"size" : "1024",
"editable" : "false"
}
},
"0x3000" : { "title" : "Parent: SmallTablesA" },
"0x3002" : { "title" : "Parent: SmallTablesB" },
"0x9000" : { "title" : "Logging Settings" },
"0xA000" : { "title" : "Parent: Fixed Conf 1" },
"0xA001" : { "title" : "Parent: Fixed Conf 2" },
"0xC000" : { "title" : "Engine Settings" },
"0xC001" : { "title" : "Serial Settings" },
"0xC002" : { "title" : "Coarse BB Settings" },
"0xC003" : { "title" : "Scheduling Settings" },
"0xC004" : { "title" : "Cut & Limiter Settings" },
"0xC005" : { "title" : "Simple GPIO Settings" },
"0xC020" : { "title" : "Sensor Sources" },
"0xC021" : { "title" : "Sensor Presets" },
"0xC022" : { "title" : "Sensor Ranges" },
"0xC023" : { "title" : "Sensor Settings" },
"0xC024" : { "title" : "Algorithm Settings" },
"0xC025" : { "title" : "Input Ouput Settings" },
"0xC026" : { "title" : "Decoder Settings" },
"0xC100" : { "title" : "Ignore: User Text Field" },
"0xC101" : { "title" : "Ignore: User Text Field 2" },
"0xF000" : { "title" : "ADC Registers" },
"0xF001" : { "title" : "Core Vars" },
"0xF002" : { "title" : "Derived Vars" },
"0xF003" : { "title" : "Key User Debug Vars" },
"0xF004" : { "title" : "Counters" },
"0xF005" : { "title" : "Clocks" },
"0xF006" : { "title" : "Flaggables" },
"0xF007" : { "title" : "Flaggables2" }
},
"config" : {
"0xC003" : {
Expand Down

0 comments on commit f24a4b5

Please sign in to comment.