| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix merge conflict | goueslati | 2023-06-12 | 24 | -126/+323 |
| |\ | |||||
| | * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 5 | -6/+6 |
| | * | Remove executor dep+reexports from HALs. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 |
| | * | Rename to follow ref manual and CubeIDE | Carl St-Laurent | 2023-06-08 | 1 | -10/+10 |
| | * | Merge branch 'master' into stm32g4-pll | Carl St-Laurent | 2023-06-08 | 24 | -131/+134 |
| | |\ | |||||
| | | * | Add `rt` feature to HALs, cfg out interrupt handling when not set. | Dario Nieuwenhuis | 2023-06-08 | 4 | -0/+10 |
| | | * | Reexport NVIC_PRIO_BITS at HAL root. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+2 |
| | | * | asdg | Dario Nieuwenhuis | 2023-06-08 | 1 | -1/+1 |
| | | * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 22 | -127/+118 |
| | * | | Cleanup | Carl St-Laurent | 2023-06-04 | 1 | -5/+3 |
| | * | | Added Vcore boost mode and Flash wait state | Carl St-Laurent | 2023-06-04 | 1 | -0/+35 |
| | * | | Better comments | Carl St-Laurent | 2023-06-04 | 1 | -3/+4 |
| | * | | stm32/rcc: Implement basic PLL support for STM32G4 series | Carl St-Laurent | 2023-06-03 | 1 | -1/+162 |
| * | | | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan` | goueslati | 2023-06-12 | 13 | -1377/+62 |
| * | | | wip | goueslati | 2023-06-08 | 9 | -297/+473 |
| | |/ |/| | |||||
| * | | Replace Into<bool> for Level with From<Level> for bool | ExplodingWaffle | 2023-06-05 | 1 | -3/+3 |
| |/ | |||||
| * | Fix #1528 HS USB on STM32F7 | gak | 2023-06-03 | 1 | -0/+24 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 17 | -65/+60 |
| * | stm32/rtc: fix build failure in some L4s | Dario Nieuwenhuis | 2023-05-31 | 1 | -6/+1 |
| * | stm32/uart: fix dma ringbuf tests | xoviat | 2023-05-29 | 1 | -6/+6 |
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into uart | xoviat | 2023-05-29 | 11 | -170/+143 |
| |\ | |||||
| | * | Fix tests. | Dario Nieuwenhuis | 2023-05-29 | 2 | -8/+8 |
| | * | Merge #1489 #1500 | bors[bot] | 2023-05-29 | 9 | -162/+135 |
| | |\ | |||||
| | | * | stm32/ipcc: refactor tl_mbox | xoviat | 2023-05-27 | 7 | -45/+51 |
| | | * | stm32/ipcc: move into tl_mbox | xoviat | 2023-05-27 | 2 | -22/+20 |
| | | * | Revert "Merge branch 'tl_mbox' into ipcc" | goueslati | 2023-05-26 | 6 | -256/+74 |
| | | * | Merge branch 'tl_mbox' into ipcc | Ghaith Oueslati | 2023-05-26 | 6 | -74/+256 |
| | | |\ | |||||
| | | | * | stm32/ipcc: support for MAC 802.15.4 | goueslati | 2023-05-25 | 7 | -101/+295 |
| | | * | | stm32/ipcc: static methods for IPCC | goueslati | 2023-05-26 | 7 | -122/+91 |
| * | | | | stm32/uart: refactor rx ringbuffer | xoviat | 2023-05-29 | 6 | -427/+424 |
| |/ / / | |||||
| * | | | Merge pull request #1468 from rmja/assume-noise-free | Dario Nieuwenhuis | 2023-05-27 | 1 | -6/+37 |
| |\ \ \ | |||||
| | * | | | Use found divider instead of re-reading brr | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -7/+7 |
| | * | | | Fix yet another v1 error | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | * | | | Fix oversampling message for usart v1 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+6 |
| | * | | | Exclude usart_v1 | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -0/+3 |
| | * | | | Add assume_noise_free to usart configuration | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+25 |
| * | | | | Remove ability to set alt layout - it does not work. | Rasmus Melchior Jacobsen | 2023-05-26 | 9 | -34/+29 |
| * | | | | Merge #1480 | bors[bot] | 2023-05-26 | 10 | -213/+698 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | WHY does format on save not work | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -3/+1 |
| | * | | | nightly guard async traits only | Rasmus Melchior Jacobsen | 2023-05-26 | 3 | -16/+11 |
| | * | | | Move nightly guard and clear data cache reset bit | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -1/+2 |
| | * | | | Move new async to asynch module to guard for models without flash interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 9 | -55/+36 |
| | * | | | erase_sector_blocking -> blocking_erase_sector | Rasmus Melchior Jacobsen | 2023-05-25 | 5 | -4/+8 |
| | * | | | Endless rustfmt pain | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 |
| | * | | | Fix end address for assertion | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -3/+3 |
| | * | | | Fix merge error | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -9/+0 |
| | * | | | Only assert_not_corrupted_read if we read from the second bank | Rasmus Melchior Jacobsen | 2023-05-25 | 2 | -9/+11 |
| | * | | | Errata if _not_ pa12 out low | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | * | | | More blocking rename | Rasmus Melchior Jacobsen | 2023-05-25 | 5 | -10/+10 |
| | * | | | Merge branch 'async-flash' of https://github.com/rmja/embassy into async-flash | Rasmus Melchior Jacobsen | 2023-05-25 | 5 | -23/+32 |
| | |\ \ \ | |||||
