summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-16cesar/maximus/sci: improve error message on end-of-file event, refs #3943Thierry Carré
2013-05-16cesar/maximus/{interface, sci}: build fd_set on sta list changes only, refs ↵Thierry Carré
#3943 This commit will optimise a little bit the cpu taken. And simplify the 'process' function of SciServer class.
2013-05-16cesar/cp/av/sta/action/test: enable all tests, closes #3944Olivier Dufour
Simple connect and misc test suites have been disabled since the creation of av subdirectory.
2013-05-16cesar/cp/av/beacon/test: remove duplicated files, refs #3944Olivier Dufour
beacon_utest.c wasn't ever compiled/used since its creation. All other are original copies of utest directory, but are not used in utest2, so they should not remain in the tree.
2013-05-16cesar/cp/{,av}: keep the TEI reserved for 5 minutes, closes #3969Nélio Laranjeiro
2013-05-15cesar/maximus: use x-terminal-emulator instead of xterm, closes #3978Nélio Laranjeiro
2013-05-15cesar/{cp,tools}: use MMTYPE_IS_VS macro, closes #3982Olivier Dufour
2013-05-15cesar/{common,cp}: use mmtcgen macro instead of homeplugAV.h one, refs #3982Olivier Dufour
2013-05-15cesar/mac/pbproc/test/int: use LID 0xFB instead of 0xFD, refs #3342Cyril Jourdan
0xFB is the value for central beacon LID, 0xFD is the value for discover beacon LID. The test only need a beacon LID, so this change has no impact on AV project. But on EoC project, 0xFB is the only beacon LID valid value, so this change allows us to unify code.
2013-05-15cesar/mac/pbproc/test/int: use TEI 3 instead of 2, refs #3342Cyril Jourdan
This is done to unify code with EoC project where 2 is a reserved value for TEI.
2013-05-15cesar/mac/pbproc: minor refactoring, refs #3342Cyril Jourdan
2013-05-15cleo/app/fw_wd: add a timeout on trace dump functions, closes #3960Olivier Dufour
2013-05-15cleo/app/fw_wd: add a timeout parameter, refs #3960Olivier Dufour
2013-05-07cleo/buildroot/package: create a package for debug-utils, closes #3956Olivier Dufour
This package is disabled by default, and only available for MSE500 based boards.
2013-05-07cleo/app/debug-utils: implement md/mw, refs #3956Olivier Dufour
md allows to display the content of the memory at a given address. mw allow to write one word at the given address.
2013-05-07cleo/app/debug-utils: implement ioctl in debug-drv, refs #3956Olivier Dufour
2013-05-07cleo/app/debug-utils: add skeleton for debug-drv module, refs #3956Olivier Dufour
2013-05-03common/include/all_flash.h: add sst25vf064c flash, closes #3931Julien Lacour
2013-05-02{cleo/uboot, common}: Uboot uses flashes common list, refs #3931Julien Lacour
Uboot searches for flash description thanks to jedec. If fail, Uboot uses nvram. Manage unlock process if flash is known and is locked at reset.
2013-05-02{common, cleo/linux/drivers}: Linux unlock flash at boot, refs 3931Julien Lacour
Linux will unlock flash at boot if driver can determine it is locked at reset.
2013-05-02common/include/all_flash.h: add lock status at reset, refs #3931Julien Lacour
2013-04-30polux/app/agent: delete file extension parsing, closes #3927nrabault
2013-04-29validation/test/av_home: store stats in a file, closes #3951Olivier Dufour
2013-04-29validation/test/av_home: add average bit loading stats, refs #3951Olivier Dufour
2013-04-29validation/test/av_home: remove trailing '\0' in versionOlivier Dufour
2013-04-26cesar/maximus/python/maximus: fix send_force_role, refs #3789Thierry Carré
2013-04-26cleo/devkit/tests/libspid/ftests: delete an obsolete unit testThierry Carré
2013-04-26common/tests: enable coverage on libspid instead valgrindThierry Carré
There's no automatic report about valgrind on Pessac server. And coverage report is available on main Pessac's web page.
2013-04-26cleo/devkit/tests/libspid: remove cesar's makefile usage and add coverageThierry Carré
2013-04-26cesar: add maximus test about force_role, closes #3789Thierry Carré
2013-04-26cesar/cp/av/{fsm, action}: add role forced behavior, refs #3789Thierry Carré
2013-04-26cesar/cp/av/sta: save force_role in sta_own_data struct, refs #3789Thierry Carré
2013-04-26cesar/cp/av/sta/action: add utest for drv_force_role reception, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: send force_role mme to cesar, refs #3789Thierry Carré
2013-04-26cesar/cp/{msg, av/fsm, sta/action}: add force_role drv to be received, refs ↵Thierry Carré
#3789
2013-04-26cleo/devkit/doc: add a new drv mme in documentation, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: factorize all plcd_stack_set call, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: standardize plcd_stack_set functions, refs #3789Thierry Carré
Next commit will factorize their call.
2013-04-26cleo/devkit/tests/plcd: add utests for plcd_files, refs #3789Thierry Carré
Add coverage for plcd sources only.
2013-04-26cleo/devkit/tests/plcd: fix mistakes on coding standard in linuxThierry Carré
- Path is now from base. - Define are now in upper case, because we keep same standard as Linux. - Replace "plcd_utest" by "devkit_tests_plcd"
2013-04-26cleo/{devkit/plcd, app/libspid}: add 'force_role' item in hpav.conf, refs #3789Thierry Carré
Option is read and save in plcd context, but not use yet.
2013-04-26cleo/devkit/plcd: rework hpav.conf read and hpav.info write, refs #3789Thierry Carré
- Use libspid_read_items instead of libspid_read_item. - Use libspid_write_items instead of libspid_write_item. In hpav.conf : - NMK is mandatory (no default value available) - Others items are optionals (default values provided)
2013-04-26cleo/devkit/plcd: improve main body of plcd_daemonThierry Carré
2013-04-26cleo/devkit/plcd: improve plcd_daemon_openThierry Carré
2013-04-26cleo/devkit/plcd: move hpav.info write into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: move hpav.conf read into plcd_files.c, refs #3789Thierry Carré
2013-04-26cleo/devkit/plcd: signal register/unregister in open/close functionsThierry Carré
2013-04-26cleo/devkit/plcd: add prefix 'plcd_daemon_' for handler functionThierry Carré
2013-04-26cleo/devkit/plcd: split plcd_main.c in two c files, refs #3789Thierry Carré
These functions are moved from plcd_main.c to plcd_daemon.c : - plcd_init - plcd_daemon_main - plcd_signal_handler Include list have been updated in same time for this both files.
2013-04-26cleo/devkit/plcd: save pid in plcd contextThierry Carré