Archived
1
0
Commit Graph

4 Commits

Author SHA1 Message Date
Jacob Alexander
a056317203 Basic code for Simple/Normal macro processing
- Needs more testing
- Simple ResultMacros are called immediately instead of delaying
  (Normal macros need to be delayed)
- Removed old code that determined at runtime if a macro was Simple/Normal
  (Replaced with a lookup)
- Added some flash optimizations
2015-03-10 00:05:47 -07:00
Jacob Alexander
106e21441d Updating documentation. 2015-03-10 00:05:46 -07:00
Jacob Alexander
b4c1951b0d Adding initial work for SimpleMap style macros
- Differentiating between simple and complex macros
- Worst case requires more flash
- Best case will use a lot less RAM
- Requires update to kll compiler
2015-03-10 00:05:46 -07:00
Jacob Alexander
775e4eab8f Preparing for SimpleMap macro module
- Will use only flash memory (no ram usage for each layer or macro)
- Only supports combinations, no sequences.
2015-03-10 00:04:00 -07:00