summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/flash_sst.avr.c
AgeCommit message (Collapse)Author
2010-05-11digital/avr/modules/{flash, trace}: fix erase full command and error useNélio Laranjeiro
* flash SST was not able to erase all the flash * test-trace was handle the error value with the wrong values
2010-01-12digital/avr/modules/flash: flash sst driverNélio Laranjeiro
Modify flash source code to initialise the SPI interface and detect the flash type using JDEC. Once the JDEC is read the flash driver initialise functions pointers to pilot the flash memory. The final objective is to have several flash support.