aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2021-03-19build: remove warnings with gcc 11Rene Kita1-3/+3
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-01-18flash/stmqspi: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo4-4/+7
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 BOCHKATI1-12/+63
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 Borneo8-13/+17
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 Borneo35-139/+138
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo29-153/+66
2020-08-09src/flash/nor/virtual: handle null pointersChristopher Head1-13/+5
2020-08-09flash/nor/stm32f2x: clean up data typesChristopher Head1-18/+17
2020-08-09src/flash/nor/stm32h7x: fix format stringsChristopher Head1-11/+11
2020-08-02nor/spi.c: add N25Q032A flash chipMichael Betz1-0/+1
2020-07-26flash: fix minor typo s/fifo's/fifos/Antonio Borneo1-4/+4
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo36-96/+96
2020-07-26src/flash/nor/stm32f2x: fix format stringsChristopher Head1-20/+20
2020-07-21spi: add MX25U1635E flashHellosun Wu1-0/+1
2020-07-13flash/nor/kinetis: fix FCF handlingTomas Vanek1-22/+34
2020-07-13flash/nor/kinetis: use target_get_working_area_avail()Tomas Vanek1-14/+13
2020-07-08coding style: fix space separationAntonio Borneo4-7/+7
2020-07-08coding style: fix print of hex values as decimalAntonio Borneo1-1/+1
2020-07-08flash/nor/w600: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stmsmi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stm32h7x: Use 'bool' data typeMarc Schink1-1/+1
2020-07-08flash/nor/sh_qspi: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/pic32mx: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mrvlqspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mdr: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/max32xxx: Use 'bool' data typeMarc Schink1-8/+8