Other Parts Discussed in Thread: SYSCONFIG, MSPM0G3507
Tool/software:
We're running MSPM0 SDK 2.01.00.03 and would like to start a project using FreeRTOS and TI-Driver Library. We used a similarly named library on the CC1352 with TI-RTOS and SysConfig. This 4-month old thread says SysConfig is not supported, but the UART callback example's README (mspm0_sdk_2_01_00_03/examples/rtos/LP_MSPM0G3507/drivers/uart_callback/README.md) says "SysConfig allows developers to easily configure unused pins by selecting Board→Configure Unused Pins". The example also has source files called ti_drivers_config.c/h which it clearly uses.
Is SysConfig supported on the MSPM0Gxx platform? If not, how do we make use of TI-Driver Library without being able to auto-generate the necessary structs and macro definitions? Is there a recommendation for starting a project with FreeRTOS and using RTOS-safe drivers in general?