aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/nrf51.c
AgeCommit message (Expand)Author
2017-04-23nrf51: Add new HWID 0x008FDamyan Mitev
2017-03-29nrf51: Remove pointer castAndreas Fritiofson
2016-11-04nrf51: show proper part numberJiří Pinkava
2016-10-04nRF51: Fix bug in Code memory size.Michael Dietz
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz
2016-02-27nrf51: move hwid 0057 and add 0058Peter A. Bigot
2016-02-27nrf51: move table entry for hwid 0084 to correct MCU sectionPeter A. Bigot
2016-02-13flash: nor: nrf51: add hwid 0x0057Jacob Rosenthal
2015-10-09nrf51: recognize hwid 0084Peter A. Bigot
2015-05-17nrf51: refine and extend known devices tablePeter A. Bigot
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