| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add 32-bit timer support for waveform function | Liu Hancheng | 2025-01-01 | 2 | -9/+34 |
| * | Merge pull request #3700 from fwolter/usb-delay | Dario Nieuwenhuis | 2024-12-31 | 1 | -4/+2 |
| |\ | |||||
| | * | STM32: set USB initialization delay to 1µs | Fabian Wolter | 2024-12-30 | 1 | -4/+2 |
| * | | Merge pull request #3679 from trnila/1wire | Dario Nieuwenhuis | 2024-12-31 | 3 | -24/+424 |
| |\ \ | |||||
| | * | | examples/stm32g0: added ds18b20 temperature sensor on 1-wire bus | Daniel Trnka | 2024-12-22 | 1 | -0/+271 |
| | * | | stm32/usart: half-duplex support for buffered usart | Daniel Trnka | 2024-12-22 | 1 | -2/+98 |
| | * | | stm32/usart: disabling receiver before write in half-duplex moved to a new fu... | Daniel Trnka | 2024-12-22 | 1 | -14/+13 |
| | * | | stm32/usart: configurable readback in half-duplex mode | Daniel Trnka | 2024-12-22 | 1 | -10/+44 |
| * | | | Merge pull request #3688 from klownfish/u5_adc | Dario Nieuwenhuis | 2024-12-31 | 7 | -22/+686 |
| |\ \ \ | |||||
| | * | | | fix formatting | klownfish | 2024-12-31 | 4 | -47/+30 |
| | * | | | cleanup | klownfish | 2024-12-27 | 3 | -46/+49 |
| | * | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-27 | 146 | -618/+658 |
| | |\ \ \ | |||||
| | * | | | | add async read for u5 ADC4 | klownfish | 2024-12-27 | 2 | -45/+177 |
| | * | | | | update metapac version | klownfish | 2024-12-26 | 1 | -2/+2 |
| | * | | | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 518 | -11114/+23313 |
| | |\ \ \ \ | |||||
| | * | | | | | fix adc for u5 | klownfish | 2024-12-18 | 1 | -1/+1 |
| | * | | | | | better u5 adc example | klownfish | 2024-12-18 | 1 | -23/+44 |
| | * | | | | | fix warnings | klownfish | 2024-09-25 | 1 | -9/+1 |
| | * | | | | | resuse adc v4 for u5 | klownfish | 2024-09-25 | 3 | -353/+19 |
| | * | | | | | Merge remote-tracking branch 'origin/main' into u5_adc | klownfish | 2024-09-24 | 36 | -247/+1602 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | add example for u5 ADC | klownfish | 2024-09-24 | 1 | -0/+69 |
| | * | | | | | | WIP: add u5 adc4 | klownfish | 2024-09-24 | 5 | -17/+450 |
| | * | | | | | | Merge branch 'main' of github.com:klownfish/embassy | klownfish | 2024-09-17 | 55 | -681/+988 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | WIP: add u5 adc | klownfish | 2024-09-17 | 2 | -39/+26 |
| | * | | | | | | | Merge branch 'main' of github.com:embassy-rs/embassy | klownfish | 2024-09-11 | 418 | -1484/+18667 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | WIP: u5 adc | klownfish | 2024-09-11 | 2 | -5/+383 |
| * | | | | | | | | | Merge pull request #3697 from tones111/time_driver_example | Dario Nieuwenhuis | 2024-12-31 | 2 | -4/+9 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | fix embassy-time-driver example | Paul Sbarra | 2024-12-29 | 2 | -4/+9 |
| * | | | | | | | | | | Merge pull request #3699 from bugadani/faq | James Munns | 2024-12-30 | 1 | -12/+3 |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| | * | | | | | | | | | Update faq | Dániel Buga | 2024-12-30 | 1 | -12/+3 |
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #3698 from bugadani/desugar | Dario Nieuwenhuis | 2024-12-30 | 18 | -124/+103 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Desugar some async fns | Dániel Buga | 2024-12-30 | 18 | -124/+103 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge pull request #3691 from fatfingers23/feature/rm2_feature_flag | Dario Nieuwenhuis | 2024-12-29 | 11 | -86/+233 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Removed the cyw43-pio overclock feature | Bailey Townsend | 2024-12-28 | 4 | -56/+52 |
| | * | | | | | | | | Fixes ci (hopefully) | Bailey Townsend | 2024-12-28 | 2 | -5/+13 |
| | * | | | | | | | | Added new param to examples and created a pico plus 2 w example | Bailey Townsend | 2024-12-28 | 6 | -10/+149 |
| | * | | | | | | | | Work done | Bailey Townsend | 2024-12-27 | 2 | -27/+23 |
| | * | | | | | | | | Added a new rm2 feature flag | Bailey Townsend | 2024-12-27 | 2 | -1/+9 |
| | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | | Merge pull request #3692 from 9names/embassy-usb-fix-build-w-log | Dario Nieuwenhuis | 2024-12-29 | 3 | -1/+16 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | ci: add embassy-usb to build tests | 9names | 2024-12-29 | 1 | -0/+9 |
| | * | | | | | | | embassy-usb: fix building with optional log feature | 9names | 2024-12-28 | 2 | -1/+7 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #3685 from Tiwalun/nrf54l-debug-unlock | Dario Nieuwenhuis | 2024-12-26 | 2 | -10/+68 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | nrf54l: Allow debug access from firmware sid3 | Dominik Boehi | 2024-12-26 | 2 | -10/+68 |
| * | | | | | | | | Merge pull request #3687 from diondokter/improve-dualcore-safety | Dario Nieuwenhuis | 2024-12-25 | 1 | -2/+42 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Write the flag sooner with a known value | Dion Dokter | 2024-12-25 | 1 | -0/+5 |
| | * | | | | | | | Make SharedData repr C | Dion Dokter | 2024-12-25 | 1 | -2/+37 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #3684 from embassy-rs/useless-std-features | Dario Nieuwenhuis | 2024-12-25 | 5 | -11/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Remove useless std cargo features. | Dario Nieuwenhuis | 2024-12-25 | 5 | -11/+3 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #3682 from Eekle/usb_composite_iars_by_default | Dario Nieuwenhuis | 2024-12-24 | 31 | -209/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Update default docs for device class fields | Eekle | 2024-12-24 | 1 | -3/+6 |
