Benjamin Valentin
|
d8ab11b51f
|
drivers/mtd_flashpage: drop legacy API
|
2023-02-16 15:50:52 +01:00 |
|
Benjamin Valentin
|
5d5d88b271
|
drivers/mtd_flashpage: implement pagewise API
|
2023-02-16 15:50:52 +01:00 |
|
Benjamin Valentin
|
127b46eea3
|
drivers/mtd_flashpage: require read source & destination alignment
|
2021-02-23 10:59:17 +01:00 |
|
Benjamin Valentin
|
0b79ae3524
|
drivers/mtd_flashpage: require the write source buffer to be aligned
|
2021-02-22 11:27:07 +01:00 |
|
Benjamin Valentin
|
177f73c789
|
drivers/mtd_flashpage: make use of uword_t
|
2021-02-18 14:22:11 +01:00 |
|
Benjamin Valentin
|
1ca93e0171
|
drivers/mtd_flashpage: narrow down FLASHPAGE_WRITE_BLOCK_ALIGNMENT check
Only check the *write* block alignment, not the *read* or *source* alignment.
|
2021-02-17 11:18:14 +01:00 |
|
|
3aa5203bc5
|
mtd_flashpage: only depend on periph_flashpage
The features in flashpage_raw are now default in flashpage and do not
have to be included as a separate dependency
|
2020-11-11 23:16:43 +01:00 |
|
Juergen Fitschen
|
a15d50dffe
|
drivers/mtd_flashpage: fix erasure of multiple sectors
|
2020-11-03 12:35:43 +01:00 |
|
fabian18
|
a3a1c160ee
|
mtd: Change API to return 0 on success
Returning the number of bytes written/read could return a negative integer
because a uint32_t is expected for the length in read()/write() operations.
|
2020-05-06 20:24:27 +02:00 |
|
fjmolinas
|
f0bbcef987
|
drivers/mtd_flashpage: add 16bit compatibility
|
2019-11-24 13:19:19 +01:00 |
|
Vincent Dupont
|
f3d2f53287
|
drivers: add mtd_flashpage driver
This is a MTD wrapper for flashpage internal flash
|
2019-09-10 13:26:05 +02:00 |
|