aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2022-11-15flash/nor/stm32f1x: adjust size of the flash loader bufferSimon Smiganovski1-1/+1
2022-11-11flash: stmqspi: fix clang error 'dead assignment'Antonio Borneo1-1/+0
2022-10-08flash/nor/at91samd: Use 32-bit register writes for ST-Link compatKeith Packard1-1/+2
2022-10-08flash/nor/rp2040: fix setting spTomas Vanek1-5/+8
2022-09-27flash/nor/rp2040: remove new line from error messageTomas Vanek1-1/+1
2022-09-27flash/nor/rp2040: use LOG_TARGET_xxx to show core nameTomas Vanek1-2/+1
2022-09-27flash/nor/rp2040: check target halted before flash operationTomas Vanek1-1/+19
2022-09-27flash/nor/rp2040: fix flash erase timeoutTomas Vanek1-8/+11
2022-09-27flash/nor/rp2040: fix size of flash write bufferTomas Vanek1-1/+5
2022-09-27flash/nor/rp2040: fix memory leak of target stack workareaTomas Vanek1-25/+57
2022-09-27flash/nor/rp2040: preparatory refactoringTomas Vanek1-29/+40
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo96-96/+96
2022-09-17flash/nor/stm32lx: Add revision 'X' for Cat.4/3 devicesMarc Schink1-1/+1
2022-09-17flash/nor/rsl10: Check return valueToms Stūrmanis1-0/+2
2022-09-13flash/nor: move variable's declaration in C fileAntonio Borneo6-30/+30
2022-09-13flash/nor/npcx: make local symbols staticAntonio Borneo1-1/+1
2022-09-13src/flash/nor: flash driver for RSL10Toms Stūrmanis3-0/+844
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo1-3/+3
2022-09-01flash/nor/kinetis: fix clang scan-build error format-truncationErhan Kurubas1-1/+1
2022-08-27flash/nor/bluenrg-x: clarify target algo stack usageTomas Vanek1-10/+19
2022-08-27flash/nor/nrf5: don't misuse uint32_t for refcountTomas Vanek1-1/+1
2022-08-27flash/nor/core: remove unused defineTomas Vanek1-2/+0
2022-08-27flash/nor: remove empty command definitionsAntonio Borneo3-64/+0
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser10-27/+27
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo1-3/+3
2022-08-08flash/nor: remove useless setting of bus_width and chip_widthTomas Vanek3-15/+2
2022-08-08fix Kinetis 100 MHz rev 1.x programmingMartin Hierholzer1-0/+39
2022-08-01flash/nor/fespi: check target typeTomas Vanek1-0/+6
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo110-1429/+220
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo2-2/+4
2022-07-23openocd: src: fix incorrect GPL license tagAntonio Borneo1-2/+2
2022-07-23openocd: src: replace the GPL-2.0-only license tagAntonio Borneo1-12/+2
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo3-161/+37
2022-07-23openocd: src: replace the GPL with eCos exception 2.0 license tagAntonio Borneo1-24/+2
2022-07-23openocd: src: replace the BSD-3-Clause license tagAntonio Borneo1-27/+2
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo1-0/+2
2022-07-23openocd: build: add SPDX tagAntonio Borneo4-0/+8
2022-06-24arm_adi_v5: add ap refcount and add get/put around ap useAntonio Borneo3-13/+59
2022-06-10flash/nor/numicro: remove useless architecture checkTomas Vanek1-7/+0
2022-06-04flash/stm32l4x: fix scan-build warningsTarek BOCHKATI1-42/+47
2022-05-29flash/nor/core, target: don't ask for working mem if no target algoTomas Vanek1-1/+5
2022-05-21flash: fix clang static analyzer build errorsErhan Kurubas2-5/+0
2022-05-07bluenrg: add support for bluenrg-lps device and boardSalvatore Giorgio PECORINO1-3/+16
2022-04-24flash/nor/stm32f1x: add can_load_options flag for GD32F1x0, F3x0 and E23xTomas Vanek1-0/+3
2022-04-24flash/stm32f1x: add support for RISC-V GigaDevice GD32VF103Tomas Vanek1-44/+161
2022-04-13flash/nor/stm32f1x: lock flash in case of errorTomas Vanek1-39/+46
2022-04-13flash/nor/stm32f1x: unify flash error reportingTomas Vanek1-17/+15
2022-04-13flash/nor/stm32f1x: tidy up async algo supporting codeTomas Vanek1-21/+26
2022-04-13flash/nor/stm32f1x: remove write alignment codeTomas Vanek1-23/+14
2022-04-13flash/nor/stm32f1x: allow write fallback for flash optionsTomas Vanek1-34/+50