| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | | | | | 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 | |
| | | | * | | | | | simplify and rename ringbuffer methods, make len available | Alexandros Liarokapis | 2024-10-15 | 1 | -49/+43 | |
| | | | * | | | | | stm32: initial support for alternative ringbuffer implementation | Alexandros Liarokapis | 2024-10-15 | 8 | -672/+753 | |
| | | | | |_|/ / | | | |/| | | | ||||||
| | | * / | | | | STM32 QSPI typo (#3418) | Dion Dokter | 2024-10-15 | 1 | -1/+1 | |
| | | |/ / / / | ||||||
| | | * | | | | Stm32: implement async flush for UART | Роман Кривенков | 2024-10-14 | 1 | -11/+58 | |
| | | * | | | | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 | |
| | | * | | | | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -3/+10 | |
| | | * | | | | Add octospim support for octospi (#3102) | HaoboGu | 2024-10-13 | 2 | -0/+151 | |
| | | * | | | | Merge pull request #3299 from badrbouslikhin/main | Dario Nieuwenhuis | 2024-10-13 | 1 | -2/+5 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | fix(stm32): disable transmitter during half-duplex read | Badr Bouslikhin | 2024-08-30 | 1 | -2/+5 | |
| | | | | |/ / | | | |/| | | ||||||
| | | * | | | | stm32: add RX Pull configuration option to USART | Beat Küng | 2024-10-12 | 2 | -9/+13 | |
| | | * | | | | stm32/i2c: disable pullup instead of pulldown | Fabian Viöl | 2024-10-10 | 1 | -2/+2 | |
| | | * | | | | Merge pull request #3404 from farmblox/fix-stm32-exti-low-power | Dario Nieuwenhuis | 2024-10-08 | 1 | -3/+3 | |
| | | |\ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | | | * | | | fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c... | Lena Berlin | 2024-10-08 | 1 | -3/+3 | |
| | | | |/ / | ||||||
| | * | | | | fix adc for u5 | klownfish | 2024-12-18 | 1 | -1/+1 | |
| | * | | | | 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 | 11 | -99/+245 | |
| | |\| | | | ||||||
