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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lora: Fix for stm32l0 exampe to build
Timo Kröger
2022-08-26
1
-1
/
+1
*
Use released rust-lorawan with radio fixes
Ulf Lilleengen
2022-08-26
2
-2
/
+2
*
Use LP as default
Ulf Lilleengen
2022-08-26
1
-2
/
+2
*
lora: Make some options configurable
Timo Kröger
2022-08-26
1
-1
/
+3
*
lora: Use a trait for RF frontend switching
Timo Kröger
2022-08-26
1
-1
/
+27
*
lora: Improve IRQ handling
Timo Kröger
2022-08-26
1
-3
/
+2
*
stm32wl: Do not require external SPI pins for SUBGHZ
Timo Kröger
2022-08-26
2
-2
/
+2
*
Merge #913
bors[bot]
2022-08-26
1
-1
/
+1
|
\
|
*
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-r...
Mathias
2022-08-23
61
-149
/
+314
|
|
\
|
*
|
Fix uart rp2040 blocking example
Mathias
2022-08-19
1
-1
/
+1
*
|
|
Enable 'std' feature on critical-section for WASM
Ulf Lilleengen
2022-08-23
2
-2
/
+2
|
|
/
|
/
|
*
|
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
11
-11
/
+11
*
|
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
41
-52
/
+53
*
|
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
27
-99
/
+107
*
|
Switch to crates.io version of systemview-target
Quentin Smith
2022-08-20
1
-4
/
+1
*
|
Fetch systemview-target from upstream git
Quentin Smith
2022-08-19
1
-2
/
+1
*
|
Fix package name for the new nrf-rtos-trace example
Quentin Smith
2022-08-19
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace
Quentin Smith
2022-08-19
198
-776
/
+1024
|
\
|
|
*
Merge #910
bors[bot]
2022-08-18
1
-3
/
+3
|
|
\
|
|
*
Fix rp uart example
Mathias
2022-08-18
1
-3
/
+3
|
*
|
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
193
-277
/
+305
|
*
|
examples Remove the `fn config()` idiom.
Dario Nieuwenhuis
2022-08-17
30
-215
/
+107
|
*
|
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
150
-325
/
+394
|
*
|
Update to critical-section 1.0, atomic-polyfill 1.0
Dario Nieuwenhuis
2022-08-17
30
-32
/
+32
|
|
/
|
*
Add UDP example app
Artur Kowalski
2022-08-10
2
-1
/
+110
|
*
Merge #896
bors[bot]
2022-08-10
4
-4
/
+40
|
|
\
|
|
*
Implement I2C pullup configuration
chemicstry
2022-08-09
4
-4
/
+40
|
*
|
Add example using embedded-nal-async traits
Ulf Lilleengen
2022-08-09
1
-0
/
+125
|
*
|
Wrap buffers in a single state type
Ulf Lilleengen
2022-08-09
1
-0
/
+1
|
*
|
Implement embedded-nal-async traits for embassy-net
Ulf Lilleengen
2022-08-08
1
-1
/
+1
|
|
/
*
|
Move rtos-trace example to a separate project to simplify Cargo.toml
Quentin Smith
2022-08-18
7
-56
/
+115
*
|
Run cargo fmt
Quentin Smith
2022-08-16
1
-7
/
+5
*
|
Allow rtos_trace example to be used without log
Quentin Smith
2022-08-16
2
-4
/
+10
*
|
Add example of rtos-trace / SystemView
Quentin Smith
2022-08-16
3
-12
/
+121
|
/
*
Add DACv1 example for F4
chemicstry
2022-08-04
3
-1
/
+38
*
Restore F1 example chip
chemicstry
2022-08-04
2
-38
/
+1
*
Merge v1, v2 DAC and update register definitions
chemicstry
2022-08-04
2
-1
/
+39
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
192
-521
/
+546
*
Improve ADC configuration options
chemicstry
2022-07-27
1
-3
/
+3
*
rename PwmPin::new_chX, update examples.
Dario Nieuwenhuis
2022-07-23
3
-6
/
+9
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-8
/
+8
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
4
-17
/
+26
*
Merge #853
bors[bot]
2022-07-16
1
-0
/
+38
|
\
|
*
Add embedded_hal_async support for embassy-rp
Daniel Bevenius
2022-07-14
1
-0
/
+38
*
|
Fix unused imports
chemicstry
2022-07-14
1
-1
/
+0
*
|
Fix erasing across banks
chemicstry
2022-07-14
1
-5
/
+3
*
|
Fix writing to last sector of F4 flash
chemicstry
2022-07-14
1
-10
/
+20
|
/
*
fix typo
Philip A Reimer
2022-07-11
1
-1
/
+1
*
Merge #858
bors[bot]
2022-07-11
17
-78
/
+78
|
\
|
*
embassy-stm32: Simplify time
Grant Miller
2022-07-10
17
-78
/
+78
[next]