Commit Graph

1 Commits (c6744d6975e78eae8e8c22e0c6897815333e5603)

Author SHA1 Message Date
S.J.R. van Schaik b168422d8a make: move spi_flash.c to source/platform 8 years ago
S.J.R. van Schaik 756e5852cb flash: implement functions to check if pages are all zero or one 8 years ago
S.J.R. van Schaik 73788ae5e6 flash: consistently use char instead of uint8_t 8 years ago
S.J.R. van Schaik 159a4e83b4 spi: flash: correct wrap-around. 8 years ago
S.J.R. van Schaik 3395eb1a82 spi: flash: support the 256-byte wraparound when programming pages 8 years ago
S.J.R. van Schaik 7a3e5a7679 spi: flash: enable write before every chunk to write in flash_write() 8 years ago
S.J.R. van Schaik d17c80e7eb spi: flash: provide the proper length of the buffer in flash_write() 8 years ago
S.J.R. van Schaik 6d73d7a655 spi: flash: use default_flash_copy() 8 years ago
S.J.R. van Schaik fa49f634e4 flash: spi: perform both flash_read() and flash_write() in chunks of 32 bytes 8 years ago
S.J.R. van Schaik 7ab3a84fc4 spi: flash: use default_is_erased() to check if a block is erased 8 years ago
S.J.R. van Schaik f20e7128eb spi: flash: wait for operations to complete 8 years ago
S.J.R. van Schaik 5bafd2ac8f spi: flash: set log2_block_size 8 years ago
S.J.R. van Schaik d53276e407 spi: flash: the JEDEC ID should be at most three bytes in length 8 years ago
S.J.R. van Schaik e7ad03608a spi: flash: don't print the JEDEC ID any longer 8 years ago
S.J.R. van Schaik 440c598d16 spi: flash: properly copy the JEDEC ID from the buffer 8 years ago
S.J.R. van Schaik 460fc8f7a5 spi: flash: map get_capacity to spi_flash_get_size() 8 years ago
S.J.R. van Schaik 154c33950a spi: get rid of the separate calls to spi_set_cs_level() 8 years ago
S.J.R. van Schaik 60d316711f spi: clean up the code in order to reduce the latency 8 years ago
S.J.R. van Schaik e20e9e13e0 spi: flash: update code 8 years ago
S.J.R. van Schaik f61ecefdc6 flash: add flash_get_size() 8 years ago
S.J.R. van Schaik bff4845c32 flash: detect flash size 8 years ago
S.J.R. van Schaik 0bc1146ffd flash: separate SPI flash commands 8 years ago
S.J.R. van Schaik d2bb6994eb spi: add function to release SPI device 8 years ago
S.J.R. van Schaik 094c600283 flash: add SPI flash driver 8 years ago