summaryrefslogtreecommitdiff
path: root/cesar/lib
AgeCommit message (Expand)Author
2010-09-10cesar/{hal/phy,lib}: dump "fatal dump" trace from phy before traceJérémy Dufour
2010-08-27lib/stats: fix code rulesDavid Mercadie
2010-08-27cesar/lib/stats: fix unit test, closes #1836David Mercadie
2010-08-24cesar/lib/trace: fix bad sign extension for u64 arguments, closes #1819Nicolas Schodet
2010-07-08cesar/lib/stats: in DRV_SET_CONFIG, failed when writing non existing statdufour
2010-06-16cesar/lib/trace: fix compilation warningschodet
2010-06-14cesar/{hal/lib}: Add synchronisation on fatal buttonlaranjeiro
2010-06-08cesar/cp/{msg, sta/action}: add result field to VS_GET_STATS, closes #1003mercadie
2010-06-04cesar/lib/trace: add configuration to disable slow traces, closes #1520schodet
2010-05-21cesar/lib/blk: add budget to blk allocation, closes #1582schodet
2010-05-20cesar/cp/lib/stats: add level parameter in VS_GET_STATS, closes #1003mercadie
2010-04-30cesar/ce: add a module to debug the CE using GPIO, closes #1516dufour
2010-04-21cesar/lib/stats: add arbitrary memory write, closes #1457schodet
2010-04-19cesar: remove context parameter from phy_date and phy_sysdate, refs #1415schodet
2010-04-13cesar/lib: add a macro to compute the round of a divisiondufour
2010-03-17cesar/{cp/msg, lib}: empty DRV_STA_SET_CONFIG is tolerateddufour
2010-03-10cesar: add missing module hal/arch when using debug stack, refs #1263dufour
2010-02-26cesar/lib: add blinking GPIO on fatal error, closes #1100schodet
2010-02-25cesar/lib/utils: fix BITS_ONES commentschodet
2010-02-23cesar/lib/dbg: change to debug stack on fatal error, refs #1263schodet
2010-02-23cesar/lib/stats: prevent accessing uninitialized pointer, closes #1030mercadie
2010-02-22cesar/lib/stats: correct wrong structure, closes #1029mercadie
2010-02-12cesar/lib/stats: add a function to read a config, refs #1240dufour
2010-02-12cesar/lib/stats: add missing macro when stats are disableddufour
2010-02-12cesar/lib/stats: fix macro parameters when stats are disableddufour
2010-02-12cesar/lib/stats: always define macros whatever stats are enabled or notdufour
2010-02-12cesar/lib/stats: extend stats to support access mode, closes #1239dufour
2010-02-12cesar/lib/stats: simplify macrosdufour
2010-02-12cesar/lib/stats: always initialize next page pointer, refs #1237dufour
2010-02-12cesar/lib/stats: correctly initialize newly allocated pages, refs #1237dufour
2010-02-12cesar/lib/stats: fix stats functions documentationdufour
2010-02-12cesar/lib/stats: clean stats module (no code change)dufour
2010-01-29cesar/lib: add a slack for memory block critical numberlaranjeiro
2010-01-20cesar/lib/dbg: add terse debug variantschodet
2010-01-15cesar/lib/init: add init modulejutteau
2009-12-17cesar/lib: move more blk functions to local ramschodet
2009-12-03cesar/lib/slist: use claim instead of assert, refs #844schodet
2009-11-26cesar/lib/bitstream: add specialised functions for MAC addresses, closes #826schodet
2009-11-26cesar/hal/arch: use HAL_DISABLE_INTERRUPTS instead of cyg_interrupt_disableschodet
2009-11-24cesar/lib: move memset usage into an if preprocessor, see r6472dufour
2009-11-24cesar/lib: add a scramble option for the slab allocatordufour
2009-11-24cesar/lib: add a CEIL_DIV macrodufour
2009-11-17cesar/lib/perf: add performance measurement toolschodet
2009-11-12cesar/lib/trace: add bare trace buffer support, closes #736schodet
2009-11-12cesar/lib/trace: moved trace dump loop in a static functionschodet
2009-11-05cesar/lib: fix sar_mf access when header is on 2 PBs, closes #748.laranjeiro
2009-11-04cesar/lib/trace: use a circular buffer for trace chunksschodet
2009-11-04cesar/lib/trace: use tail/commit instead of data_end/chunk_endschodet
2009-11-04cesar/lib/test/trace: add performance testschodet
2009-11-02cesar/lib/blk: count free blocksschodet