aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/nrf51.c
AgeCommit message (Expand)Author
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser
2015-02-24nrf51: Update known devices table.Theodore A. Roth
2015-02-11nrf51 - Add async loader. Performance on nrf51822QAA/stlink-v2 from ~3.5KiB/s...Angus Gratton
2014-11-24nrf51: fix checks for is_erasedJim Paris
2014-11-24nrf51: verify that UICR needs erasing before triggering an error about itJim Paris
2014-11-24nrf51: fix UICR eraseJim Paris
2014-11-24nrf51: fix UICR region sizeJim Paris
2014-10-06flash: constify driver data structuresSpencer Oliver
2014-04-27nrf51: remove dereference of null pointerSpencer Oliver
2014-03-29nrf51: Fix incorrect flash writing sequenceAndrey Smirnov
2014-03-29nrf51: Remove unnecessary explicit type castingAndrey Smirnov
2014-03-29nrf51: Add UICR writing supportAndrey Smirnov
2014-03-29nrf51: Add a known devices table and simple chip type detection codeAndrey Smirnov
2014-03-17flash: Constify write bufferAndreas Fritiofson
2014-03-07nrf51: Fix format string bugs in nrf51_infoAndrey Smirnov
2014-02-24nrf51: Implement the support for Nordic's nRF51 devicesAndrey Smirnov