microchip-pic-avr-tools / powersmart-dcld

MPLAB® PowerSmart™ SDK - Digital Control Library Designer Configuration Tool & Code Generator
https://microchip-pic-avr-tools.github.io/powersmart-dcld/
14 stars 4 forks source link

Add XML Support #10

Open areiter128 opened 4 years ago

areiter128 commented 4 years ago

For better support of MPLAB X embedded XML support is required allowing DCLD to directly read from and write to the configurations.xml and project.xml files used by MPLAB X. These files allow DCLD to read the recently selected dsPIC device type, which can be used to better tailor code generation options, as well as adding newly generated files to an existing MPLAB X project automatically.

areiter128 commented 4 years ago

MPLAB X Project Parsing has been added to release v0.9.7.100. Adding generated code files to a user-defined project is still pending (not scheduled yet)