Skip to content

Fixed DSP headers generation as in Gena

Diego Barrientos requested to merge (removed):dbarrien/fix-dsp-headers into master

Corrected several issues with DSP headers generation as it was in Gena:

  • Fixed names with fields, enums, submaps.
  • Sorting enums by value.
  • Changed type int32_t to int (as it was in Gena).
  • Added submap offset to address calculation.
  • Changed generated headers to be C compatible.
  • Modified test files to be compatible with the previous modifications.

Merge request reports