aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Merge branch 'master' into from_upstreamTim Newsome8-24/+500
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 Newsome1-0/+1
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 Borneo2-5/+2
2021-04-13Merge branch 'master' into from_upstreamTim Newsome6-195/+759
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-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-05RISC-V Freertos support (#582)Tim Newsome1-0/+1
2021-02-11From upstream (#580)Tim Newsome7-8/+11
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-31Merge branch 'master' into from_upstreamTim Newsome27-215/+3425
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-15Make it build again.Tim Newsome2-15/+11
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome72-1548/+1585
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-07Add support for GD32VF103 flash (#518)ZL2WRW3-0/+1350
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