summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/flash/test/test-flash.c
AgeCommit message (Collapse)Author
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.
2009-07-13*tools/trace, digital/avr/modules/flash, digital/avr/modules/trace:Nélio Laranjeiro
* Added the flash host file support for simulator tests. * Removed in the python tool the memory space in double when receiving from the proto object.
2009-06-17*digital/avr/modules/flash:Nélio Laranjeiro
* Coded a flash simulation for host.
2009-05-11* digital/avr/modules/flash: (Closes #68).Nélio Laranjeiro
* Removed the flash stub sub directory and add a real stub in flash.host.c file.
2008-11-28digital/avr/modules/flash: Fix the macros to compute the actual page size.Nélio Laranjeiro
2008-10-21avr/module/flash: Tested the find next sector. closes #36Nélio Laranjeiro
* removed the define to increment the addr. * Update the test.
2008-10-21avr/modules/flash: (see ticket #36)Nélio Laranjeiro
* Update the defines. * Modified the define for the flash page mask. * Update the sector_next function (Not tested yet).
2008-10-21avr/module/flash: Closes #34Nélio Laranjeiro
* Removed the flah context. * split the page search to know the next page usable. (to debug) * Added a new case in the flash test.
2008-03-13 * digital/avr/modules/flash:Nicolas Schodet
- fixed erase command. - fixed init (actually, SR should be cleared). - merged all tests in one.
2008-03-13Flash module...Nélio Laranjeiro
Still a problem with the write array...
2008-03-09Tested the init function.Nélio Laranjeiro
Tested the write (flash_write) Tested the read (flash_read)
2008-03-05Added the polling of the busy device status for the write process.Nélio Laranjeiro
The function write_array shall be fix in a few time.
2008-03-04Flash : Read and write operationnal.Nélio Laranjeiro
2008-03-02Tested the flash init.Nélio Laranjeiro
2008-03-02 * digital/avr/modules/spi, digital/avr/modules/flash:Nicolas Schodet
- master should drive SS. - to receive, master should send something. - testing SPIF before the first sent does not work. - fixed flash test.
2008-03-01Update the spi and flash module.Nélio Laranjeiro
testing in progress...
2008-02-28Update the flash memory accesses.Nélio Laranjeiro
2008-02-24Added sources for the flash use. Not tested !Nélio Laranjeiro