aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* feat/stm32: disable multicast filtering on eth v2Krzysztof Królczyk2024-11-011-0/+3
* Merge pull request #3475 from diondokter/qspi-asyncDario Nieuwenhuis2024-10-301-4/+43
|\
| * Add check for the flipside of the coin tooDion Dokter2024-10-291-8/+11
| * Fix typoDion Dokter2024-10-291-1/+1
| * Add some sanity checksDion Dokter2024-10-291-0/+12
| * Expose async functions for QSPIDion Dokter2024-10-291-4/+28
* | Merge pull request #3458 from williams-one/fix-ltdc-settings-for-stm32u5Dario Nieuwenhuis2024-10-291-0/+3
|\ \
| * | Update CFBLR configurationWilliam2024-10-251-0/+3
* | | Merge pull request #3456 from HaoboGu/feat/ospi_mmDario Nieuwenhuis2024-10-271-0/+65
|\ \ \
| * | | feat(ospi): add ospi exampleHaobo Gu2024-10-261-7/+2
| * | | feat(ospi): add memory mapped modeHaobo Gu2024-10-251-15/+48
| * | | feat: set ospi memory mapped modeHaobo Gu2024-10-231-0/+37
* | | | Merge pull request #3468 from korken89/fix-can-hangDario Nieuwenhuis2024-10-271-3/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | This fixes 2 issues where STM32 BXCAN would hangEmil Fresk2024-10-271-3/+7
* | | | Merge pull request #3317 from GrantM11235/simplepwmchannelUlf Lilleengen2024-10-233-48/+232
|\ \ \ \
| * | | | Make clone_unchecked workGrant Miller2024-09-212-4/+2
| * | | | wip: split by valueGrant Miller2024-09-073-6/+21
| * | | | 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