| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat/stm32: disable multicast filtering on eth v2 | Krzysztof Królczyk | 2024-11-01 | 1 | -0/+3 |
| * | Merge pull request #3475 from diondokter/qspi-async | Dario Nieuwenhuis | 2024-10-30 | 1 | -4/+43 |
| |\ | |||||
| | * | Add check for the flipside of the coin too | Dion Dokter | 2024-10-29 | 1 | -8/+11 |
| | * | Fix typo | Dion Dokter | 2024-10-29 | 1 | -1/+1 |
| | * | Add some sanity checks | Dion Dokter | 2024-10-29 | 1 | -0/+12 |
| | * | Expose async functions for QSPI | Dion Dokter | 2024-10-29 | 1 | -4/+28 |
| * | | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5 | Dario Nieuwenhuis | 2024-10-29 | 1 | -0/+3 |
| |\ \ | |||||
| | * | | Update CFBLR configuration | William | 2024-10-25 | 1 | -0/+3 |
| * | | | Merge pull request #3456 from HaoboGu/feat/ospi_mm | Dario Nieuwenhuis | 2024-10-27 | 1 | -0/+65 |
| |\ \ \ | |||||
| | * | | | feat(ospi): add ospi example | Haobo Gu | 2024-10-26 | 1 | -7/+2 |
| | * | | | feat(ospi): add memory mapped mode | Haobo Gu | 2024-10-25 | 1 | -15/+48 |
| | * | | | feat: set ospi memory mapped mode | Haobo Gu | 2024-10-23 | 1 | -0/+37 |
| * | | | | Merge pull request #3468 from korken89/fix-can-hang | Dario Nieuwenhuis | 2024-10-27 | 1 | -3/+7 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | This fixes 2 issues where STM32 BXCAN would hang | Emil Fresk | 2024-10-27 | 1 | -3/+7 |
| * | | | | Merge pull request #3317 from GrantM11235/simplepwmchannel | Ulf Lilleengen | 2024-10-23 | 3 | -48/+232 |
| |\ \ \ \ | |||||
| | * | | | | Make clone_unchecked work | Grant Miller | 2024-09-21 | 2 | -4/+2 |
| | * | | | | wip: split by value | Grant Miller | 2024-09-07 | 3 | -6/+21 |
| | * | | | | last oops I promise | Grant Miller | 2024-09-06 | 1 | -3/+3 |
| | * | | | | Missing docs | Grant Miller | 2024-09-06 | 1 | -0/+9 |
| | * | | | | oops again | Grant Miller | 2024-09-06 | 1 | -4/+4 |
| | * | | | | oops | Grant Miller | 2024-09-06 | 1 | -2/+6 |
| | * | | | | Match embedded-hal api | Grant Miller | 2024-09-06 | 1 | -33/+72 |
| | * | | | | Deduplicate SimplePwm's channel methods | Grant Miller | 2024-09-06 | 1 | -56/+63 |
| | * | | | | embassy-stm32: Add SimplePwmChannel | Grant Miller | 2024-09-06 | 1 | -0/+112 |
| * | | | | | Merge pull request #3444 from dnbln/main | Dario Nieuwenhuis | 2024-10-22 | 1 | -5/+14 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | fix: review comments | Dinu Blanovschi | 2024-10-22 | 1 | -23/+3 |
| | * | | | | fix | Dinu Blanovschi | 2024-10-22 | 1 | -2/+2 |
| | * | | | | fix | Dinu Blanovschi | 2024-10-22 | 1 | -4/+21 |
| | * | | | | fix | Dinu Blanovschi | 2024-10-22 | 1 | -1/+2 |
| | * | | | | fix + allow both conditions on the irq and the handlers | Dinu Blanovschi | 2024-10-22 | 1 | -3/+12 |
| | * | | | | feat(stm32): allow `bind_interrupts!` to accept conditional compilation attrs | Dinu Blanovschi | 2024-10-22 | 1 | -1/+3 |
| | | |/ / | |/| | | |||||
| * | | | | :memo: fix wrong comment | Lucas Martins | 2024-10-21 | 1 | -2/+2 |
| * | | | | fmt | Lucas Martins | 2024-10-21 | 1 | -1/+0 |
| * | | | | add uart permutations usefull for rs485 | Lucas Martins | 2024-10-21 | 1 | -0/+49 |
| * | | | | stm32/flash: add stm32f2, stm32h5 flash driver | Lucas Martins | 2024-10-21 | 2 | -2/+180 |
| * | | | | Merge pull request #3435 from embassy-rs/octospim-fix | Dario Nieuwenhuis | 2024-10-20 | 2 | -6/+10 |
| |\ \ \ \ | |||||
| | * | | | | stm32: Fix build for chips with octospim but not octospi2. | Dario Nieuwenhuis | 2024-10-21 | 2 | -6/+10 |
| * | | | | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | stm32/flash: add support for l5 | Christian Enderle | 2024-10-17 | 2 | -28/+107 |
| * | | | | Revise I2S interface to ring-buffered. | Alexandros Liarokapis | 2024-10-16 | 2 | -79/+273 |
| * | | | | add RTR flag if it is remote frame | Tu Nguyen | 2024-10-16 | 1 | -1/+4 |
| * | | | | Merge pull request #3336 from liarokapisv/stm32-alternative-ringbuffer-impl | Ulf Lilleengen | 2024-10-16 | 12 | -692/+732 |
| |\ \ \ \ | |||||
| | * | | | | stm32: Automatically clear on WritableRingBuffer start | Alexandros Liarokapis | 2024-10-15 | 1 | -1/+2 |
| | * | | | | fix adc/ringbuffered_v2.rs | Alexandros Liarokapis | 2024-10-15 | 3 | -2/+8 |
| | * | | | | simplify if/else handling on ringbuffer | Alexandros Liarokapis | 2024-10-15 | 1 | -7/+4 |
| | * | | | | stm32: fix ringbugger overrun errors due to bad dma wrap-around behavior | Alexandros Liarokapis | 2024-10-15 | 5 | -118/+73 |
| | * | | | | use request_pause instead of request_stop at adc shutdown | Alexandros Liarokapis | 2024-10-15 | 1 | -1/+1 |
| | * | | | | overrun at invalid diffs, rename clear to reset, simplify dma_sync method | Alexandros Liarokapis | 2024-10-15 | 6 | -54/+50 |
| | * | | | | make len method take mut self and remove sync index calls | Alexandros Liarokapis | 2024-10-15 | 1 | -20/+12 |
| | * | | | | add auto-clear functionality to ringbuffer | Alexandros Liarokapis | 2024-10-15 | 3 | -22/+40 |
