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
*
run fmt
Mathieu Dupont
2023-04-03
1
-1
/
+0
*
Add MCO support for L4 and F4 families
Mathieu Dupont
2023-04-03
2
-0
/
+58
*
Example using the PIO to drive WS2812 aka Neopixel RGB leds
Caleb Jamison
2023-03-11
2
-0
/
+143
*
Merge #1267
bors[bot]
2023-03-08
10
-14
/
+10
|
\
|
*
Fix examples broken by the macro fix.
Dario Nieuwenhuis
2023-03-08
10
-14
/
+10
*
|
Merge upstream
Mehmet Ali Anil
2023-03-07
44
-281
/
+344
|
\
|
|
*
nrf/usb: switch to new interrupt binding, fix vbus detect on nrf53.
Dario Nieuwenhuis
2023-03-06
7
-56
/
+76
|
*
nrf/twis: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-5
/
+7
|
*
nrf/temp: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-3
/
+6
|
*
nrf/twim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
2
-6
/
+12
|
*
nrf/spis: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-3
/
+6
|
*
nrf/spim: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
3
-9
/
+18
|
*
nrf/saadc: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
2
-4
/
+12
|
*
nrf/rng: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
2
-4
/
+12
|
*
nrf/qspi: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
2
-6
/
+12
|
*
nrf/qdec: make available on all chips, use Instance trait, switch to new inte...
Dario Nieuwenhuis
2023-03-06
1
-3
/
+6
|
*
nrf/pdm: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
1
-3
/
+7
|
*
nrf/i2s: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
3
-14
/
+19
|
*
nrf/timer: remove awaitable.
Dario Nieuwenhuis
2023-03-06
1
-26
/
+0
|
*
nrf/uart: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
5
-16
/
+33
|
*
Merge pull request #1232 from embassy-rs/nrf-qspi-fixes
Dario Nieuwenhuis
2023-03-05
2
-7
/
+13
|
|
\
|
|
*
nrf/qspi: add _raw variants of methods that don't do bounds checks.
Dario Nieuwenhuis
2023-03-05
2
-0
/
+6
|
|
*
nrf/qspi: remove FLASH_SIZE const generic param.
Dario Nieuwenhuis
2023-03-05
2
-2
/
+2
|
|
*
nrf/qspi: always use u32 for addresses.
Dario Nieuwenhuis
2023-03-05
1
-5
/
+5
|
*
|
nrf/buffered_uarte: make available on stable.
Dario Nieuwenhuis
2023-03-04
1
-1
/
+1
|
*
|
nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.
Dario Nieuwenhuis
2023-03-04
1
-9
/
+3
|
|
/
|
*
Merge pull request #1244 from embassy-rs/interruptexecutor
Dario Nieuwenhuis
2023-03-01
5
-49
/
+89
|
|
\
|
|
*
cortex-m/executor: don't use the owned interrupts system.
Dario Nieuwenhuis
2023-02-28
5
-49
/
+89
|
*
|
Example fixes.
Dario Nieuwenhuis
2023-03-01
6
-56
/
+11
|
|
/
|
*
examples/std: fix net running out of sockets.
Dario Nieuwenhuis
2023-02-26
3
-3
/
+3
*
|
Bump embedded-storage-async to 0.4
Mehmet Ali Anil
2023-03-06
2
-2
/
+2
|
/
*
stm32/sdmmc: Implement proper clock configuration
chemicstry
2023-02-23
2
-1
/
+3
*
nrf: rename UARTETWISPIn -> SERIALn
Dario Nieuwenhuis
2023-02-21
1
-1
/
+1
*
examples/stm32wb: do not reserve words at start of RAM.
Dario Nieuwenhuis
2023-02-20
1
-1
/
+1
*
-
.
Merge #1218 #1219
bors[bot]
2023-02-19
1
-2
/
+37
|
\
\
|
|
*
stm32/sdmmc: Fix SDIOv1 writes
chemicstry
2023-02-18
1
-2
/
+37
|
|
/
*
|
Merge #1217
bors[bot]
2023-02-19
2
-2
/
+2
|
\
\
|
*
|
Fix a typo in "PioPeripheral"
sekoia
2023-02-15
2
-2
/
+2
|
|
/
*
/
examples/stm32wb: fix linker script.
Dario Nieuwenhuis
2023-02-19
1
-1
/
+1
|
/
*
fix h7 examples
Dario Nieuwenhuis
2023-02-10
2
-1
/
+24
*
exmaples/dns: don't use the socket.
Dario Nieuwenhuis
2023-02-10
1
-6
/
+3
*
Rewrite to use a single socket
Ulf Lilleengen
2023-02-10
1
-2
/
+1
*
Add DNS socket to embassy-net
Ulf Lilleengen
2023-02-10
2
-1
/
+103
*
usb: use InterfaceNumber in msos.
Dario Nieuwenhuis
2023-02-08
1
-1
/
+2
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
19
-30
/
+13
*
Lazily encode UTF16 values and add docs
alexmoon
2023-02-07
1
-17
/
+8
*
Convert MS OS descriptor builder to a writer API
alexmoon
2023-02-07
2
-1
/
+145
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
10
-25
/
+25
*
-
.
Merge #1173 #1174
bors[bot]
2023-01-24
3
-3
/
+3
|
\
\
|
|
*
add missing copy of icmpv6 checksum
Ulf Lilleengen
2023-01-24
1
-1
/
+1
|
|
/
|
/
|
[next]