| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| *---. | Merge #1475 #1478 #1482 | bors[bot] | 2023-05-25 | 16 | -28/+628 | |
| |\ \ \ | ||||||
| | | | * | Add ConcatFlash utility | Rasmus Melchior Jacobsen | 2023-05-24 | 2 | -0/+288 | |
| | | * | | Add missing set_default_layout() in "other" family | Rasmus Melchior Jacobsen | 2023-05-23 | 1 | -0/+2 | |
| | | * | | Add missing implementations for f4 alternate regions | Rasmus Melchior Jacobsen | 2023-05-23 | 2 | -17/+70 | |
| | | * | | Remove Drop for AltFlashLayout | Rasmus Melchior Jacobsen | 2023-05-23 | 7 | -7/+19 | |
| | | * | | Ensure FlashRegion can only be created within this crate | Rasmus Melchior Jacobsen | 2023-05-23 | 2 | -0/+2 | |
| | | |/ | ||||||
| | * | | Move module documentation | Rasmus Melchior Jacobsen | 2023-05-22 | 2 | -2/+2 | |
| | * | | Add YieldingAsync adapter | Rasmus Melchior Jacobsen | 2023-05-22 | 4 | -79/+241 | |
| | * | | Yield between BlockingAsync NorFlash write and erase operations | Rasmus Melchior Jacobsen | 2023-05-22 | 2 | -3/+84 | |
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 6 | -4/+403 | |
| |\ \ \ \ | ||||||
| | | * | | | stm32: Fix watchdog timeout computation | Rasmus Melchior Jacobsen | 2023-05-22 | 1 | -4/+36 | |
| | | |/ / | ||||||
| | * | | | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 5 | -0/+367 | |
| * | | | | Merge #1479 | bors[bot] | 2023-05-24 | 68 | -884/+1122 | |
| |\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | | stm32: move lora to bind_interrupts | xoviat | 2023-05-24 | 6 | -37/+52 | |
| | * | | | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 63 | -849/+1072 | |
| |/ / / | ||||||
| * | | | Merge #1477 | bors[bot] | 2023-05-23 | 1 | -6/+11 | |
| |\ \ \ | ||||||
| | * | | | Remove debug | Caleb Jamison | 2023-05-22 | 1 | -2/+0 | |
| | * | | | Add i2c transaction | Caleb Jamison | 2023-05-22 | 1 | -6/+13 | |
| | | |/ | |/| | ||||||
| * | | | Merge #1457 | bors[bot] | 2023-05-23 | 16 | -112/+764 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | stm32/ipcc: disable test | xoviat | 2023-05-22 | 1 | -1/+1 | |
| | * | | stm32/ipcc: uncomment shci init cmd | goueslati | 2023-05-22 | 1 | -1/+1 | |
| | * | | stm32/ipcc: fix incorrect example | goueslati | 2023-05-22 | 1 | -1/+1 | |
| | * | | stm32/ipcc: fix hil test | xoviat | 2023-05-21 | 4 | -6/+30 | |
| | * | | stm32/ipcc: enable test | xoviat | 2023-05-21 | 1 | -1/+1 | |
| | * | | stm32/ipcc: update doc | xoviat | 2023-05-21 | 2 | -0/+2 | |
| | * | | stm32/ipcc: fix warnings | xoviat | 2023-05-20 | 3 | -3/+3 | |
| | * | | stm32/ipcc: naming | xoviat | 2023-05-20 | 1 | -22/+22 | |
| | * | | stm32/ipcc: cleanup naming | xoviat | 2023-05-20 | 4 | -93/+95 | |
| | * | | stm32/ipcc: remove constrain | xoviat | 2023-05-20 | 2 | -13/+7 | |
| | * | | updated test case | goueslati | 2023-05-19 | 1 | -1/+7 | |
| | * | | cleanup | goueslati | 2023-05-15 | 1 | -33/+0 | |
| | * | | tl_mbox read and write | goueslati | 2023-05-15 | 11 | -22/+661 | |
| | * | | tl_mbox: added zigee, lld tests and ble lld tables to ref table | goueslati | 2023-05-12 | 1 | -9/+27 | |
| * | | | Merge #1473 | bors[bot] | 2023-05-22 | 4 | -0/+4 | |
| |\ \ \ | ||||||
| | * | | | Protect default implementations for FirmwareUpdater and BootLoader | Rasmus Melchior Jacobsen | 2023-05-22 | 4 | -0/+4 | |
| |/ / / | ||||||
| * | | | Merge #1440 | bors[bot] | 2023-05-19 | 1 | -11/+33 | |
| |\ \ \ | ||||||
| | * | | | Switch to DMA, use new clocks, don't take ownership of pio common | Caleb Jamison | 2023-05-19 | 1 | -13/+31 | |
| | * | | | Pin fix, improve fifo handling | Caleb Jamison | 2023-05-19 | 1 | -1/+5 | |
| |/ / / | ||||||
| * | | | Merge pull request #1469 from embassy-rs/update-nightly | Dario Nieuwenhuis | 2023-05-19 | 18 | -25/+15 | |
| |\ \ \ | ||||||
| | * | | | nrf/uarte: fix deref warning, fix errata not being applied on nrf53. | Dario Nieuwenhuis | 2023-05-19 | 1 | -6/+4 | |
| | * | | | stm32/sdmmc: fix "drop with a value that implements `Copy` does nothing" warn... | Dario Nieuwenhuis | 2023-05-19 | 1 | -3/+9 | |
| | * | | | time: fix unused mut. | Dario Nieuwenhuis | 2023-05-19 | 1 | -1/+1 | |
| | * | | | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 15 | -15/+1 | |
| |/ / / | ||||||
| * | | | Merge #1419 | bors[bot] | 2023-05-19 | 2 | -33/+142 | |
| |\ \ \ | ||||||
| | * | | | stm32/pwm: improve dead-time api | xoviat | 2023-05-01 | 2 | -33/+142 | |
| * | | | | Merge #1463 | bors[bot] | 2023-05-19 | 2 | -5/+31 | |
| |\ \ \ \ | ||||||
| | * | | | | Allow for an optional user-defined entry macro when targeting RISC-V | Jesse Braham | 2023-05-16 | 2 | -5/+31 | |
| * | | | | | Merge pull request #1467 from embassy-rs/stm32-usb-no-time | Dario Nieuwenhuis | 2023-05-19 | 3 | -3/+19 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | stm32: test more feature combinations in ci. | Dario Nieuwenhuis | 2023-05-19 | 1 | -0/+14 | |
| | * | | | | | stm32/usb: do not require embassy-time. | Dario Nieuwenhuis | 2023-05-19 | 2 | -3/+5 | |
| |/ / / / / | ||||||
