summaryrefslogtreecommitdiffstats
path: root/ucs2-interface
AgeCommit message (Collapse)AuthorFilesLines
2019-09-12unicens: support reproducible buildTobias Jahnke2-3/+4
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 Jahnke4-42/+108
- 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-12-14ucs2-interface: Fix trailing whitespacesTobias Jahnke3-10/+10
Bug-AGL: SPEC-1177 Cleanup files before applying changes. Change-Id: Iae7b0dec9409cf02315c9b6f51f4c5e9ae59e482 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-23Use PKG_CONFIG instead of FIND_LIBeel_4.99.3eel/4.99.34.99.3tkummermehr1-5/+2
Change-Id: Ic6298bec9ed2fbb8bac6beb9648cfc77eb07e727 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-23UcsXml component use libxml2 instead of libmxmltkummermehr2-1596/+1617
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-07Deliver network statusThorsten Kummermehr1-0/+9
2017-11-07Fix uninitialized warningThorsten Kummermehr1-2/+2
2017-11-07Deliver network statusThorsten Kummermehr1-14/+14
2017-11-07Deliver network connection labelThorsten Kummermehr1-1/+2
2017-11-07Change all UNICENS words to upper caseThorsten Kummermehr1-1/+1
2017-11-07Increased cmd queueThorsten Kummermehr1-1/+1
2017-11-07Change all UNICENS words to upper caseThorsten Kummermehr3-30/+28
2017-11-07Correct handling of empty nodesThorsten Kummermehr1-18/+19
2017-11-07Improve integer handlingThorsten Kummermehr1-2/+61
2017-11-07Improve general error handlingThorsten Kummermehr2-19/+56
2017-11-07Change all UNICENS words to upper caseThorsten Kummermehr4-7/+7
2017-11-07Add NULL termination of port listsThorsten Kummermehr1-1/+1
2017-11-07Fix wrong iteration over all portsThorsten Kummermehr1-1/+1
2017-10-12External mXML project library inclusionRomain Forlot1-6/+5
Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-08-23initialze muted, improved trace on i2c failureTobias Jahnke1-3/+5
2017-08-18removed volume APITobias Jahnke3-71/+2
2017-08-17test initial pushTobias Jahnke1-2/+0
2017-08-03adds node-availibility event and subscribe functionTobias Jahnke2-0/+12
2017-08-01adds async. result to i2c_writeTobias Jahnke1-1/+14
2017-08-01prepares asynchronous i2c_write resultTobias Jahnke3-2/+20
2017-08-01adds experimental i2cwrite commandTobias Jahnke1-1/+1
2017-07-26Implement handling of GPIO, I2C, RoutesThorsten Kummermehr4-17/+212
2017-07-25Fix non working switching of routesThorsten Kummermehr1-19/+4
2017-07-14Remove trailing white spacestkummermehr4-27/+27
2017-07-14Fixed segmentation fault on faulty XMLtkummermehr1-2/+3
2017-07-14Disarm assertions by setting -DNDEBUG flagtkummermehr1-0/+1
2017-07-14Merge branch 'master' into UCS_Interface_Cleanuptkummermehr5-1268/+2289
2017-07-13Added new features to ucs2-interface and cleaned up APItkummermehr4-158/+332
2017-07-13New XML Parser implementation, supports splitter and combinertkummermehr5-1268/+2289
2017-06-27Change marketing stuffRomain Forlot4-17/+17
unicens -> UNICENS MicroChip -> Microchip Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
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-28fixer le pb de build avec le compilo aarch64 (by Seb)Fulup Ar Foll1-9/+9
2017-05-26Initial CommitFulup Ar Foll7-0/+2352