aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2559 from mchant/mainDario Nieuwenhuis2024-02-201-0/+182
|\
| * removed extra spaces.Mick Chanthaseth2024-02-191-1/+1
| * fixed formatting in usb_hid_mouse.rsMick Chanthaseth2024-02-191-4/+3
| * Updated formatting in usb_hid_mouse.rs.Mick Chanthaseth2024-02-191-6/+6
| * Merge branch 'embassy-rs:main' into mainMick Chanthaseth2024-02-1619-76/+333
| |\
| * | Update imports in usb_hid_mouse.rsMick Chanthaseth2024-02-161-1/+1
| * | added usb_hid_mouse example for rpMick Chanthaseth2024-02-111-0/+183
* | | Merge pull request #2594 from exzachlyvv/zvv/u5-i2cDario Nieuwenhuis2024-02-181-0/+41
|\ \ \
| * | | Add simple i2c example for u5Zach2024-02-181-0/+41
| | |/ | |/|
* | | Merge pull request #2591 from exzachlyvv/zvv/u5-flashDario Nieuwenhuis2024-02-181-0/+55
|\ \ \
| * | | support u5 flashZach2024-02-171-0/+55
| |/ /
* / / u5 - add working rng exampleZach2024-02-171-0/+25
|/ /
* | Merge pull request #2558 from CBJamo/ws2812_write_fixupDario Nieuwenhuis2024-02-171-2/+5
|\ \
| * | Switch to tickerCaleb Jamison2024-02-101-2/+3
| * | Add explicit reset time to ws2812 write fn.Caleb Jamison2024-02-101-0/+2
| |/
* | Merge pull request #2578 from CBJamo/i2c_slave_fixesDario Nieuwenhuis2024-02-171-1/+1
|\ \
| * | Improve rp2040 i2c slaveCaleb Jamison2024-02-151-1/+1
* | | Merge pull request #2579 from barnabywalters/g4rccDario Nieuwenhuis2024-02-163-27/+36
|\ \ \ | |/ / |/| |
| * | RefinementsBarnaby Walters2024-02-171-0/+1
| * | Removed redundant HSI48 configurationBarnaby Walters2024-02-161-3/+4
| * | [embassy-stm32]: started stm32g4 RCC refactorBarnaby Walters2024-02-153-27/+34
* | | Merge pull request #2564 from embassy-rs/rcc-f1-updateDario Nieuwenhuis2024-02-142-6/+18
|\ \ \
| * | | 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
|\ \ \ | |/ / |/| |
| * | 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
|\ \ \ \ \
| * | | | | Add exampleJomer.Dev2024-01-081-0/+117
* | | | | | stm32/rcc: port F3 RCC to new APIDario Nieuwenhuis2024-02-126-35/+71
| |_|_|_|/ |/| | | |
* | | | | 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
|\ \ \ \ \
| * | | | | made adc example working with default clock configuration and switched in `v1...shufps2024-02-081-7/+2
| * | | | | 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