summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/src/nvdisk-sram.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/libblock: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* cpukit/libblock: Clean up before license changeJoel Sherrill2022-02-231-2/+4
|
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
| | | | This order change fixes the Latex documentation build via Doxygen.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-261-6/+6
|
* Include missing <string.h>Sebastian Huber2013-07-231-0/+1
|
* libblock: Doxygen Enhancement Task #1Mathew Kallada2012-12-211-3/+7
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | 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-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-071-3/+3
| | | | | | * 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-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-221-9/+9
| | | | | | * libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c: Use pointer arithmetic instead of int32_t arithmetic for 16bit compatibility.
* Whitespace removal.Ralf Corsepius2009-11-291-4/+4
|
* Add __attribute__((unused)) to unused function args.Ralf Corsepius2009-01-021-6/+6
|
* 2008-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-011-0/+4
| | | | * libblock/src/nvdisk-sram.c: Add missing HAVE_CONFIG_H.
* 2008-05-01 Chris Johns <chrisj@rtems.org>Chris Johns2008-05-011-0/+64
* 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.