Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved generation of software DIPs data in ROM
Instead of emitting symbols for every software DIP defined, generate a single structure that holds all time, count and enum DIPs. This makes the compilation of DIP data more predictable and fixes issues with compilation with optimization enabled. Add new API functions to access the new DIP structure, and provide compatibility macros to support the old/deprecated way of accessing sotware DIPs. Closes #113
- Loading branch information