aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2564 from embassy-rs/rcc-f1-updateDario Nieuwenhuis2024-02-142-6/+18
|\ | | | | | | stm32/rcc: port F1, F0 to new API.
| * stm32/rcc: port F1 to new API.Dario Nieuwenhuis2024-02-132-6/+18
| |
* | Added HMAC example.Caleb Garrett2024-02-122-0/+23
| |
* | Add STM32 HMAC function.Caleb Garrett2024-02-121-1/+1
| |
* | Merge pull request #2528 from caleb-garrett/hashDario Nieuwenhuis2024-02-134-4/+61
|\ \ | |/ |/| STM32 Hash Accelerator
| * fmtCaleb Garrett2024-02-111-1/+2
| |
| * Consolidated hash drivers.Caleb Garrett2024-02-111-5/+5
| |
| * Merge branch 'main' into hashCaleb Garrett2024-02-0930-63/+282
| |\
| * | Removed hash DMA from unsupported configs.Caleb Garrett2024-02-082-4/+7
| | |
| * | Merge branch 'main' into hashCaleb Garrett2024-02-041-1/+1
| |\ \
| * | | Format hash example.Caleb Garrett2024-02-041-1/+0
| | | |
| * | | Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hashCaleb Garrett2024-02-0413-4/+520
| |\ \ \
| | * \ \ Merge branch 'main' into hashCaleb Garrett2024-02-0313-4/+520
| | |\ \ \
| * | | | | Addressed hash CI build issues.Caleb Garrett2024-02-042-4/+4
| |/ / / /
| * | | | Added hash DMA implementation.Caleb Garrett2024-02-031-8/+12
| | | | |
| * | | | Added hash module with blocking implementation. Included SHA256 example.Caleb Garrett2024-01-312-2/+52
| | | | |
* | | | | Print panics via defmt per default for the stm32f0 exampleNils Bars2024-02-121-1/+1
| | | | |
* | | | | Merge pull request #2414 from JomerDev/usb-logger-without-deviceUlf Lilleengen2024-02-121-0/+117
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Adds function and macro to create usb logger without device (also fixes a logger issue)
| * | | | | Add exampleJomer.Dev2024-01-081-0/+117
| | | | | |
* | | | | | stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-126-35/+71
| |_|_|_|/ |/| | | | | | | | | | | | | | See #2515
* | | | | restore original public API of timer, but keep new PACeZio Pan2024-02-101-2/+2
| | | | |
* | | | | add methods with macroeZio Pan2024-02-101-2/+2
| | | | |
* | | | | update timer mod after stm32-metapac timer_v2eZio Pan2024-02-092-14/+14
| | | | |
* | | | | Merge pull request #2544 from shufps/feat/adc-l0Dario Nieuwenhuis2024-02-091-0/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Feat/adc l0
| * | | | | made adc example working with default clock configuration and switched in ↵shufps2024-02-081-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | `v1` to PCLK/2 per default
| * | | | | clippyshufps2024-02-081-2/+1
| | | | | |
| * | | | | cargo fmtshufps2024-02-081-1/+1
| | | | | |
| * | | | | added ADC example running on L0shufps2024-02-081-0/+46
| | |_|_|/ | |/| | |
* | | | | fix(boot): update examples Badr Bouslikhin2024-02-0718-44/+24
| | | | |
* | | | | fix(boot): update stm32wb-dfu example readme Badr Bouslikhin2024-02-072-2/+2
| | | | |
* | | | | feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-067-3/+202
|/ / / /
* | | / 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
| |