aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/rp2040.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-2/+2
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo1-1/+1
2023-01-15flash/nor/rp2040: make SPI flash ID detection optionalTomas Vanek1-22/+33
2022-10-08flash/nor/rp2040: fix setting spTomas Vanek1-5/+8
2022-09-27flash/nor/rp2040: remove new line from error messageTomas Vanek1-1/+1
2022-09-27flash/nor/rp2040: use LOG_TARGET_xxx to show core nameTomas Vanek1-2/+1
2022-09-27flash/nor/rp2040: check target halted before flash operationTomas Vanek1-1/+19
2022-09-27flash/nor/rp2040: fix flash erase timeoutTomas Vanek1-8/+11
2022-09-27flash/nor/rp2040: fix size of flash write bufferTomas Vanek1-1/+5
2022-09-27flash/nor/rp2040: fix memory leak of target stack workareaTomas Vanek1-25/+57
2022-09-27flash/nor/rp2040: preparatory refactoringTomas Vanek1-29/+40
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2021-11-23flash/rp2040: don't initialize to NULL fields in structAntonio Borneo1-1/+0
2021-05-02tcl/board: add pico-debug supportPeter Lawrence1-0/+453