|
61052dbed7
|
msp430: Adapt to flashpage/flashpage_pagewise API
|
2020-11-11 23:16:41 +01:00 |
|
Bas Stottelaar
|
ab6188cea3
|
cpu/*: add missing include of assert.h
|
2020-10-22 11:13:08 +02:00 |
|
Francisco Molina
|
0a68323570
|
tests/periph_flashpage: use before last page for msp430
- msp430 holds the isr vector on the last page so avoid erasing
that page when testing.
|
2019-11-24 13:19:20 +01:00 |
|
fjmolinas
|
5368415c9a
|
cpu/msp430_common: add flashpage_raw support
|
2019-11-24 13:19:19 +01:00 |
|
Francisco Molina
|
291727c9e7
|
cpu/msp430_common: specify FLASHPAGE_SIZE/NUMOF type
- Since msp430 uses 16bit it is important that the variables
are treated as unsigned and not int so FLASHPAGE_NUMOF*FLASHPAGE_SIZE
doesn't overflow
|
2019-11-24 13:19:17 +01:00 |
|
Vincent Dupont
|
5a2a4cf1e0
|
cpu/msp430: use const pointer in flashpage
|
2018-03-14 16:28:32 +01:00 |
|
Hauke Petersen
|
25f285f1d1
|
cpu/msp430: added flashpage driver implementation
|
2017-08-29 12:08:33 +02:00 |
|