aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/nrf5.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08flash/nor/nrf5: handle ERROR_WAIT during nRF91 flash eraseTomas Vanek1-0/+22
2024-06-08flash/nor/nrf5: show proper SoC type on newer nRF91 devicesTomas Vanek1-4/+38
2024-06-08flash/nor/nrf5: add basic nRF53 and nRF91 supportTomas Vanek1-33/+174
2024-06-08flash/nor/nrf5: make flash erase little fasterTomas Vanek1-50/+35
2024-06-08flash/nor/nrf5: introduce address mapsTomas Vanek1-85/+152
2024-03-10flash/nor/nrf5: drop useless for cycle conditionTomas Vanek1-1/+1
2024-03-09flash/nor/nrf5: use BIT() instead of << operatorTomas Vanek1-4/+5
2024-03-09flash/nor/nrf5: drop nrf5 info commandTomas Vanek1-166/+0
2024-03-09flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted()Tomas Vanek1-44/+53
2024-03-09flash/nor/nrf5: add missing device typesTomas Vanek1-0/+4
2024-03-09flash/nor/nrf5: add missing package codesTomas Vanek1-4/+9
2024-03-09flash/nor/nrf5, target/nrf51: deprecate nrf51 flash driverTomas Vanek1-0/+3
2024-03-09flash/nor/nrf5: drop unused part of HWIDs tableTomas Vanek1-32/+16
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-08-27flash/nor/nrf5: don't misuse uint32_t for refcountTomas Vanek1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo1-0/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-8/+8
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-22/+31
2021-05-22flash: fix some minor typoAntonio Borneo1-1/+1
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