aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/nrf5.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-22flash/nor/nrf5: Fix data types and const correctnessMarc Schink1-14/+7
2020-10-28flash/nor/nrf5: unify size of HWIDTomas Vanek1-5/+6
2020-10-28flash/nor/nrf5: improve handling of nRF52 flash errorsTomas Vanek1-2/+2
2020-10-28flash/nor/nrf5: check protection before flash erase/write on nRF51Tomas Vanek1-48/+98
2020-10-28flash/nor/nrf5: fix protection setting on nRF51Tomas Vanek1-26/+50
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-5/+7
2020-04-21nrf5: Refresh the watchdog while flashingAurélien Martin1-2/+12
2020-04-21nrf5: Include generated loader codeAurélien Martin1-24/+4
2020-04-12flash/nor/nrf5: pass unsigned char to isalnum()Antonio Borneo1-3/+7
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut1-1/+1
2019-12-12flash/nor/nrf5: remove check for protected sectorTomas Vanek1-4/+0
2019-11-26flash/nor/nrf5: fix allocation of driver_priv and sector arrayTomas Vanek1-1/+28
2019-11-26flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2)Tomas Vanek1-12/+56
2019-11-26flash/nor/nrf5: do not check FICR PPFC on nRF52Tomas Vanek1-27/+30
2019-11-26flash/nor/nrf5: rename registers by nRF seriesTomas Vanek1-51/+54
2019-11-26flash/nor/nrf5: refactor sector allocation to use alloc_block_array()Tomas Vanek1-25/+10
2019-11-26flash/nor/nrf5: implement BPROT protection check for nRF52810,832Tomas Vanek1-51/+136
2019-11-26flash/nor/nrf5: detect newer devices without HWID tableTomas Vanek1-44/+211
2019-11-26flash/nor/nrf5: remove useless page padding and UICR autoeraseTomas Vanek1-131/+16
2019-10-18nrf5: update links to compatibility matrixes for nrf5x variantsMirko Vogt1-4/+9
2019-10-18nrf5: Fix misuse of flash bank numberAndreas Fritiofson1-17/+26
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-2/+2
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-1/+1
2019-01-21nrf5: add nrf5 device definition for HWID 0x00E3Mirko Vogt1-0/+1
2019-01-02flash/nor/nrf5: set correct timeout for nvmc operationsJānis Skujenieks1-1/+1
2018-10-08flash/nrf5: support for nRF52810Anders Westrup1-0/+4
2018-09-17flash/nrf5: support for nRF52840 Q1AAC0Kai Geissdoerfer1-0/+3
2018-09-17flash/nrf5: time-based timeout waiting for flash controllerKai Geissdoerfer1-3/+6
2018-08-01nrf5: add free_driver_privJim Paris1-0/+16
2018-07-18nrf5: Add HWID 0x139 (52832 rev E0)James Jacobsson1-0/+1
2018-06-15flash/nor/nrf5: remove is_erased setting and autoerase before writeTomas Vanek1-53/+5
2018-04-04nrf51: Add HWID 0x008F againTomas Vanek1-5/+6
2018-01-26nor/nrf5: added nrf51822 QFAAH2Daniel Kucera1-0/+1
2017-10-03nrf5: Add nRF52832-QFAA supportSlowcoder1-0/+3
2017-10-03nrf51: Rename to nrf5Slowcoder1-0/+1190