aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-19flash/stm32l4x: fix auto-probe when RDP is promoted from 0 to 0.5Tarek BOCHKATI1-2/+13
2022-03-12flash/nor/efm32: Use Cortex-M 'core_info' fieldMarc Schink1-11/+7
2022-03-12flash/nor/sim3x: Fix typoMarc Schink1-1/+1
2022-03-12flash/stm32h7x: fix FLASH_WPSN_PRG mask used for protectionTarek BOCHKATI1-1/+2
2022-03-12flash/stm32f1x,f2x: fix endianess in slow fallback flash writeTomas Vanek2-8/+2
2022-03-01flash/stm32l4x: fix maybe-uninitialized compiler errorTarek BOCHKATI1-1/+1
2022-02-25flash/nor/stm32xx: fix segfault accessing Cortex-M part numberTomas Vanek4-16/+39
2022-02-25flash/nor/stm32f2x: Fix erase of bank 2 sectorsSimon Johansson1-2/+2
2022-01-29flash/nor/atsame5: add LAN9255 devicesHans-Erik Floryd1-0/+3
2022-01-05flash/nor/efr32: fixed lockbits and user dataDoug Brunner1-83/+221
2021-12-11flash/nor/spi: add micron MT25QU01GJaehoon Park1-0/+1
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek7-23/+22
2021-12-03flash/nor/fespi: algorithm, large address, errorsTim Newsome1-327/+148
2021-12-03flash/nor/at91samd: remove 'at91samd info' commandTomas Vanek1-13/+0
2021-12-03flash/nor/kinetis_ke: remove 'kinetis mdm test_securing' cmdTomas Vanek1-40/+0
2021-12-03flash/nor/kinetis_ke: add .help fields for tcl commandsTomas Vanek1-4/+4
2021-11-29flash/nor/efm32: fixed BG1x identificationDoug Brunner1-3/+3
2021-11-23flash/psoc6: initialize usage fieldAntonio Borneo1-1/+1
2021-11-23flash/rp2040: don't initialize to NULL fields in structAntonio Borneo1-1/+0
2021-11-23openocd: use unique name for struct command_registrationAntonio Borneo3-12/+12
2021-11-23openocd: use single line for register_commands*()Antonio Borneo2-4/+2
2021-11-18flash/nor/at91samd: Add SAMR35J18B supportJanco Kock1-0/+1
2021-11-15flash/nor/stm32f1x: Add support for GD32E23xasier702-2/+20
2021-11-13jtagspi: fix build on MacOSAntonio Borneo1-2/+2
2021-11-13flash/stm32h7x: don't read flash size using the H74/H75x CPU2Tarek BOCHKATI1-6/+11
2021-11-13flash/stm32h7x: avoid using magic numbers for device idsTarek BOCHKATI1-20/+25
2021-11-12Update jtagspi driver for 1-, 2- and 4-byte addressesAndreas Bolsch1-90/+443
2021-11-03flash/nor/stm32lx: fixed writes at high adapter speedsJimmy1-4/+21
2021-10-25flash/nor/psoc6: fix doxygen commentAntonio Borneo1-2/+1
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI2-3/+3
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo14-0/+14
2021-09-18Partially Revert "flash/stm32l4x: introduce flash programming without loader"Oleksij Rempel1-41/+13
2021-09-18flash/stm32l4x: fix dual bank support for STM32L552xC devicesTarek BOCHKATI1-3/+5
2021-09-12flash/stm32l4x: fix flash programming in 64-bit hostsTarek BOCHKATI2-3/+21
2021-09-11flash/stm32l4x: do not use magic number for dual bank option bitsTarek BOCHKATI2-17/+25
2021-09-11flash/stm32l4x: introduce is_max_flash_size and use itTarek BOCHKATI1-9/+8
2021-09-11flash/stm32l4x: fix segmentation fault with HLA adapters and STM32WLx devicesTarek BOCHKATI1-2/+8
2021-09-04flash/nor/tcl: 'flash list' command: add the flash bank targetTarek BOCHKATI1-0/+2
2021-09-04flash/nor/tcl: fix the flash name returned by 'flash list' commandTarek BOCHKATI1-0/+2
2021-09-02flash/stm32l4x: avoid using magic numbers for device idsTarek BOCHKATI2-109/+133
2021-09-02flash/stm32l4x: add support of STM32WB1xTarek BOCHKATI1-5/+25
2021-09-02flash/stm32l4x: add support of STM32G05/G06xTarek BOCHKATI1-0/+17
2021-09-02flash/stm32l4x: switch to to c loader instead of assembly loaderTarek BOCHKATI2-36/+54
2021-09-02flash/nor: add support for Nuvoton NPCX series flashWealian Liao3-0/+527
2021-08-30flash/stm32l4x: free write_algorithm work area if no space left for the bufferTarek BOCHKATI1-0/+1
2021-08-30flash/stm32l4x: add support of STM32U57x/U58xTarek BOCHKATI2-19/+70
2021-08-26flash/stm32l4x: add support of STM32WL5x dual coreTarek BOCHKATI2-12/+76
2021-08-26flash/stm32l4x: prevent undefined behavior warnings caused by signed integer ...Sebastiaan de Schaetzen1-23/+33