James Cotton
|
ad3d470f40
|
Flashfs and Flash: Add new function to write a series of blocks in one flash
write transaction to improve efficieny.
|
2012-01-26 12:39:35 -06:00 |
|
James Cotton
|
80705cdba1
|
Flash: Because on CC/CC3D the flash is initialized before FreeRTOS is started
we cannot use the transaction lock or the delay while saving.
|
2012-01-26 11:50:05 -06:00 |
|
James Cotton
|
4fc907ad0d
|
Add a transaction semaphore to flash and flashfs to make sure multiple saves
or loads can't be attempted between threads
|
2012-01-26 11:36:07 -06:00 |
|
James Cotton
|
8b15fdd88b
|
Flash: Add a vTaskDelay when waiting for flash operations to complete to
prevent blocking the bus from accels
|
2012-01-26 11:26:19 -06:00 |
|
James Cotton
|
e69a0937bc
|
Flash: Wrote status instead of read it
|
2012-01-26 11:17:00 -06:00 |
|
James Cotton
|
6d572986e5
|
Flashfs: Clean up some of the JEDEC commands and also format whole chip when FS
is wrong.
|
2012-01-26 10:04:49 -06:00 |
|
James Cotton
|
0da20bb846
|
Flash: Because most of the commands are a JEDEC standard rename this file
pios_flash_jedec and abstract out the methods that can vary between chips.
|
2012-01-25 00:23:24 -06:00 |
|