summaryrefslogtreecommitdiff
path: root/cpukit/libblock/src/nvdisk-sram.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2013-07-23Include missing <string.h>Sebastian Huber
2012-12-21libblock: Doxygen Enhancement Task #1Mathew Kallada
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-07-072011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* libblock/src/nvdisk-sram.c, libi2c/libi2c.c, libmisc/shell/main_msdosfmt.c: Eliminate use of GNU old-style field designator extension as recommended by clang.
2010-05-222010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c: Use pointer arithmetic instead of int32_t arithmetic for 16bit compatibility.
2009-11-29Whitespace removal.Ralf Corsepius
2009-01-02Add __attribute__((unused)) to unused function args.Ralf Corsepius
2008-09-012008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
2008-05-012008-05-01 Chris Johns <chrisj@rtems.org>Chris Johns
* libblock/include/rtems/nvdisk-sram.h, libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c, libblock/src/nvdisk.c: New. A Non-volatile memory disk drive. * Makefile.am, preinstall.am, libblock/Makefile.am: Updated for the NV disk driver.