aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | 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
| | | |/ / / / | | |/| | | |
| * | | | | | cyw43: add support for WPA3 and more extensive security options.Dario Nieuwenhuis2024-09-092-4/+10
| | |_|_|/ / | |/| | | |
| * | | | | Enable critical-section/std on wasmSamuel Maier2024-09-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without that feature one will find import errors on opening the webpage, that are hard to debug. The feature was indirectly enabled in the wasm example, however the reason wasn't documented and thus it was easy to miss.
| * | | | | nrf52840: fix naming of LED states in examples (#3304)Adrian Friedli2024-09-022-4/+4
| | | | | | | | | | | | | | | | | | The LEDs on the nrf52840 DK are active low.
| * | | | | rp: add example code to flash bluetooth fw (#3290)Pedro Ferreira2024-08-261-0/+2
| | | | | |
| * | | | | chore: Remove unused keyboard code from rp mouse exampleJames Bowes2024-08-261-7/+0
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | The usb mouse example included code copied from the keyboard example to set up a button, which is not used in the mouse example. Remove it, to make the example clearer.
| * | | | Use released bt-hci crateUlf Lilleengen2024-08-212-2/+0
| |/ / /
| * | | 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
| | | | |
* | | | | add stm32 i2c slave examplejrmoulton2024-08-131-0/+149
| | | | |
* | | | | fix examplesjrmoulton2024-08-132-2/+2
|/ / / /
* | | | 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
| | | | |