| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 31 | -32/+32 | |
| * | stm32/sdmmc: add init_card retry. | Dario Nieuwenhuis | 2023-04-17 | 1 | -1/+12 | |
| * | Merge #1369 | bors[bot] | 2023-04-17 | 5 | -8/+8 | |
| |\ | ||||||
| | * | update to released versions | Ulf Lilleengen | 2023-04-17 | 3 | -6/+6 | |
| | * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 5 | -8/+8 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge #1371 #1374 | bors[bot] | 2023-04-17 | 2 | -3/+3 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | | * | stm32: fix defective example | xoviat | 2023-04-16 | 1 | -2/+2 | |
| | |/ |/| | ||||||
| | * | stm32/rtc: remove chrono datetime and add converters | xoviat | 2023-04-16 | 1 | -1/+1 | |
| |/ | ||||||
| * | stm32/sdmmc: switch to AFIT. | Dario Nieuwenhuis | 2023-04-15 | 1 | -1/+1 | |
| * | 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 | |
| | |\ | ||||||
