aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* fix merge conflictgoueslati2023-06-1224-126/+323
|\
| * Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-095-6/+6
| * Remove executor dep+reexports from HALs.Dario Nieuwenhuis2023-06-091-1/+0
| * Rename to follow ref manual and CubeIDECarl St-Laurent2023-06-081-10/+10
| * Merge branch 'master' into stm32g4-pllCarl St-Laurent2023-06-0824-131/+134
| |\
| | * Add `rt` feature to HALs, cfg out interrupt handling when not set.Dario Nieuwenhuis2023-06-084-0/+10
| | * Reexport NVIC_PRIO_BITS at HAL root.Dario Nieuwenhuis2023-06-081-0/+2
| | * asdgDario Nieuwenhuis2023-06-081-1/+1
| | * Make interrupt module more standard.Dario Nieuwenhuis2023-06-0822-127/+118
| * | CleanupCarl St-Laurent2023-06-041-5/+3
| * | Added Vcore boost mode and Flash wait stateCarl St-Laurent2023-06-041-0/+35
| * | Better commentsCarl St-Laurent2023-06-041-3/+4
| * | stm32/rcc: Implement basic PLL support for STM32G4 seriesCarl St-Laurent2023-06-031-1/+162
* | | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan`goueslati2023-06-1213-1377/+62
* | | wipgoueslati2023-06-089-297/+473
| |/ |/|
* | Replace Into<bool> for Level with From<Level> for boolExplodingWaffle2023-06-051-3/+3
|/
* Fix #1528 HS USB on STM32F7gak2023-06-031-0/+24
* cortex-m: remove owned interrupts.Dario Nieuwenhuis2023-06-0117-65/+60
* stm32/rtc: fix build failure in some L4sDario Nieuwenhuis2023-05-311-6/+1
* stm32/uart: fix dma ringbuf testsxoviat2023-05-291-6/+6
* Merge branch 'main' of https://github.com/embassy-rs/embassy into uartxoviat2023-05-2911-170/+143
|\
| * Fix tests.Dario Nieuwenhuis2023-05-292-8/+8
| * Merge #1489 #1500bors[bot]2023-05-299-162/+135
| |\
| | * stm32/ipcc: refactor tl_mboxxoviat2023-05-277-45/+51
| | * stm32/ipcc: move into tl_mboxxoviat2023-05-272-22/+20
| | * Revert "Merge branch 'tl_mbox' into ipcc"goueslati2023-05-266-256/+74
| | * Merge branch 'tl_mbox' into ipccGhaith Oueslati2023-05-266-74/+256
| | |\
| | | * stm32/ipcc: support for MAC 802.15.4goueslati2023-05-257-101/+295
| | * | stm32/ipcc: static methods for IPCCgoueslati2023-05-267-122/+91
* | | | stm32/uart: refactor rx ringbufferxoviat2023-05-296-427/+424
|/ / /
* | | Merge pull request #1468 from rmja/assume-noise-freeDario Nieuwenhuis2023-05-271-6/+37
|\ \ \
| * | | Use found divider instead of re-reading brrRasmus Melchior Jacobsen2023-05-261-7/+7
| * | | Fix yet another v1 errorRasmus Melchior Jacobsen2023-05-251-1/+1
| * | | Fix oversampling message for usart v1Rasmus Melchior Jacobsen2023-05-251-2/+6
| * | | Exclude usart_v1Rasmus Melchior Jacobsen2023-05-251-0/+3
| * | | Add assume_noise_free to usart configurationRasmus Melchior Jacobsen2023-05-251-1/+25
* | | | Remove ability to set alt layout - it does not work.Rasmus Melchior Jacobsen2023-05-269-34/+29
* | | | Merge #1480bors[bot]2023-05-2610-213/+698
|\ \ \ \ | |_|/ / |/| | |
| * | | WHY does format on save not workRasmus Melchior Jacobsen2023-05-261-3/+1
| * | | nightly guard async traits onlyRasmus Melchior Jacobsen2023-05-263-16/+11
| * | | Move nightly guard and clear data cache reset bitRasmus Melchior Jacobsen2023-05-261-1/+2
| * | | Move new async to asynch module to guard for models without flash interruptRasmus Melchior Jacobsen2023-05-259-55/+36
| * | | erase_sector_blocking -> blocking_erase_sectorRasmus Melchior Jacobsen2023-05-255-4/+8
| * | | Endless rustfmt painRasmus Melchior Jacobsen2023-05-251-3/+3
| * | | Fix end address for assertionRasmus Melchior Jacobsen2023-05-252-3/+3
| * | | Fix merge errorRasmus Melchior Jacobsen2023-05-251-9/+0
| * | | Only assert_not_corrupted_read if we read from the second bankRasmus Melchior Jacobsen2023-05-252-9/+11
| * | | Errata if _not_ pa12 out lowRasmus Melchior Jacobsen2023-05-251-2/+2
| * | | More blocking renameRasmus Melchior Jacobsen2023-05-255-10/+10
| * | | Merge branch 'async-flash' of https://github.com/rmja/embassy into async-flashRasmus Melchior Jacobsen2023-05-255-23/+32
| |\ \ \