Commit Graph

12 Commits

Author SHA1 Message Date
Mario Hüttel e33c48618b Fix style in xml.c 2023-01-06 20:07:52 +01:00
Mario Hüttel c41214fc75 Finish import/export functionality 2023-01-06 18:43:47 +01:00
Mario Hüttel aa15e1a541 Read section name from XML 2023-01-06 17:32:51 +01:00
Mario Hüttel 1d5219cc18 Add print_warn() macro and the --use-vma option 2023-01-06 16:28:44 +01:00
Mario Hüttel 1528700d31 Add reading of LMA 2023-01-06 16:17:55 +01:00
Mario Hüttel 0df385e4e7 Add LMA to handling of XML and debug output. LMA notr yet correclty calculated and is always equal to VMA 2023-01-06 15:12:45 +01:00
Mario Hüttel 2c50964581 Add preliminary code to read CRCs from XML. CRC value still missing 2023-01-04 21:42:12 +01:00
Mario Hüttel fda6e92615 Successfully import CRC config data 2023-01-04 19:54:27 +01:00
Mario Hüttel b3827b25c6 Add --xsd option to print out the used XSD 2023-01-04 14:47:19 +01:00
Mario Hüttel 3bd46d888d Improve XSD and XML format 2023-01-04 14:35:34 +01:00
Mario Hüttel ea81d0a8fd XML Export / Import Progress:
* Exporter finished
* Imported started. Currently reading in nodes and printing them.
* Add XSD file for automatic validation. Working.

TODO:
* Correcly handle main logic of import export
* Finish importer
2023-01-03 23:08:29 +01:00
Mario Hüttel 681a66e127 Start XML export functiionality 2022-12-17 19:15:45 +01:00