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
*
Merge pull request #2414 from JomerDev/usb-logger-without-device
Ulf Lilleengen
2024-02-12
1
-0
/
+117
|
\
|
*
Add example
Jomer.Dev
2024-01-08
1
-0
/
+117
*
|
stm32/rcc: port F3 RCC to new API
Dario Nieuwenhuis
2024-02-12
6
-35
/
+71
*
|
restore original public API of timer, but keep new PAC
eZio Pan
2024-02-10
1
-2
/
+2
*
|
add methods with macro
eZio Pan
2024-02-10
1
-2
/
+2
*
|
update timer mod after stm32-metapac timer_v2
eZio Pan
2024-02-09
2
-14
/
+14
*
|
Merge pull request #2544 from shufps/feat/adc-l0
Dario Nieuwenhuis
2024-02-09
1
-0
/
+40
|
\
\
|
*
|
made adc example working with default clock configuration and switched in `v1...
shufps
2024-02-08
1
-7
/
+2
|
*
|
clippy
shufps
2024-02-08
1
-2
/
+1
|
*
|
cargo fmt
shufps
2024-02-08
1
-1
/
+1
|
*
|
added ADC example running on L0
shufps
2024-02-08
1
-0
/
+46
*
|
|
fix(boot): update examples
Badr Bouslikhin
2024-02-07
18
-44
/
+24
*
|
|
fix(boot): update stm32wb-dfu example readme
Badr Bouslikhin
2024-02-07
2
-2
/
+2
*
|
|
feat: enhance bootloader for multiple flash support
Badr Bouslikhin
2024-02-06
7
-3
/
+202
|
/
/
*
|
nrf/gpiote: add support for nrf51.
Dario Nieuwenhuis
2024-02-04
1
-1
/
+1
*
|
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-3
/
+3
*
|
Merge pull request #2410 from eZioPan/waveform-on-CHx
Dario Nieuwenhuis
2024-02-01
1
-1
/
+1
|
\
\
|
*
|
impl waveform with TIM Channel
eZio Pan
2024-01-06
1
-1
/
+1
|
|
/
*
|
stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C.
Dario Nieuwenhuis
2024-02-01
5
-5
/
+6
*
|
Implement MII interface
Simon B. Gasse
2024-02-01
6
-5
/
+147
*
|
Rename timeout_at to with_deadline
Caleb Jamison
2024-01-31
1
-3
/
+3
*
|
Add timeout_at convenience function and example.
Caleb Jamison
2024-01-31
1
-0
/
+80
*
|
Merge pull request #2469 from embassy-rs/nrf51-basic-support
Dario Nieuwenhuis
2024-01-31
5
-0
/
+89
|
\
\
|
*
|
lower arena for nrf51
Ulf Lilleengen
2024-01-25
1
-1
/
+1
|
*
|
adjust memory settings for lower end variant
Ulf Lilleengen
2024-01-25
1
-2
/
+2
|
*
|
fix: use nrf51-dk chip variant
Ulf Lilleengen
2024-01-25
1
-2
/
+2
|
*
|
fix doc comment
Ulf Lilleengen
2024-01-24
1
-1
/
+1
|
*
|
rustfmt
Ulf Lilleengen
2024-01-24
1
-1
/
+0
|
*
|
feat: add basic support for nRF51 chips to embassy-nrf
Ulf Lilleengen
2024-01-24
5
-0
/
+90
*
|
|
Add FDCAN examples for STM32G4, STM32H5 and STM32H7
Corey Schuhen
2024-01-31
4
-1
/
+205
*
|
|
Add FDCAN dependency in correct flavor based on selected chip.
Tomasz bla Fortuna
2024-01-31
1
-1
/
+1
*
|
|
fix: typo in netcat command for std example
Valentin Trophime
2024-01-29
1
-2
/
+2
|
/
/
*
|
rp/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
10
-35
/
+26
*
|
nrf/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
4
-24
/
+16
*
|
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
25
-91
/
+65
*
|
Remove nightly-only flags from cargo configs.
Dario Nieuwenhuis
2024-01-22
3
-7
/
+7
*
|
fix wrong formatting due to not using nightly rustfmt
Dennis Ranke
2024-01-20
1
-10
/
+5
*
|
add pio_i2s example for RP2040
Dennis Ranke
2024-01-20
1
-0
/
+130
*
|
feat: Extended the Scan API
umgefahren
2024-01-19
1
-1
/
+1
*
|
Merge pull request #2452 from shufps/feat/usb-L1-fix-and-usb-serial-example
Dario Nieuwenhuis
2024-01-15
2
-0
/
+104
|
\
\
|
*
|
usb-serial with HSI
shufps
2024-01-14
1
-0
/
+103
|
*
|
changes to get usb working on a L1. Adds a usb_serial example too
shufps
2024-01-14
1
-0
/
+1
*
|
|
Add cyw43 package versions to rp-examples Cargo.toml
9names
2024-01-13
1
-2
/
+2
|
/
/
*
|
fix: rustfmt
Ulf Lilleengen
2024-01-12
1
-1
/
+2
*
|
fix: update after api change
Ulf Lilleengen
2024-01-12
2
-18
/
+15
*
|
boot: bump crates to 0.2
Dario Nieuwenhuis
2024-01-12
10
-11
/
+11
*
|
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Dario Nieuwenhuis
2024-01-11
38
-87
/
+87
*
|
time: split queue driver too, don't reexport drivers.
Dario Nieuwenhuis
2024-01-11
1
-0
/
+1
*
|
Merge pull request #2436 from embassy-rs/embassy-nrf-docs-nrf91-example
Dario Nieuwenhuis
2024-01-11
5
-0
/
+89
|
\
\
|
*
|
trim nrf9160 example deps
Ulf Lilleengen
2024-01-11
1
-20
/
+0
[next]