| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | formatting | rafael | 2024-12-02 | 2 | -5/+5 |
| * | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 3 | -11/+22 |
| * | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4 | Dario Nieuwenhuis | 2024-12-02 | 2 | -10/+219 |
| |\ | |||||
| | * | stm32 adc g4: example of async read | Ivan Li | 2024-11-23 | 1 | -0/+60 |
| | * | stm32 adc g4 async read | Ivan Li | 2024-11-23 | 1 | -10/+159 |
| * | | Merge pull request #3588 from elagil/fix_sai_write_immediate | Dario Nieuwenhuis | 2024-12-02 | 1 | -1/+12 |
| |\ \ | |||||
| | * | | doc: improve comment | elagil | 2024-11-28 | 1 | -1/+8 |
| | * | | fix: make `write_immediate()` for ring buffers right-aligned | elagil | 2024-11-28 | 1 | -1/+5 |
| * | | | Merge pull request #3597 from decaday/fix/typo-multi-time-driver-feature | Dario Nieuwenhuis | 2024-12-02 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | fix: error message for multiple time-driver-xxx cargo features | decaday | 2024-12-02 | 1 | -1/+1 |
| * | | | | Merge pull request #3598 from Gerharddc/main | Ulf Lilleengen | 2024-12-02 | 3 | -51/+70 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | embassy-dfu-usb: Improve debuggability | Gerhard de Clercq | 2024-12-02 | 3 | -51/+70 |
| |/ / / | |||||
| * | | | Merge pull request #3595 from Sizurka/stm32-usart-databits | Dario Nieuwenhuis | 2024-12-01 | 1 | -22/+63 |
| |\ \ \ | |||||
| | * | | | stm32/usart: Implement data bit selection | Derek Hageman | 2024-12-01 | 1 | -22/+63 |
| * | | | | Merge pull request #3592 from bugadani/fix | Dario Nieuwenhuis | 2024-12-01 | 1 | -2/+5 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Only recompute allocated alarms | Dániel Buga | 2024-11-30 | 1 | -1/+1 |
| | * | | | RTC: Trigger expired alarms | Dániel Buga | 2024-11-30 | 1 | -1/+4 |
| |/ / / | |||||
| * | | | Merge pull request #3591 from embassy-rs/fix-example-build-warning | Ulf Lilleengen | 2024-11-29 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Rename example crate to remove warning | Ulf Lilleengen | 2024-11-29 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3583 from williams-one/add-flash-bank-selection-for-erase | Dario Nieuwenhuis | 2024-11-28 | 2 | -5/+15 |
| |\ \ | |||||
| | * | | stm32u5: Add flash bank selection when erasing a sector | William | 2024-11-27 | 1 | -3/+13 |
| | * | | stm32: Update STM32 data source | William | 2024-11-27 | 1 | -2/+2 |
| * | | | Merge pull request #3586 from eZioPan/stm32-time-drive-macro | Dario Nieuwenhuis | 2024-11-28 | 1 | -24/+0 |
| |\ \ \ | |||||
| | * | | | stm32: remove redundant time-driver macro | eZio Pan | 2024-11-28 | 1 | -24/+0 |
| |/ / / | |||||
| * | | | Merge pull request #3585 from embassy-rs/net-release2 | Dario Nieuwenhuis | 2024-11-28 | 24 | -24/+52 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 24 | -23/+51 |
| | * | | net: update to smoltcp v0.12.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #3582 from itswenb/main | Dario Nieuwenhuis | 2024-11-27 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Add missing clock check | Bing Wen | 2024-11-27 | 1 | -0/+1 |
| * | | | Merge pull request #3574 from itswenb/main | Ulf Lilleengen | 2024-11-27 | 7 | -41/+65 |
| |\| | | |||||
| | * | | Change compile condition | Bing Wen | 2024-11-27 | 1 | -2/+5 |
| | * | | Fix & Revert | Bing Wen | 2024-11-27 | 3 | -1/+4 |
| | * | | Add new | Bing Wen | 2024-11-27 | 6 | -88/+66 |
| | * | | Add new feature to enable overclocking | Bing Wen | 2024-11-26 | 6 | -23/+63 |
| * | | | Merge pull request #3556 from chrenderle/low-power | Dario Nieuwenhuis | 2024-11-25 | 5 | -13/+38 |
| |\ \ \ | |||||
| | * | | | low-power: add support for stop for stm32u0 | Christian Enderle | 2024-11-22 | 3 | -7/+12 |
| | * | | | low-power: add basic support for stm32u0 | Christian Enderle | 2024-11-22 | 4 | -5/+16 |
| | * | | | rtc: reorganize low-power SealedInstance | Christian Enderle | 2024-11-22 | 1 | -4/+10 |
| | * | | | rcc: enable lse for stm32u0 | Christian Enderle | 2024-11-22 | 1 | -2/+5 |
| * | | | | Merge pull request #3570 from elagil/use_latest_metapac | Dario Nieuwenhuis | 2024-11-24 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | chore: use latest metapac | elagil | 2024-11-24 | 1 | -2/+2 |
| |/ / / / | |||||
| * | / / | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 19 | -69/+46 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #3212 from elagil/feat_usb_prepare_for_uac | Dario Nieuwenhuis | 2024-11-23 | 8 | -0/+1880 |
| |\ \ \ | |||||
| | * | | | feat: change SOF timer to input capture | elagil | 2024-11-24 | 2 | -38/+61 |
| | * | | | feat(stm32h5): add usb audio example | elagil | 2024-11-24 | 1 | -0/+367 |
| | * | | | feat(stm32f4): add usb audio example | elagil | 2024-11-24 | 2 | -0/+376 |
| | * | | | feat(usb): add USB Audio Class 1 | elagil | 2024-11-24 | 5 | -0/+1114 |
| |/ / / | |||||
| * | | | otg: use const blocks for init. | Dario Nieuwenhuis | 2024-11-24 | 1 | -12/+9 |
| * | | | otg: fix corruption in CONTROL OUT transfers in stm32f4. | Dario Nieuwenhuis | 2024-11-24 | 2 | -81/+52 |
| * | | | otg: improve trace logging, print bytes as hex. | Dario Nieuwenhuis | 2024-11-24 | 2 | -5/+8 |
