I'm looking for machine readable files that contain pin name, pin function and control bits needed for every of these functions for all msp430 micros. is there any up-to-date tool that contains at least a subset of this?
for instance in PIC land there is a MPLAB Code Configurator that allows users to create all the initialization code for pins, clocks, timers, serial comms etc from a GUI for some of their micros. this tool's backend would need exactly the files I'm looking for. I'm not familiar with CCS, but looking at it's installed files did not reveal anything useful. ccs_base/msp430/include_gcc/devices.csv is in the right direction, but unfortunately it's got nothing pin related.
extracting this information automatically from the device pdfs is not impossible, but it would be prone to parser errors.