aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-interface/ucs-xml/UcsXml.c
AgeCommit message (Collapse)AuthorFilesLines
2019-09-12unicens: support reproducible buildTobias Jahnke1-2/+2
Changed usage of __FILE__ macro to not print absolut paths in warning and error messages Bug-AGL: SPEC-2802 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: I3755e96cb23f8c782ea00f4b4fdc7df7d08972d7
2018-05-15agl-service-unicens: robustess measure for tx msgTobias Jahnke1-11/+38
- implement asynchronous message transmission via queue - set message buffer to 512 bytes payload consistently - xml parsing robustness improvement - fix error 7 caused by unnecessary gpio port initialization Bug-AGL: SPEC-1177 Change-Id: I8f494288d03d60d7a0a147f0e25ceb3665731782 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-23UcsXml component use libxml2 instead of libmxmltkummermehr1-1592/+1612
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-07Correct handling of empty nodesThorsten Kummermehr1-18/+19
2017-11-07Improve integer handlingThorsten Kummermehr1-2/+61
2017-11-07Improve general error handlingThorsten Kummermehr1-6/+42
2017-11-07Change all UNICENS words to upper caseThorsten Kummermehr1-1/+1
2017-11-07Add NULL termination of port listsThorsten Kummermehr1-1/+1
2017-11-07Fix wrong iteration over all portsThorsten Kummermehr1-1/+1
2017-07-26Implement handling of GPIO, I2C, RoutesThorsten Kummermehr1-4/+3
2017-07-25Fix non working switching of routesThorsten Kummermehr1-19/+4
2017-07-14Remove trailing white spacestkummermehr1-22/+22
2017-07-14Fixed segmentation fault on faulty XMLtkummermehr1-2/+3
2017-07-13New XML Parser implementation, supports splitter and combinertkummermehr1-1174/+1511
2017-06-06fix uninitialized variable vRonan Le Martret1-1/+1
fix: -Werror=maybe-uninitialized Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-05-26Initial CommitFulup Ar Foll1-0/+1174