-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathTODO.txt
More file actions
20 lines (14 loc) · 772 Bytes
/
TODO.txt
File metadata and controls
20 lines (14 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Fix up assembly header and/or code to be correct and possibly even work.
Fix constants regarding tick time and other hardware specific stuff.
Severely cut back on memory usage, migrating everything to flash temporarily
Modify comms to not use big buffers
Update location IDs to match reality
Modify flash write stuff to not use big buffer
Fix and modify various things commented out in order to get it to build and run:
all references to RPAGE
all references to tablesA-D
commented out calls to comms, fuel, vars stuff
Figure out a paging mechanism:
Probably just tune one thing at a time and burn it before tuning some other
thing. Use pointers to either point at flash or live RAM data if available.
Configure the ADC setup correctly, and assign to internal vars.