[riot-commits] [RIOT-OS/RIOT] 4291df: tests/mtd_flashpage: make use of FLASHPAGE_ERASE_S...
Francisco
noreply at github.com
Tue Feb 23 15:12:31 CET 2021
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 4291df0305f401f24306285c78f90d1d40fa6e62
https://github.com/RIOT-OS/RIOT/commit/4291df0305f401f24306285c78f90d1d40fa6e62
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M tests/mtd_flashpage/main.c
Log Message:
-----------
tests/mtd_flashpage: make use of FLASHPAGE_ERASE_STATE
Commit: 1ca93e0171b2638490207f840de2c5750aadf839
https://github.com/RIOT-OS/RIOT/commit/1ca93e0171b2638490207f840de2c5750aadf839
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M drivers/mtd_flashpage/mtd_flashpage.c
Log Message:
-----------
drivers/mtd_flashpage: narrow down FLASHPAGE_WRITE_BLOCK_ALIGNMENT check
Only check the *write* block alignment, not the *read* or *source* alignment.
Commit: 177f73c78971da71d8d28d94c071e602831bfa8b
https://github.com/RIOT-OS/RIOT/commit/177f73c78971da71d8d28d94c071e602831bfa8b
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M drivers/mtd_flashpage/mtd_flashpage.c
Log Message:
-----------
drivers/mtd_flashpage: make use of uword_t
Commit: 033c0110d016bcfa80cbf12dcef204712a23acaf
https://github.com/RIOT-OS/RIOT/commit/033c0110d016bcfa80cbf12dcef204712a23acaf
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M cpu/native/periph/flashpage.c
Log Message:
-----------
cpu/native: flashpage: sector-slign the flashpage area
Commit: d98d6c1e7c8a68a3ecc1fa348886a86856ec8795
https://github.com/RIOT-OS/RIOT/commit/d98d6c1e7c8a68a3ecc1fa348886a86856ec8795
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M tests/mtd_flashpage/Makefile
Log Message:
-----------
tests/mtd_flashpage: remove native from blacklist
Commit: 2bdc5cf6d7cc4a86a63fa90754b48c40592406ba
https://github.com/RIOT-OS/RIOT/commit/2bdc5cf6d7cc4a86a63fa90754b48c40592406ba
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-18 (Thu, 18 Feb 2021)
Changed paths:
M cpu/stm32/include/cpu_conf.h
Log Message:
-----------
cpu/stm32: fix FLASHPAGE_ERASE_STATE for stm32l4
Commit: 0b79ae3524c1fc3dd19ec821abe00bbb9fc6429c
https://github.com/RIOT-OS/RIOT/commit/0b79ae3524c1fc3dd19ec821abe00bbb9fc6429c
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-22 (Mon, 22 Feb 2021)
Changed paths:
M drivers/mtd_flashpage/mtd_flashpage.c
Log Message:
-----------
drivers/mtd_flashpage: require the write source buffer to be aligned
Commit: 127b46eea37e8ed7dc84d61bc2b5d2df154af600
https://github.com/RIOT-OS/RIOT/commit/127b46eea37e8ed7dc84d61bc2b5d2df154af600
Author: Benjamin Valentin <benpicco at googlemail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M drivers/mtd_flashpage/mtd_flashpage.c
Log Message:
-----------
drivers/mtd_flashpage: require read source & destination alignment
Commit: c91499997e8f9e4d062be7a5e7a77da5246a45f8
https://github.com/RIOT-OS/RIOT/commit/c91499997e8f9e4d062be7a5e7a77da5246a45f8
Author: Francisco <francois-xavier.molina at inria.fr>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M cpu/native/periph/flashpage.c
M cpu/stm32/include/cpu_conf.h
M drivers/mtd_flashpage/mtd_flashpage.c
M tests/mtd_flashpage/Makefile
M tests/mtd_flashpage/main.c
Log Message:
-----------
Merge pull request #16030 from benpicco/drivers/mtd_flashpage-fix_native
drivers/mtd_flashpage: fixes for native (and stm32l0, stm32l4)
Compare: https://github.com/RIOT-OS/RIOT/compare/cb87c418f4d3...c91499997e8f
More information about the commits
mailing list