aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas51-444/+292
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez3-7/+7
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo2-3/+3
2021-05-22flash: fix some minor typoAntonio Borneo6-6/+6
2021-05-22flash/stm32l4x: add missing break statementTarek BOCHKATI1-1/+3
2021-05-11flash/nor/xcf: Do not use 'Yoda conditions'Marc Schink1-11/+11
2021-05-08telnet/auto-complete: hide deprecated and internal commandsAntonio Borneo1-0/+1
2021-05-02tcl/board: add pico-debug supportPeter Lawrence3-0/+456
2021-05-02flash/nor/stm32f1x: Add support for GD32F1x0/3x0asier701-4/+34
2021-05-01Cleanup of config/includes.Tim Newsome2-0/+2
2021-04-22flash/nor/nrf5: Fix data types and const correctnessMarc Schink1-14/+7
2021-04-22flash/nor/numicro: Use 'bool' data typeMarc Schink1-1/+1
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo3-7/+4
2021-03-24flash/stm32l4x: probe tzen and rdp valuesTarek BOCHKATI2-11/+60
2021-03-24flash/stm32l4x: introduce stm32l4_part_info.flags for devices featuresTarek BOCHKATI1-39/+33
2021-03-24flash/stm32l4x: enhance protect handler to use efficiently all WRP areasTarek BOCHKATI1-56/+386
2021-03-24stm32l4x: add OTP support for STM32 G0/G4/L4/L4+/L5/WB/WL devicesTarek BOCHKATI1-1/+159
2021-03-24flash/nor/atsame5: add SAME51G18A and SAME51G19A devicesTomas Vanek1-1/+3
2021-03-24flash/nor/cfi: fix uninitialized write-mem pointerMischa Studer1-9/+5
2021-03-19build: remove warnings with gcc 11Rene Kita1-3/+3
2021-03-19startup.tcl: remove commands already deprecated in v0.7.0Antonio Borneo1-11/+0
2021-03-16flash/stm32l4x: zero init stm32l4_flash_bank struct on flash bank initializationRaúl Sanchez Siles1-1/+1
2021-03-10flash/nor/stmqspi: Replace macros with static inline functionsMarc Schink1-96/+131
2021-03-10flash/nand/lpc32xx: Remove typedef'd structMarc Schink1-10/+10
2021-01-18flash/stmqspi: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo5-6/+9
2021-01-13openocd: fix incorrect doxygen commentsAntonio Borneo1-2/+2
2021-01-13flash/nor/max32xxx: fix path of include fileAntonio Borneo1-1/+1
2020-12-26Correct warning messageLuca Lindhorst1-2/+2
2020-12-09flash/nor/stmsmi: fix compile error with clang 12.0.0Antonio Borneo1-4/+3
2020-12-09flash/nor/sfdp|stmqspi: fix build issue with clang on mac OSTarek BOCHKATI2-15/+15
2020-11-15flash/nor/stm32f1x: fix error messageTomas Vanek1-1/+1
2020-11-15stm32l4x: cosmetic simplification of get_stm32l4_infoTarek BOCHKATI1-10/+8
2020-11-15flash/stm32l4x: STM32L55/L56xx basic support (non-secure mode)Tarek BOCHKATI2-12/+64
2020-11-15flash/stm32l4x: introduce table with register offsetsTarek BOCHKATI2-49/+104
2020-11-15flash/nor/psoc6: remove setting of xPSR.T bit from sromalgo_prepare()Tomas Vanek1-6/+0
2020-11-15cortex_m: use the new enum ARMV7M_REGSEL_nameAntonio Borneo1-1/+1
2020-11-15flash/stmqspi: minor fixes on coding styleAntonio Borneo3-117/+114
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch13-28/+3045
2020-11-07target/image: Use proper data typesMarc Schink3-9/+9
2020-11-04flash: declare local symbols as staticAntonio Borneo9-15/+19
2020-11-04flash/nor/atsamv: fix clang static analyzer warningTomas Vanek1-0/+3
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-10-22flash/stm32l4: add support of STM32G4 category 4 devices (G491/G4A1)Tarek BOCHKATI1-1/+18
2020-10-14flash/nor/at91sam4: ATSAMG55x19 Rev.BBenedikt-Alexander Mokroß1-2/+70
2020-09-27Add support of STM32H72x/73x 1M (0x483)Tarek BOCHKATI1-2/+23
2020-09-05flash: use proper format with uint32_tAntonio Borneo38-142/+141