Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-12 | unicens: support reproducible build | Tobias Jahnke | 2 | -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-15 | agl-service-unicens: robustess measure for tx msg | Tobias Jahnke | 4 | -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-14 | ucs2-interface: Fix trailing whitespaces | Tobias Jahnke | 3 | -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-23 | Use PKG_CONFIG instead of FIND_LIBeel_4.99.3eel/4.99.34.99.3 | tkummermehr | 1 | -5/+2 | |
Change-Id: Ic6298bec9ed2fbb8bac6beb9648cfc77eb07e727 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de> | |||||
2017-11-23 | UcsXml component use libxml2 instead of libmxml | tkummermehr | 2 | -1596/+1617 | |
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de> | |||||
2017-11-07 | Deliver network status | Thorsten Kummermehr | 1 | -0/+9 | |
2017-11-07 | Fix uninitialized warning | Thorsten Kummermehr | 1 | -2/+2 | |
2017-11-07 | Deliver network status | Thorsten Kummermehr | 1 | -14/+14 | |
2017-11-07 | Deliver network connection label | Thorsten Kummermehr | 1 | -1/+2 | |
2017-11-07 | Change all UNICENS words to upper case | Thorsten Kummermehr | 1 | -1/+1 | |
2017-11-07 | Increased cmd queue | Thorsten Kummermehr | 1 | -1/+1 | |
2017-11-07 | Change all UNICENS words to upper case | Thorsten Kummermehr | 3 | -30/+28 | |
2017-11-07 | Correct handling of empty nodes | Thorsten Kummermehr | 1 | -18/+19 | |
2017-11-07 | Improve integer handling | Thorsten Kummermehr | 1 | -2/+61 | |
2017-11-07 | Improve general error handling | Thorsten Kummermehr | 2 | -19/+56 | |
2017-11-07 | Change all UNICENS words to upper case | Thorsten Kummermehr | 4 | -7/+7 | |
2017-11-07 | Add NULL termination of port lists | Thorsten Kummermehr | 1 | -1/+1 | |
2017-11-07 | Fix wrong iteration over all ports | Thorsten Kummermehr | 1 | -1/+1 | |
2017-10-12 | External mXML project library inclusion | Romain Forlot | 1 | -6/+5 | |
Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-23 | initialze muted, improved trace on i2c failure | Tobias Jahnke | 1 | -3/+5 | |
2017-08-18 | removed volume API | Tobias Jahnke | 3 | -71/+2 | |
2017-08-17 | test initial push | Tobias Jahnke | 1 | -2/+0 | |
2017-08-03 | adds node-availibility event and subscribe function | Tobias Jahnke | 2 | -0/+12 | |
2017-08-01 | adds async. result to i2c_write | Tobias Jahnke | 1 | -1/+14 | |
2017-08-01 | prepares asynchronous i2c_write result | Tobias Jahnke | 3 | -2/+20 | |
2017-08-01 | adds experimental i2cwrite command | Tobias Jahnke | 1 | -1/+1 | |
2017-07-26 | Implement handling of GPIO, I2C, Routes | Thorsten Kummermehr | 4 | -17/+212 | |
2017-07-25 | Fix non working switching of routes | Thorsten Kummermehr | 1 | -19/+4 | |
2017-07-14 | Remove trailing white spaces | tkummermehr | 4 | -27/+27 | |
2017-07-14 | Fixed segmentation fault on faulty XML | tkummermehr | 1 | -2/+3 | |
2017-07-14 | Disarm assertions by setting -DNDEBUG flag | tkummermehr | 1 | -0/+1 | |
2017-07-14 | Merge branch 'master' into UCS_Interface_Cleanup | tkummermehr | 5 | -1268/+2289 | |
2017-07-13 | Added new features to ucs2-interface and cleaned up API | tkummermehr | 4 | -158/+332 | |
2017-07-13 | New XML Parser implementation, supports splitter and combiner | tkummermehr | 5 | -1268/+2289 | |
2017-06-27 | Change marketing stuff | Romain Forlot | 4 | -17/+17 | |
unicens -> UNICENS MicroChip -> Microchip Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-06-06 | fix uninitialized variable v | Ronan Le Martret | 1 | -1/+1 | |
fix: -Werror=maybe-uninitialized Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-05-28 | fixer le pb de build avec le compilo aarch64 (by Seb) | Fulup Ar Foll | 1 | -9/+9 | |
2017-05-26 | Initial Commit | Fulup Ar Foll | 7 | -0/+2352 | |