| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | Fix blocking example | Rasmus Melchior Jacobsen | 2023-05-26 | 1 | -2/+2 | |
| * | Formatting | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+3 | |
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 7 | -32/+32 | |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 16 | -17/+17 | |
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 16 | -25/+28 | |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 6 | -36/+36 | |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 8 | -25/+100 | |
| * | Merge #1471 | bors[bot] | 2023-05-25 | 1 | -0/+133 | |
| |\ | ||||||
| | * | Add std example of a TCP listener | Matt Johnston | 2023-05-25 | 1 | -0/+133 | |
| | | | ||||||
| | \ | ||||||
| *-. | | Merge #1340 #1474 | bors[bot] | 2023-05-25 | 1 | -0/+36 | |
| |\ \| | ||||||
| | * | | stm32/i2s: add module and example for f4 | xoviat | 2023-05-03 | 1 | -0/+36 | |
| * | | | stm32: move lora to bind_interrupts | xoviat | 2023-05-24 | 4 | -21/+30 | |
| * | | | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 43 | -139/+262 | |
| * | | | Merge #1457 | bors[bot] | 2023-05-23 | 3 | -2/+104 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | 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 | 1 | -1/+1 | |
| | * | | stm32/ipcc: update doc | xoviat | 2023-05-21 | 2 | -0/+2 | |
| | * | | tl_mbox read and write | goueslati | 2023-05-15 | 2 | -1/+101 | |
| * | | | 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 | |
| * | | | Update Rust nightly. | Dario Nieuwenhuis | 2023-05-19 | 4 | -4/+0 | |
| * | | | Merge #1419 | bors[bot] | 2023-05-19 | 1 | -28/+3 | |
| |\ \ \ | ||||||
| | * | | | stm32/pwm: improve dead-time api | xoviat | 2023-05-01 | 1 | -28/+3 | |
| * | | | | rp/clocks: don't expose unstable pac items | pennae | 2023-05-17 | 1 | -2/+2 | |
| * | | | | rp: Read flash unique id and jedec id | kalkyl | 2023-05-16 | 1 | -0/+10 | |
| * | | | | Merge #1458 | bors[bot] | 2023-05-15 | 7 | -33/+52 | |
| |\ \ \ \ | ||||||
| | * | | | | rp: remove take!, add bind_interrupts! | pennae | 2023-05-15 | 7 | -33/+52 | |
| * | | | | | net: reexport UDP PacketMetadata under the udp module. | Dario Nieuwenhuis | 2023-05-15 | 1 | -2/+2 | |
| * | | | | | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 8 | -8/+9 | |
| |/ / / / | ||||||
| * | / / | rp: don't use SetConfig trait in PWM and PIO. | Dario Nieuwenhuis | 2023-05-13 | 5 | -5/+0 | |
| | |/ / |/| | | ||||||
| * | | | Merge #1424 | bors[bot] | 2023-05-11 | 4 | -21/+84 | |
| |\ \ \ | ||||||
| | * | | | fix memory.x | xoviat | 2023-05-11 | 1 | -4/+4 | |
| | * | | | rustfmt | xoviat | 2023-05-11 | 1 | -3/+3 | |
| | * | | | stm32/ble: fix tests and add instructions to run example | xoviat | 2023-05-11 | 3 | -5/+40 | |
| | * | | | removed hardcoded addresses in memory.x | goueslati | 2023-05-04 | 3 | -20/+6 | |
| | * | | | rustfmt | xoviat | 2023-05-03 | 1 | -1/+0 | |
| | * | | | stm32/tests: add hil test for ble | xoviat | 2023-05-03 | 1 | -1/+0 | |
| | * | | | added TL Mailbox initialization for STM32WB | goueslati | 2023-05-02 | 1 | -0/+44 | |
| * | | | | Merge branch 'master' into master | Caleb Jamison | 2023-05-09 | 15 | -16/+168 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix some typos | Dirk Stolle | 2023-05-08 | 13 | -15/+15 | |
| | * | | | | Merge #1435 | bors[bot] | 2023-05-08 | 2 | -1/+153 | |
| | |\ \ \ \ | ||||||
| | | * | | | | added example multi priority executors rp2040 | Fabian Kunze | 2023-05-07 | 2 | -1/+153 | |
| * | | | | | | Dirbaio comments round 2 | Caleb Jamison | 2023-05-09 | 1 | -5/+5 | |
| * | | | | | | Remove patches, bump rp-pac version | Caleb Jamison | 2023-05-09 | 1 | -3/+0 | |
| * | | | | | | Improve gpout example, clk_gpout_freq | Caleb Jamison | 2023-05-09 | 2 | -6/+22 | |
| * | | | | | | Add missing functions, Cleanup, Gpout example | Caleb Jamison | 2023-05-08 | 1 | -0/+21 | |
| |/ / / / / | ||||||
| * | | | | | rp/pio: allow wrap-around program loading | pennae | 2023-05-06 | 1 | -1/+2 | |
| * | | | | | rp/pio: configure state machines with Config struct | pennae | 2023-05-06 | 5 | -64/+83 | |
| * | | | | | rp/pio: add set-pin-{values,dirs} convenience functions | pennae | 2023-05-06 | 1 | -7/+2 | |
