aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo47-154/+154
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo6-31/+31
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo37-357/+357
2021-07-20flash/nor: convert enum in uppercaseAntonio Borneo3-233/+233
2021-07-20flash: use lowercase for C variablesAntonio Borneo5-120/+120
2021-07-02flash: rename CamelCase symbolsAntonio Borneo20-1180/+1180
2021-07-02flash/nor/cfi: fix CamelCase symbols in cfi_spansion_pri_extAntonio Borneo3-52/+52
2021-06-27flash/nor/stm32l4: Fix stm32l4_probe()Marc Schink1-4/+4
2021-06-18flash/stm32fxx.c: do not read CPUID as this info is stored in cortex_m_commonTarek BOCHKATI2-44/+37
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI2-3/+3
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