index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-rp
/
src
/
flash.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
rp/flash: change naming to `blocking_*`, `new_blocking`.
Dario Nieuwenhuis
2023-08-18
1
-48
/
+52
*
rp: add async flash
Derek Hageman
2023-07-28
1
-9
/
+194
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-1
/
+1
*
rp: add run-from-ram feature.
Dario Nieuwenhuis
2023-06-06
1
-1
/
+4
*
rp/flash: centralize `USE_BOOT2` in a single const.
Dario Nieuwenhuis
2023-06-05
1
-20
/
+21
*
rp/flash: fix missing clobbers, do not clobber frame pointer (r7).
Dario Nieuwenhuis
2023-06-05
1
-10
/
+11
*
rp/flash: unify FLASH_BASE const.
Dario Nieuwenhuis
2023-06-05
1
-8
/
+9
*
ci: fix nrf, rp tests.
Dario Nieuwenhuis
2023-05-29
1
-0
/
+1
*
rp: Read flash unique id and jedec id
kalkyl
2023-05-16
1
-0
/
+231
*
Fix some typos
Dirk Stolle
2023-05-08
1
-1
/
+1
*
rustfmt
kalkyl
2023-04-27
1
-5
/
+1
*
rp: DMA behaviour during FLASH operations
kalkyl
2023-04-27
1
-14
/
+6
*
Pause CORE1 execution during flash operations
kalkyl
2022-12-13
1
-8
/
+21
*
feat: embassy-boot for rp2040
Ulf Lilleengen
2022-12-02
1
-0
/
+5
*
Remove random delay from example, and move flash functions to allow using wit...
Mathias
2022-10-27
1
-53
/
+67
*
Buffer data to be written to flash in ram if it does not already reside in ram
Mathias
2022-10-26
1
-7
/
+27
*
Add flash example & flash HIL test
Mathias
2022-10-26
1
-7
/
+32
*
Implement flash padding to 256 under assumption that all QSPI NOR flashes are...
Mathias
2022-10-24
1
-3
/
+53
*
Add flash ram helpers
Mathias
2022-09-29
1
-0
/
+1
|
\
|
*
First iteration attempt on implementing generic flash mutation access for RP2040
Mathias
2022-09-16
1
-0
/
+100
*
Drop rp2040-flash as dependency, as they pull in rp2040-hal for rom-data func...
Mathias
2022-09-23
1
-38
/
+291
*
First iteration attempt on implementing generic flash mutation access for RP2040
Mathias
2022-09-23
1
-0
/
+100