aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | last oops I promiseGrant Miller2024-09-061-3/+3
| | | * | | | | Missing docsGrant Miller2024-09-061-0/+9
| | | * | | | | oops againGrant Miller2024-09-061-4/+4
| | | * | | | | oopsGrant Miller2024-09-061-2/+6
| | | * | | | | Match embedded-hal apiGrant Miller2024-09-061-33/+72
| | | * | | | | Deduplicate SimplePwm's channel methodsGrant Miller2024-09-061-56/+63
| | | * | | | | embassy-stm32: Add SimplePwmChannelGrant Miller2024-09-061-0/+112
| | * | | | | | Merge pull request #3444 from dnbln/mainDario Nieuwenhuis2024-10-221-5/+14
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | fix: review commentsDinu Blanovschi2024-10-221-23/+3
| | | * | | | | fixDinu Blanovschi2024-10-221-2/+2
| | | * | | | | fixDinu Blanovschi2024-10-221-4/+21
| | | * | | | | fixDinu Blanovschi2024-10-221-1/+2
| | | * | | | | fix + allow both conditions on the irq and the handlersDinu Blanovschi2024-10-221-3/+12
| | | * | | | | feat(stm32): allow `bind_interrupts!` to accept conditional compilation attrsDinu Blanovschi2024-10-221-1/+3
| | | | |/ / / | | | |/| | |
| | * | | | | :memo: fix wrong commentLucas Martins2024-10-211-2/+2
| | * | | | | fmtLucas Martins2024-10-211-1/+0
| | * | | | | add uart permutations usefull for rs485Lucas Martins2024-10-211-0/+49
| | * | | | | stm32/flash: add stm32f2, stm32h5 flash driverLucas Martins2024-10-212-2/+180
| | * | | | | Merge pull request #3435 from embassy-rs/octospim-fixDario Nieuwenhuis2024-10-202-6/+10
| | |\ \ \ \ \
| | | * | | | | stm32: Fix build for chips with octospim but not octospi2.Dario Nieuwenhuis2024-10-212-6/+10
| | * | | | | | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
| | |/ / / / /
| | * | | | | stm32/flash: add support for l5Christian Enderle2024-10-172-28/+107
| | * | | | | Revise I2S interface to ring-buffered.Alexandros Liarokapis2024-10-162-79/+273
| | * | | | | add RTR flag if it is remote frameTu Nguyen2024-10-161-1/+4
| | * | | | | Merge pull request #3336 from liarokapisv/stm32-alternative-ringbuffer-implUlf Lilleengen2024-10-1612-692/+732
| | |\ \ \ \ \
| | | * | | | | stm32: Automatically clear on WritableRingBuffer startAlexandros Liarokapis2024-10-151-1/+2
| | | * | | | | fix adc/ringbuffered_v2.rsAlexandros Liarokapis2024-10-153-2/+8
| | | * | | | | simplify if/else handling on ringbufferAlexandros Liarokapis2024-10-151-7/+4
| | | * | | | | stm32: fix ringbugger overrun errors due to bad dma wrap-around behaviorAlexandros Liarokapis2024-10-155-118/+73
| | | * | | | | use request_pause instead of request_stop at adc shutdownAlexandros Liarokapis2024-10-151-1/+1
| | | * | | | | overrun at invalid diffs, rename clear to reset, simplify dma_sync methodAlexandros Liarokapis2024-10-156-54/+50
| | | * | | | | make len method take mut self and remove sync index callsAlexandros Liarokapis2024-10-151-20/+12
| | | * | | | | add auto-clear functionality to ringbufferAlexandros Liarokapis2024-10-153-22/+40
| | | * | | | | simplify and rename ringbuffer methods, make len availableAlexandros Liarokapis2024-10-151-49/+43
| | | * | | | | stm32: initial support for alternative ringbuffer implementationAlexandros Liarokapis2024-10-158-672/+753
| | | | |_|/ / | | | |/| | |
| | * / | | | STM32 QSPI typo (#3418)Dion Dokter2024-10-151-1/+1
| | |/ / / /
| | * | | | Stm32: implement async flush for UARTРоман Кривенков2024-10-141-11/+58
| | * | | | rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
| | * | | | Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-3/+10
| | * | | | Add octospim support for octospi (#3102)HaoboGu2024-10-132-0/+151
| | * | | | Merge pull request #3299 from badrbouslikhin/mainDario Nieuwenhuis2024-10-131-2/+5
| | |\ \ \ \
| | | * | | | fix(stm32): disable transmitter during half-duplex readBadr Bouslikhin2024-08-301-2/+5
| | | | |/ / | | | |/| |
| | * | | | stm32: add RX Pull configuration option to USARTBeat Küng2024-10-122-9/+13
| | * | | | stm32/i2c: disable pullup instead of pulldownFabian Viöl2024-10-101-2/+2
| | * | | | Merge pull request #3404 from farmblox/fix-stm32-exti-low-powerDario Nieuwenhuis2024-10-081-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | fix: stm32l0 low-power EXTI IRQ handler wiped pending bits before they were c...Lena Berlin2024-10-081-3/+3
| | | |/ /
| * | | | fix adc for u5klownfish2024-12-181-1/+1
| * | | | fix warningsklownfish2024-09-251-9/+1
| * | | | resuse adc v4 for u5klownfish2024-09-253-353/+19
| * | | | Merge remote-tracking branch 'origin/main' into u5_adcklownfish2024-09-2411-99/+245
| |\| | |