aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix blocking exampleRasmus Melchior Jacobsen2023-05-261-2/+2
* FormattingRasmus Melchior Jacobsen2023-05-251-3/+3
* Fix examplesRasmus Melchior Jacobsen2023-05-257-32/+32
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-2516-17/+17
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-2516-25/+28
* Align examplesRasmus Melchior Jacobsen2023-05-256-36/+36
* Align examplesRasmus Melchior Jacobsen2023-05-258-25/+100
* Merge #1471bors[bot]2023-05-251-0/+133
|\
| * Add std example of a TCP listenerMatt Johnston2023-05-251-0/+133
| |
| \
*-. | Merge #1340 #1474bors[bot]2023-05-251-0/+36
|\ \|
| * | stm32/i2s: add module and example for f4xoviat2023-05-031-0/+36
* | | stm32: move lora to bind_interruptsxoviat2023-05-244-21/+30
* | | stm32: move to bind_interruptsxoviat2023-05-2443-139/+262
* | | Merge #1457bors[bot]2023-05-233-2/+104
|\ \ \ | |_|/ |/| |
| * | stm32/ipcc: uncomment shci init cmdgoueslati2023-05-221-1/+1
| * | stm32/ipcc: fix incorrect examplegoueslati2023-05-221-1/+1
| * | stm32/ipcc: fix hil testxoviat2023-05-211-1/+1
| * | stm32/ipcc: update docxoviat2023-05-212-0/+2
| * | tl_mbox read and writegoueslati2023-05-152-1/+101
* | | Switch to DMA, use new clocks, don't take ownership of pio commonCaleb Jamison2023-05-191-13/+31
* | | Pin fix, improve fifo handlingCaleb Jamison2023-05-191-1/+5
* | | Update Rust nightly.Dario Nieuwenhuis2023-05-194-4/+0
* | | Merge #1419bors[bot]2023-05-191-28/+3
|\ \ \
| * | | stm32/pwm: improve dead-time apixoviat2023-05-011-28/+3
* | | | rp/clocks: don't expose unstable pac itemspennae2023-05-171-2/+2
* | | | rp: Read flash unique id and jedec idkalkyl2023-05-161-0/+10
* | | | Merge #1458bors[bot]2023-05-157-33/+52
|\ \ \ \
| * | | | rp: remove take!, add bind_interrupts!pennae2023-05-157-33/+52
* | | | | net: reexport UDP PacketMetadata under the udp module.Dario Nieuwenhuis2023-05-151-2/+2
* | | | | net: do not use smoltcp Instant/Duration in public API.Dario Nieuwenhuis2023-05-158-8/+9
|/ / / /
* | / / rp: don't use SetConfig trait in PWM and PIO.Dario Nieuwenhuis2023-05-135-5/+0
| |/ / |/| |
* | | Merge #1424bors[bot]2023-05-114-21/+84
|\ \ \
| * | | fix memory.xxoviat2023-05-111-4/+4
| * | | rustfmtxoviat2023-05-111-3/+3
| * | | stm32/ble: fix tests and add instructions to run examplexoviat2023-05-113-5/+40
| * | | removed hardcoded addresses in memory.xgoueslati2023-05-043-20/+6
| * | | rustfmtxoviat2023-05-031-1/+0
| * | | stm32/tests: add hil test for blexoviat2023-05-031-1/+0
| * | | added TL Mailbox initialization for STM32WBgoueslati2023-05-021-0/+44
* | | | Merge branch 'master' into masterCaleb Jamison2023-05-0915-16/+168
|\ \ \ \
| * | | | Fix some typosDirk Stolle2023-05-0813-15/+15
| * | | | Merge #1435bors[bot]2023-05-082-1/+153
| |\ \ \ \
| | * | | | added example multi priority executors rp2040Fabian Kunze2023-05-072-1/+153
* | | | | | Dirbaio comments round 2Caleb Jamison2023-05-091-5/+5
* | | | | | Remove patches, bump rp-pac versionCaleb Jamison2023-05-091-3/+0
* | | | | | Improve gpout example, clk_gpout_freqCaleb Jamison2023-05-092-6/+22
* | | | | | Add missing functions, Cleanup, Gpout exampleCaleb Jamison2023-05-081-0/+21
|/ / / / /
* | | | | rp/pio: allow wrap-around program loadingpennae2023-05-061-1/+2
* | | | | rp/pio: configure state machines with Config structpennae2023-05-065-64/+83
* | | | | rp/pio: add set-pin-{values,dirs} convenience functionspennae2023-05-061-7/+2