aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04change submodule remote to upstream repo from MicrochipTechRonan Le Martret2-1/+1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-29Update packageRonan Le Martret1133-205208/+131
* use sub module for ucs2-lib (tmp fork from IoT.bzh github) * add packaging for native build Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-29Use latest version of conf.d/templates submodule.Sebastien Douheret1-0/+0
Changes of conf.d/templates: > Fix: idem... > Fix: Debian things triggered even when use the SDK > Merge "Add pkg-config for deb packaging" > Fix: wrong variable expands at configure_file time > Comments and README update > Autobuild scripts directory execution proof > Use variable to handle autobuild target directory > Fix: Debian detection, only valid in native env > Move variable definition to the right place. > change path etc/config.cmake to conf.d/cmake/config.cmake Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-29Update trademark in READMERomain Forlot1-1/+1
Change-Id: I9a44631d7efca51edacb56e7284fc596a8142918 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-28Widget generation: use the right config.xml.in file.Sebastien Douheret2-1/+7
2017-06-28Update to the latest app-templates versionRomain Forlot1-0/+0
No more needs to call any macro and only include config.cmake file is mandatory. Common.cmake is include from config.cmake file Generation autobuild script in conf.d/autobuild dir Change-Id: Ie4276cdb831884783bf0d909c183c5d6e45e7f55 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-27Update app-templates.Romain Forlot1-0/+0
Change-Id: Ic8a8210cd6544c7d434d5573ff61a7f7985ca2b4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-27Change marketing stuffRomain Forlot25-303/+206
unicens -> UNICENS MicroChip -> Microchip Change-Id: I7a2f48ac62f44579831ed252b5e24dc918c09645 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-27Use latest version of conf.d/templates submodule.Sebastien Douheret3-34/+61
Changes of conf.d/templates: (8d9b7f2 - Romain Forlot) Merge changes I81a6d9f6,I67698bbb (b0a2632 - Romain Forlot) Fix: remove old bug about overwriten variables. (5a83e47 - Romain Forlot) Update README (abd65a3 - Sebastien Douheret) Fix gdb debugging and add widget install on target (7315692 - Romain Forlot) Update README (d8fcd75 - Romain Forlot) Merge "Update config.cmake.sample" (4dba246 - Romain Forlot) Merge "Replace LIBRARIES by LDFLAGS for pkgconfig dep" (21ae95d - Romain Forlot) Fix:WIDGET_ENTRY_POINT variable always overwritten (4809e42 - Romain Forlot) renamed default submodules dir (2bb223e - Romain Forlot) Fix wrong path to submodule files. (259e135 - Romain Forlot) Format (af3cc64 - Ronan Le Martret) Replace LIBRARIES by LDFLAGS for pkgconfig dep (695291d - Ronan Le Martret) Update config.cmake.sample (c1fd793 - Jan-Simon Moeller) Merge "Set default value for APP_TEMPLATES_DIR and WIDGET_ENTRY_POINT" (f3e177c - Stephane Desneux) gitignore: add vim swap files (7e6516c - Stephane Desneux) fix typo: 'license', not 'licence' (french) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-15Fix template dir and data file dir to match new templating.Sebastien Douheret2-1/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-15Ignore XDS env config fileSebastien Douheret2-1/+1
2017-06-09Ignore packaging and Netbeans launcherSebastien Douheret2-52/+2
2017-06-09Use common app-templates repo (define as a submodule)Sebastien Douheret8-482/+4
2017-06-09Ignore VSC and XDS/Syncthing foldersSebastien Douheret1-0/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-09Revert "rename afb-service-itf.h to afb-service-v2.h"Sebastien Douheret2-2/+2
This reverts commit 8e11d17565ec6f38e8c5571c48a3e4a317758223.
2017-06-07Merge pull request #2 from ronan22/masterFulup Ar Foll16-24/+246
add packaging
2017-06-07fix local rpm buildRonan Le Martret5-16/+36
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-07add packagingRonan Le Martret8-2/+204
Signed-off-by: Ronan Le Martret <ronan.lemartret@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-06-06fix pkgconfig version checkRonan Le Martret1-4/+4
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-06rename afb-service-itf.h to afb-service-v2.hRonan Le Martret2-2/+2
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-05-31Fix target ssh connection (bypass questions).Sebastien Douheret1-2/+5
2017-05-31Added Unicens github URL fulup1-1/+1
2017-05-28fixer le pb de build avec le compilo aarch64 (by Seb)Fulup Ar Foll1-9/+9
2017-05-28Added gitattribute to fix github language detectionFulup Ar Foll1-0/+1
2017-05-28Updated GDB ini file to load binding symbols directly from SDKFulup Ar Foll2-4/+7
2017-05-27Fixed DebugFulup Ar Foll4-355/+159
2017-05-26Initial CommitFulup Ar Foll1169-203/+212784
2017-05-26Initial commitFulup Ar Foll2-0/+203