The starterware included with sysbios_ind_sdk_2.1.1.2 contains a pinmux.c file with the same format as the pinmux tool output. Is there a source file for this to use with the pinmux tool?
I would like to customize the pinmux allocations using this SDK, but I would like to have a fully-populated starting point to save myself time matching the output to input. I cannot find any such file on the TI wiki or website.
I did notice a forum post describing issues with the PR1 MII0, but I should be able to work around that discrepancy by merging the output with the existing file.
As a secondary question, what is the suggested solution for inserting custom pinmux assignments in this version of the SDK? The simplest solution (barring recompiling the board library) is to change the pPinmuxData pointer inside the boardData_t structure once I get access at the start of my program, but that seems a bit hackish to me.