aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/flash.rs
Commit message (Expand)AuthorAgeFilesLines
* rustfmtkalkyl2023-04-271-5/+1
* rp: DMA behaviour during FLASH operationskalkyl2023-04-271-14/+6
* Pause CORE1 execution during flash operationskalkyl2022-12-131-8/+21
* feat: embassy-boot for rp2040Ulf Lilleengen2022-12-021-0/+5
* Remove random delay from example, and move flash functions to allow using wit...Mathias2022-10-271-53/+67
* Buffer data to be written to flash in ram if it does not already reside in ramMathias2022-10-261-7/+27
* Add flash example & flash HIL testMathias2022-10-261-7/+32
* Implement flash padding to 256 under assumption that all QSPI NOR flashes are...Mathias2022-10-241-3/+53
* Add flash ram helpersMathias2022-09-291-0/+1
|\
| * First iteration attempt on implementing generic flash mutation access for RP2040Mathias2022-09-161-0/+100
* Drop rp2040-flash as dependency, as they pull in rp2040-hal for rom-data func...Mathias2022-09-231-38/+291
* First iteration attempt on implementing generic flash mutation access for RP2040Mathias2022-09-231-0/+100