aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/nrf51.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-04nRF51: Fix bug in Code memory size.Michael Dietz1-11/+10
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-3/+3
2016-02-27nrf51: move hwid 0057 and add 0058Peter A. Bigot1-9/+12
2016-02-27nrf51: move table entry for hwid 0084 to correct MCU sectionPeter A. Bigot1-6/+6
2016-02-13flash: nor: nrf51: add hwid 0x0057Jacob Rosenthal1-0/+9
2015-10-09nrf51: recognize hwid 0084Peter A. Bigot1-0/+6
2015-05-17nrf51: refine and extend known devices tablePeter A. Bigot1-16/+34
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-1/+1
2015-02-24nrf51: Update known devices table.Theodore A. Roth1-21/+153
2015-02-11nrf51 - Add async loader. Performance on nrf51822QAA/stlink-v2 from ~3.5KiB/s...Angus Gratton1-88/+177
2014-11-24nrf51: fix checks for is_erasedJim Paris1-2/+2
2014-11-24nrf51: verify that UICR needs erasing before triggering an error about itJim Paris1-0/+6
2014-11-24nrf51: fix UICR eraseJim Paris1-5/+7
2014-11-24nrf51: fix UICR region sizeJim Paris1-1/+1
2014-10-06flash: constify driver data structuresSpencer Oliver1-2/+3
2014-04-27nrf51: remove dereference of null pointerSpencer Oliver1-1/+1
2014-03-29nrf51: Fix incorrect flash writing sequenceAndrey Smirnov1-8/+24
2014-03-29nrf51: Remove unnecessary explicit type castingAndrey Smirnov1-6/+6
2014-03-29nrf51: Add UICR writing supportAndrey Smirnov1-74/+232
2014-03-29nrf51: Add a known devices table and simple chip type detection codeAndrey Smirnov1-7/+109
2014-03-17flash: Constify write bufferAndreas Fritiofson1-3/+3
2014-03-07nrf51: Fix format string bugs in nrf51_infoAndrey Smirnov1-8/+12
2014-02-24nrf51: Implement the support for Nordic's nRF51 devicesAndrey Smirnov1-0/+790