aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add context run taskUlf Lilleengen2024-09-041-43/+50
|
* Make tracing optional and use dedicated taskUlf Lilleengen2024-09-041-31/+27
|
* Document public API and fix warningsUlf Lilleengen2024-09-041-3/+3
|
* Use at-commands crate and support DNSUlf Lilleengen2024-09-042-57/+22
| | | | | | | | * Use at-commands for building and parsing AT commands which has better error handling. * Retrieve DNS servers * Retrieve gateway * Update example to configure embassy-net with retrieved parameters.
* Add utility for setting configuration for a contextUlf Lilleengen2024-09-041-42/+22
|
* Add embassy-net-nrf91.Dario Nieuwenhuis2024-08-214-3/+263
|
* rp: use the rp-binary-info crate for binary info.Dario Nieuwenhuis2024-08-1743-172/+172
|
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-172-6/+6
| | | | | | This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup. Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration. This ensures that each core will only handle the interrupts of the DMA channels that it uses.
* Merge pull request #3216 from 1-rafael-1/rp-example-orchestrate-tasksDario Nieuwenhuis2024-08-131-0/+318
|\ | | | | | | add example to rp: orchestrate multiple tasks
| * review commentsrafael2024-07-281-7/+59
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-1/+1
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-2/+1
| |
| * add example to rp: orchestrate multiple tasksrafael2024-07-271-0/+267
| |
* | Merge pull request #3243 from HellbenderInc/rp2350Dario Nieuwenhuis2024-08-1251-4/+4893
|\ \ | | | | | | | | | Initial rp235x support
| * | rp: update PAC, fix CI.Dario Nieuwenhuis2024-08-122-2/+2
| | |
| * | Switch to single pacCaleb Jamison2024-08-091-1/+1
| | |
| * | cargo fmtCaleb Jamison2024-08-0843-84/+44
| | |
| * | Initial rp235x supportCaleb Jamison2024-08-0849-2/+4931
| | | | | | | | | | | | Examples have been run, but there is not yet a test suite.
* | | cyw43: make sure to yield if doing busy-polling for interrupts.Dario Nieuwenhuis2024-08-091-0/+3
|/ /
* | Merge pull request #3232 from embassy-rs/misc-fixes-44Dario Nieuwenhuis2024-08-0726-126/+41
|\ \ | | | | | | | | | Misc fixes.
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-0726-126/+41
| | |
* | | Rename package for embassy-stm32h755cm7-exampleNiels Becker2024-08-061-1/+1
| | |
* | | Rename package for embassy-stm32h755cm4-exampleNiels Becker2024-08-061-1/+1
| | |
* | | cyw43: add Bluetooth support.Dario Nieuwenhuis2024-08-057-14/+175
|/ / | | | | | | Co-Authored-By: Brandon Ros <[email protected]>
* | Merge pull request #3158 from diondokter/stm-dualcoreUlf Lilleengen2024-08-0521-13/+440
|\ \ | | | | | | | | | Stm dualcore better init
| * | Add H7 dual core to common and run fmtDion Dokter2024-08-054-10/+8
| | |
| * | Fix testsDion Dokter2024-08-051-1/+4
| | |
| * | Updated WL examples to use new APIDion Dokter2024-08-059-16/+69
| | |
| * | Update new examples to new releasesDion Dokter2024-08-052-6/+6
| | |
| * | Fix WL boot exampleDion Dokter2024-08-053-3/+24
| | |
| * | Merge branch 'master' into stm-dualcoreDion Dokter2024-08-0568-144/+2595
| |\ \
| * | | Improve shared data placement, require less atomic support and use ↵Dion Dokter2024-08-054-2/+4
| | | | | | | | | | | | | | | | unsafecell for the clocks
| * | | fmtDion Dokter2024-07-092-8/+4
| | | |
| * | | Make clocks repr C.Dion Dokter2024-07-085-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/
| * | | Add H755 examplesDion Dokter2024-07-0810-0/+338
| | | |
* | | | Update rp examples to cyw43 0.2 and cyw43-pio 0.29names2024-08-051-2/+2
| |/ / |/| |
* | | Prepare to release embassy-boot-rpUlf Lilleengen2024-08-051-1/+1
| | |
* | | Prepare to release embassy-rpUlf Lilleengen2024-08-052-2/+2
| | |
* | | Prepare to release embassy-boot-nrfUlf Lilleengen2024-08-051-1/+1
| | |
* | | Prepare to release embassy-bootUlf Lilleengen2024-08-051-1/+1
| | |
* | | prepare release embassy-executorUlf Lilleengen2024-08-0545-45/+45
| | |
* | | Prepare to release embassy-usbUlf Lilleengen2024-08-0520-20/+20
| | |
* | | Prepare for embassy-nrf releaseUlf Lilleengen2024-08-0510-10/+10
| | |
* | | Prepare embassy-time releaseUlf Lilleengen2024-08-0546-46/+46
| | |
* | | Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-0515-15/+15
| | |
* | | Fix bootloader-rp's bootloader memory region overflowRob Pilling2024-07-311-1/+1
| |/ |/| | | | | | | | | | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8
* | Merge pull request #3159 from kalkyl/shared-busJames Munns2024-07-181-0/+115
|\ \ | | | | | | | | | Add example for shared I2C and SPI buses
| * | Add link to example in bookkalkyl2024-07-081-2/+2
| | |
| * | Add example for shared I2C and SPI buseskalkyl2024-07-081-0/+115
| | |
* | | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-refDario Nieuwenhuis2024-07-181-1/+1
|\ \ \ | | | | | | | | | | | | (embassy-rp): Add split_ref fn to uart, allowing a mutable reference split into RX & TX handles