summaryrefslogtreecommitdiff
path: root/test/flash.c
Commit message (Expand)AuthorAgeFilesLines
* Add test for flash_is_erased()Vic Yang2014-07-081-0/+21
* Mock flash erase/write function at physical layerVic Yang2013-09-241-49/+38
* Add multi-step test supportVic Yang2013-09-051-50/+23
* Remove unneeded direct includes of board.h and config.hRandall Spangler2013-07-161-1/+0
* Add flash host read command testVic Yang2013-07-111-0/+32
* Allow bigger flash write commandsRandall Spangler2013-07-011-6/+8
* More flash unit testVic Yang2013-06-171-14/+95
* A method to mock host commandVic Yang2013-06-171-35/+10
* Enable flash unit test on emulatorVic Yang2013-06-031-16/+36
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-031-3/+3
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-231-4/+2
* Put test utility macros in headerVic Yang2013-05-081-22/+3
* Add more flash testVic Yang2013-04-211-11/+102
* Add flash write protect testVic Yang2013-04-171-10/+130
* Fix flash testsVic Yang2013-04-151-7/+200
* Fix flash_overwrite unit testVic Yang2012-08-191-154/+0
* Fix unit testsVic Yang2012-07-131-18/+42
* Add a test of flash read/write/erase testVic Yang2012-07-131-4/+4
* Add a test of flash overwriteVic Yang2012-07-101-0/+153