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
/
examples
/
boot
Commit message (
Expand
)
Author
Age
Files
Lines
*
rp/flash: change naming to `blocking_*`, `new_blocking`.
Dario Nieuwenhuis
2023-08-18
1
-2
/
+2
*
boot: release flash after prepare and refactor api
Ulf Lilleengen
2023-08-11
3
-9
/
+3
*
Refactor firmware updater
Ulf Lilleengen
2023-08-06
9
-33
/
+34
*
rp: add async flash
Derek Hageman
2023-07-28
1
-2
/
+2
*
Release embassy-time v0.1.2
Dario Nieuwenhuis
2023-07-06
9
-9
/
+9
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
12
-20
/
+20
*
Add firmware updater examples to CI
Ulf Lilleengen
2023-06-19
18
-26
/
+78
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-0
/
+1
*
Formatting
Rasmus Melchior Jacobsen
2023-05-30
4
-12
/
+7
*
Align examples
Rasmus Melchior Jacobsen
2023-05-30
15
-62
/
+99
*
ci: fix nrf, rp tests.
Dario Nieuwenhuis
2023-05-29
3
-6
/
+6
*
Let Flash<Async/Blocking> be a thing
Rasmus Melchior Jacobsen
2023-05-25
9
-9
/
+9
*
Align with new bind_interrupt
Rasmus Melchior Jacobsen
2023-05-25
9
-10
/
+9
*
Bump versions preparing for -macros and -executor release
Ulf Lilleengen
2023-04-27
9
-9
/
+9
*
fix stm32f7 example runner command for probe-rs-cli
Malte Brieske
2023-04-26
1
-1
/
+1
*
Switch from probe-run to probe-rs-cli.
Dario Nieuwenhuis
2023-04-26
11
-19
/
+19
*
embassy-boot: update ci and examples to use the nightly flag
sander
2023-04-20
9
-10
/
+10
*
enable inline-asm feature for cortex-m in examples
pennae
2023-04-18
12
-13
/
+13
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
9
-9
/
+9
*
Align stm32 bootloader example
Rasmus Melchior Jacobsen
2023-04-05
1
-3
/
+4
*
Align examples with bootloader changes
Rasmus Melchior Jacobsen
2023-04-04
3
-8
/
+9
*
executor: add Pender, rework Cargo features.
Dario Nieuwenhuis
2023-04-03
9
-9
/
+9
*
Bump embedded-storage-async to 0.4
Mehmet Ali Anil
2023-03-06
2
-2
/
+2
*
Support codesigning in the firmware updater
huntc
2023-01-12
2
-1
/
+6
*
feat: compile bootloader examples for nRF91
Ulf Lilleengen
2023-01-04
6
-7
/
+51
*
Merge #1139
bors[bot]
2023-01-04
7
-5
/
+34
|
\
|
*
Provides a means of obtaining the current WDT config
huntc
2023-01-04
1
-0
/
+18
|
*
Cleaned up some doc and memory layout
huntc
2023-01-04
5
-4
/
+8
|
*
Pass WDT config around
huntc
2023-01-04
1
-1
/
+8
*
|
Cleanup
kalkyl
2023-01-03
1
-1
/
+1
*
|
embassy-boot (rp): Add WatchdogFlash
kalkyl
2023-01-03
3
-3
/
+12
|
/
*
feat: embassy-boot for rp2040
Ulf Lilleengen
2022-12-02
13
-0
/
+350
*
Bump defmt-rtt to 0.4
Dario Nieuwenhuis
2022-11-29
10
-10
/
+10
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
10
-0
/
+10
*
Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...
Mathias
2022-09-30
8
-8
/
+8
*
Use firmware writer in stm32{f7, h7} example app
Ulf Lilleengen
2022-09-26
2
-17
/
+17
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
2
-2
/
+0
*
Remove BootFlash borrow
Ulf Lilleengen
2022-09-20
2
-5
/
+4
*
Merge #939
bors[bot]
2022-09-04
7
-7
/
+7
|
\
|
*
time: add more tick rates, use 1mhz as default.
Dario Nieuwenhuis
2022-09-02
7
-7
/
+7
*
|
Remove generic const expressions from embassy-boot
Ulf Lilleengen
2022-09-02
12
-34
/
+46
|
/
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
8
-8
/
+8
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
24
-34
/
+42
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
16
-32
/
+41
*
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
10
-10
/
+10
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
26
-52
/
+58
*
Use correct chip family name for example
Ulf Lilleengen
2022-07-05
1
-1
/
+1
*
Fix RAM origin copy paste from nrf
Ulf Lilleengen
2022-06-29
7
-7
/
+7
*
Add build.rs to detect armv6
Ulf Lilleengen
2022-06-27
1
-5
/
+0
*
Move bootloader main to examples
Ulf Lilleengen
2022-06-24
84
-216
/
+621
[next]