Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-07 | Merge pull request #21 from tkummermehr/EnhanceXmlParser | 10 | -189/+719 | ||
Merge with current development (UNICENSd) | |||||
2017-11-07 | Remove non needed mics from config. Enhance XML schema | 2 | -91/+512 | ||
2017-11-07 | Deliver network status | 1 | -0/+9 | ||
2017-11-07 | Fix uninitialized warning | 1 | -2/+2 | ||
2017-11-07 | Deliver network status | 2 | -14/+18 | ||
2017-11-07 | Deliver network connection label | 2 | -2/+3 | ||
2017-11-07 | Change all UNICENS words to upper case | 1 | -1/+1 | ||
2017-11-07 | Increased cmd queue | 1 | -1/+1 | ||
2017-11-07 | Change all UNICENS words to upper case | 3 | -30/+28 | ||
2017-11-07 | Correct handling of empty nodes | 1 | -18/+19 | ||
2017-11-07 | Improve integer handling | 1 | -2/+61 | ||
2017-11-07 | Improve general error handling | 2 | -19/+56 | ||
2017-11-07 | Change all UNICENS words to upper case | 4 | -7/+7 | ||
2017-11-07 | Add NULL termination of port lists | 1 | -1/+1 | ||
2017-11-07 | Fix wrong iteration over all ports | 1 | -1/+1 | ||
2017-10-12 | External mXML project library inclusion | 10 | -46/+99 | ||
Change-Id: I7ed0a21f3aa79cc007ff224eec66a048f53ba98f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-23 | initialze muted, improved trace on i2c failure | 4 | -4/+23 | ||
2017-08-18 | updates nbproject | 1 | -208/+65 | ||
2017-08-18 | removed volume API | 20 | -1211/+57 | ||
2017-08-17 | updated app-templates | 1 | -0/+0 | ||
2017-08-17 | test initial push | 1 | -2/+0 | ||
2017-08-14 | Merge pull request #19 from tjahnk/fix_listconfig | 2 | -4/+1 | ||
fixes missing assignment in API 'listconfig' and removes unnecessary project configuration | |||||
2017-08-14 | fixes missing assignment in API 'listconfig' and removes unnecessary project ↵ | 2 | -4/+1 | ||
configuration | |||||
2017-08-03 | Merge pull request #18 from tjahnk/basic_events | 8 | -52/+118 | ||
Introduced basic event handling, adds subscribe function and node-availability event | |||||
2017-08-03 | adds node-availibility event and subscribe function | 7 | -50/+116 | ||
2017-08-03 | updated paths to match new output directory | 1 | -2/+2 | ||
2017-08-02 | Merge pull request #17 from tjahnk/i2cwrite_cleanup | 4 | -71/+58 | ||
cleanup of API i2cwrite | |||||
2017-08-02 | cleanup of API i2cwrite | 4 | -71/+58 | ||
2017-08-01 | adds some nbproject modifications | 1 | -209/+325 | ||
2017-08-01 | adds async. result to i2c_write | 2 | -16/+44 | ||
2017-08-01 | prepares asynchronous i2c_write result | 4 | -3/+46 | ||
2017-08-01 | adds processing of data to i2c_write | 4 | -27/+66 | ||
2017-08-01 | adds experimental i2cwrite command | 6 | -3/+103 | ||
2017-07-27 | Merge pull request #15 from tjahnk/nbproject-cleanup | 1 | -874/+59 | ||
removes unavailable folders and files in netbeans project | |||||
2017-07-27 | removes unavailable folders and files | 1 | -874/+59 | ||
2017-07-27 | Merge pull request #14 from tkummermehr/I2C_and_GPIO_Support | 5 | -17/+220 | ||
Implement handling of GPIO, I2C, Routes | |||||
2017-07-27 | Merge pull request #13 from tjahnk/fix-volume-buttons | 1 | -9/+9 | ||
fixes: volume buttons are using wrong verb | |||||
2017-07-26 | Implement handling of GPIO, I2C, Routes | 5 | -17/+220 | ||
2017-07-26 | fixes: volume buttons are using wrong verb | 1 | -9/+9 | ||
2017-07-25 | Update HTML test page to new template. Added Config file selection from UI. | 13 | -127/+670 | ||
2017-07-25 | Merge branch 'Fulup-Dev' of github.com:iotbzh/unicens2-binding into Fulup-Dev | 0 | -0/+0 | ||
2017-07-25 | Merge Microchip Addon | 3 | -2/+1 | ||
2017-07-25 | Initial API-V2 ajusted HTML page to fit new commands names | 4 | -41/+47 | ||
2017-07-25 | Added XML schema check at build time | 1 | -4/+8 | ||
2017-07-25 | First Compilation in V2 (work in Progress) | 5 | -81/+77 | ||
2017-07-25 | Update Installation Documentation | 5 | -33/+158 | ||
2017-07-25 | Moving to APIV2 Work in Progress | 2 | -276/+0 | ||
2017-07-25 | Update Installation Documentation | 2 | -0/+202 | ||
2017-07-25 | Fix non working switching of routes | 1 | -19/+4 | ||
2017-07-25 | Merge pull request #11 from tjahnk/enable-6ch-volume | 2 | -5/+10 | ||
Adds volume properties for channel 3..6 |