aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* nrf/gpiote: add support for nrf51.Dario Nieuwenhuis2024-02-041-1/+1
|
* correct spelling of the word "receive"Stefan Gehr2024-02-031-3/+3
|
* Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-011-1/+1
|\ | | | | | | impl waveform with TIM OC Channel DMA
| * impl waveform with TIM ChanneleZio Pan2024-01-061-1/+1
| |
* | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C.Dario Nieuwenhuis2024-02-015-5/+6
| |
* | Implement MII interfaceSimon B. Gasse2024-02-016-5/+147
| | | | | | | | | | | | | | | | - Extend the eth/v2 module to support MII besides RMII. - Replace `Ethernet::new` with `Ethernet::new_mii` and `Ethernet::new_rmii`. - Update ethernet examples. - Add example for MII ethernet.
* | Rename timeout_at to with_deadlineCaleb Jamison2024-01-311-3/+3
| |
* | Add timeout_at convenience function and example.Caleb Jamison2024-01-311-0/+80
| |
* | Merge pull request #2469 from embassy-rs/nrf51-basic-supportDario Nieuwenhuis2024-01-315-0/+89
|\ \ | | | | | | | | | feat: add basic support for nRF51 chips to embassy-nrf
| * | lower arena for nrf51Ulf Lilleengen2024-01-251-1/+1
| | |
| * | adjust memory settings for lower end variantUlf Lilleengen2024-01-251-2/+2
| | |
| * | fix: use nrf51-dk chip variantUlf Lilleengen2024-01-251-2/+2
| | |
| * | fix doc commentUlf Lilleengen2024-01-241-1/+1
| | |
| * | rustfmtUlf Lilleengen2024-01-241-1/+0
| | |
| * | feat: add basic support for nRF51 chips to embassy-nrfUlf Lilleengen2024-01-245-0/+90
| | |
* | | Add FDCAN examples for STM32G4, STM32H5 and STM32H7Corey Schuhen2024-01-314-1/+205
| | | | | | | | | | | | | | | | | | | | | | | | Fix examples Fix examples Fix examples.
* | | Add FDCAN dependency in correct flavor based on selected chip.Tomasz bla Fortuna2024-01-311-1/+1
| | | | | | | | | | | | | | | | | | Author: Torin Cooper-Bennun <[email protected]> Change from review.
* | | fix: typo in netcat command for std exampleValentin Trophime2024-01-291-2/+2
|/ / | | | | The previous given command `nc -l 8000` doesn't let me see anything and lead to a "WARN connect error: ConnectionReset". By explicitly changing the `local-port` of `nc` with the `-p` I can now see the `Hello` message printed, and the warning log disappeared.
* | rp/gpio: remove generics.Dario Nieuwenhuis2024-01-2210-35/+26
| |
* | nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-224-24/+16
| |
* | stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-2225-91/+65
| |
* | Remove nightly-only flags from cargo configs.Dario Nieuwenhuis2024-01-223-7/+7
| |
* | fix wrong formatting due to not using nightly rustfmtDennis Ranke2024-01-201-10/+5
| |
* | add pio_i2s example for RP2040Dennis Ranke2024-01-201-0/+130
| |
* | feat: Extended the Scan APIumgefahren2024-01-191-1/+1
| |
* | Merge pull request #2452 from shufps/feat/usb-L1-fix-and-usb-serial-exampleDario Nieuwenhuis2024-01-152-0/+104
|\ \ | | | | | | | | | changes to get usb working on a L1. Adds a usb_serial example too
| * | usb-serial with HSIshufps2024-01-141-0/+103
| | |
| * | changes to get usb working on a L1. Adds a usb_serial example tooshufps2024-01-141-0/+1
| | |
* | | Add cyw43 package versions to rp-examples Cargo.toml9names2024-01-131-2/+2
|/ /
* | fix: rustfmtUlf Lilleengen2024-01-121-1/+2
| |
* | fix: update after api changeUlf Lilleengen2024-01-122-18/+15
| |
* | boot: bump crates to 0.2Dario Nieuwenhuis2024-01-1210-11/+11
| |
* | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-1138-87/+87
| |
* | time: split queue driver too, don't reexport drivers.Dario Nieuwenhuis2024-01-111-0/+1
| |
* | Merge pull request #2436 from embassy-rs/embassy-nrf-docs-nrf91-exampleDario Nieuwenhuis2024-01-115-0/+89
|\ \ | | | | | | | | | Embassy nrf docs and nrf91 example
| * | trim nrf9160 example depsUlf Lilleengen2024-01-111-20/+0
| | |
| * | use secure modeUlf Lilleengen2024-01-112-4/+2
| | |
| * | add nrf9160 example (assumes SPM from zephyr)Ulf Lilleengen2024-01-115-0/+111
| | |
* | | Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-1114-15/+15
|/ /
* | fix: revert unintended changeUlf Lilleengen2024-01-101-1/+1
| |
* | rustfmtUlf Lilleengen2024-01-101-2/+5
| |
* | cleanup docs and add channel synchronization exampleUlf Lilleengen2024-01-102-1/+48
| |
* | simplify exampleUlf Lilleengen2024-01-101-14/+3
| |
* | Merge pull request #2417 from vasilNnikolov/mutex_rp_exampleUlf Lilleengen2024-01-101-0/+60
|\ \ | | | | | | | | | Add example of pin sharing between tasks
| * | no need for a PeripheralRefVasil Nikolov2024-01-101-3/+3
| | |
| * | remove unused importVasil Nikolov2024-01-091-2/+1
| | |
| * | add example of pin sharing between tasksVasil Nikolov2024-01-091-0/+61
| |/
* | Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-1013-16/+16
| | | | | | | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* | Update embedded-hal to v1.0Dario Nieuwenhuis2024-01-095-13/+13
|/
* stm32: Add G0 USB exampleDerek Hageman2024-01-053-4/+105
| | | | Add a USB CDC ACM example using STM32G0 USB and CRS.