summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/nvm/ByteArray.c
AgeCommit message (Collapse)Author
2020-01-03wipDan Halbert
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
The backtrace cannot be given because it relies on the validity of the qstr data structures on the heap which may have been corrupted. In fact, it still can crash hard when the bytecode itself is overwritten. To fix, we'd need a way to skip gathering the backtrace completely. This also increases the default stack size on M4s so it can accomodate the stack needed by ASF4s nvm API.
2018-04-13Turn on nvm in 3.0.Scott Shawcroft
Its 256b on M0 and 8k on M4 to match flash erase sizes. Fixes #758
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
This is prep for merging in the NRF5 pull request.