summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-15cleo/uboot: configure ethernet MAC only if enabled in pkg_cfg, closes #3682Olivier Dufour
2013-01-15common/include: add eth2 disable bit in pkg_cfg, refs #3682Olivier Dufour
2013-01-14cesar/hal/arch/dlink: do not flush memory cache in local ram, closes #3652Olivier Dufour
2013-01-11cesar/ce/rx/bl: add script to generate ce_rx_param tns file, closes #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add pber high parameters to pber structure, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: create structure for ber configuration, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: remove useless declaration, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: correct index in bmu configuration, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add min time for ce restart in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add bmu parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add ber parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: add pber parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cesar/ce/rx/bl: group nsr parameters in ce_rx_param.h, refs #3251Jalil Chemseddine
2013-01-11cleo/{buildroot,linux}: add mcr500 default configuration, refs #3649Olivier Dufour
2013-01-10cleo/bundle_delivery: recognize tags of other projects, refs #3247Belkadi & Save
2013-01-10cleo/bundle_delivery: adapt to new bundle storage area layout, refs #3247Belkadi & Save
2013-01-10cleo/{bundle_delivery,Makefile}: remove "spc300" from bundle archive name, re...Belkadi & Save
2013-01-10cleo/bundle_delivery: add a unit test for BundleStorage.get_bundle()Belkadi & Save
2013-01-10cleo/bundle_delivery: fix variable nameYacine Belkadi
2013-01-10cleo/bundle_delivery: name Tag's regexp groupsYacine Belkadi
2013-01-10cleo/bundle_delivery: pre-compile tagname and filename regexpYacine Belkadi
2013-01-09polux/devkit/plc-polux: add sysctl for system led ON on low level, closes #3668Jean-Philippe SAVE
2013-01-09polux/devkit/plc-polux: change plc_system_led arg type to boolean, refs #3668Jean-Philippe SAVE
2013-01-09polux/devkit/plc-polux/core: suppress compilation warnings, refs #3577Jean-Philippe SAVE
2013-01-08polux/linux/drv: add flash default config for m25p80 driver, closes #3646Yacine Belkadi
2013-01-08common/include/asm/arch/nvram: move a comment to its correct placeYacine Belkadi
2013-01-08cleo/{buildroot,linux}: remove MTD flash size config from Linux, closes #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: remove static flash mapping tables, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: limit last Linux image to its real size, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: generate MTD partition dynamically, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: add function to populate mtd partitions, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: remove un-needed include arch.h, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: make NVRAM offset extern, refs #3579Jérémy Dufour
2013-01-08cleo/linux/mach-spc300: remove duplicated comments & empty line, refs #3579Jérémy Dufour
2013-01-08cleo/linux/arch/arm: use dynamic position in tables, refs #3579Jérémy Dufour
2013-01-07cesar/mac/pbproc: handle received FC before prepared MPDU is canceledNicolas Schodet
2013-01-07cesar/mac/pbproc/test/pbproc: add tests for noack casesNicolas Schodet
2013-01-07cesar/mac/pbproc/test/pbproc: code factorizationNicolas Schodet
2013-01-07cesar/mac/pbproc: preparation to split SACK and other SACKD parsingNicolas Schodet
2013-01-02adjunction of .depend files in .gitignore, refs #3518Jean-Philippe NOEL
2013-01-02common/doc/template: complete the display of the generation of the .depend fi...Jean-Philippe NOEL
2013-01-02common/doc/template: remove error messages when .depend files are absent, ref...Jean-Philippe NOEL
2013-01-02cleo/doc: removal of a useless * in .gitignore, refs #3518Jean-Philippe NOEL
2013-01-02cleo/app/cwmp: use libspid nvram interface, refs #3607Olivier Dufour
2013-01-02cleo/devkit/plcd: use libspid nvram interface, refs #3607Olivier Dufour
2013-01-02cleo/app/libspid: add nvram module, refs #3607Olivier Dufour
2013-01-02cleo/devkit/plcd: remove UTEST specific code, refs noneOlivier Dufour
2013-01-02validation/test/P2P_throughput: improve comments in config for the mode 500Jean-Philippe NOEL
2013-01-02validation/validlib: implement the missing iperf.check_token/1 function, clos...Jean-Philippe NOEL
2013-01-02polux/linux/drivers/net: rework judgment condition about PhyAddr_forced, ref...Tom Yang