| Commit message (Expand) | Author | Age | Files | Lines |
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 33 | -33/+33 |
| * | Fix duplicate package name | Sebastian Goll | 2023-04-11 | 1 | -1/+1 |
| * | stm32: remove subghz feature. | Dario Nieuwenhuis | 2023-04-07 | 1 | -1/+1 |
| * | Merge #1330 | bors[bot] | 2023-04-06 | 1 | -0/+77 |
| |\ |
|
| | * | stm32/pwm: fix unused import | xoviat | 2023-04-05 | 1 | -1/+1 |
| | * | stm32/pwm: add complementary pwm example | xoviat | 2023-04-05 | 1 | -0/+77 |
| * | | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 7 | -133/+46 |
| * | | Merge #1333 | bors[bot] | 2023-04-06 | 1 | -0/+35 |
| |\ \ |
|
| | * | | Fix example reference voltage | Grant Miller | 2023-04-05 | 1 | -4/+3 |
| | * | | Fix example | Grant Miller | 2023-04-05 | 1 | -3/+12 |
| | * | | Update STM32F0 ADC example to use `read_internal` | Matthew W. Samsonoff | 2023-04-05 | 1 | -2/+5 |
| | * | | Add ADC example for STM32F0 | Matthew W. Samsonoff | 2023-04-05 | 1 | -0/+24 |
| * | | | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 13 | -0/+615 |
| |/ / |
|
| * | | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 7 | -14/+15 |
| * | | 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 |
| * | Merge #1321 | bors[bot] | 2023-04-04 | 35 | -35/+35 |
| |\ |
|
| | * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 35 | -35/+35 |
| * | | Merge #1313 | bors[bot] | 2023-04-04 | 2 | -26/+4 |
| |\ \ |
|
| | * | | Fix interrupt handling so it is similar to before the rework, and fix examples | Mathias | 2023-03-31 | 2 | -26/+4 |
| | |/ |
|
| * | | 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 |