aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/mtd
Commit message (Collapse)AuthorAgeFilesLines
* Replace use of -Wno-error and only ignore specific warningsDaniel Agar2014-12-231-1/+2
|
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-0/+2
|
* EEPROM driver: Do not issue warnings that result from our special case ↵Lorenz Meier2014-10-091-3/+12
| | | | handling - this driver is only used for this one particular eeprom and out of the NuttX tree.
* Hotfix: Optimize shell commands for size - we do not need massive ↵Lorenz Meier2014-08-131-0/+2
| | | | performance there
* AT24C: Fix warning due to missing function prototype.Lorenz Meier2014-07-081-0/+1
|
* systemcmds: Warning fixesLorenz Meier2014-06-301-1/+3
|
* Fix compiler warningsDon Gagne2014-06-291-15/+15
|
* More tab fixesDon Gagne2014-06-291-6/+6
|
* Fix bugs found through compiler warningsDon Gagne2014-06-291-2/+6
|
* Merge pull request #937 from gumstix/aerocoreLorenz Meier2014-05-151-0/+4
|\ | | | | Aerocore
| * Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | Based on the work of Andrew Smith [1], add board configuration and device drivers to support the Gumstix AeroCore (previously Aerodroid) board [2]. The AeroCore is an autopilot board based on a STM32F427 similar to the FMUv2. [1] https://github.com/smithandrewc/Firmware [2] https://store.gumstix.com/index.php/products/585/ Signed-off-by: Ash Charles <ashcharles@gmail.com>
* | eeprom driver: Use less excessive perf counters on EEPROMLorenz Meier2014-05-141-21/+15
|/
* Make MTD startup less verbose, there are diagnostic commands to read off its ↵Lorenz Meier2014-02-011-4/+0
| | | | state
* mtd: added "mtd readtest" and "mtd rwtest"Andrew Tridgell2014-01-161-2/+113
| | | | this allows for verification of MTD operation on startup
* mtd: use new MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-161-1/+5
| | | | set SPI speed to 10MHz
* mtd: fixed creation and erase of a single partitionAndrew Tridgell2014-01-151-5/+5
|
* Introducing mtd status command, fixing compile errors for I2C setupLorenz Meier2014-01-141-29/+88
|
* Enabled EEPROM as MTD backend deviceLorenz Meier2014-01-143-8/+619
|
* Eliminated magic numberLorenz Meier2014-01-141-1/+1
|
* Added MTD erase commandAndrew Tridgell2014-01-141-1/+30
|
* Compile / bugfixes on MTD commandline toolLorenz Meier2014-01-121-4/+1
|
* Enabled MTD partitions, successfully tested paramsLorenz Meier2014-01-121-18/+22
|
* Added support for N MTD / ramtron partitions / filesLorenz Meier2014-01-121-46/+79
|
* Added MTD adapter driverLorenz Meier2014-01-112-0/+222