aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mspm0-watchdog: add watchdog examples for all chipsSiarhei B2025-08-285-0/+270
* | | | | | chore: prepare cyw43-pio releaseUlf Lilleengen2025-08-282-2/+2
* | | | | | fix: version bumpsUlf Lilleengen2025-08-282-2/+2
* | | | | | fix: update more minor versionsUlf Lilleengen2025-08-2722-24/+24
* | | | | | fix: remaining versionsUlf Lilleengen2025-08-2613-13/+13
* | | | | | chore: prepare embassy crate releasesUlf Lilleengen2025-08-2671-374/+373
* | | | | | Load all crates in the graph, honor the "publish" flag to prevent publishing ...Dario Nieuwenhuis2025-08-2572-2/+436
* | | | | | stm32/adc/v3: allow DMA reads to loop through enabled channelsGabriel Smith2025-08-221-0/+94
| |_|_|/ / |/| | | |
* | | | | rp: fix blocking I2C example regarding pull-up resistorsRob Wells2025-08-191-4/+2
* | | | | Merge pull request #4564 from erwin-ps/feature/rp-i2c-add-pullup-configJames Munns2025-08-191-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add configurable internal pullups for rp i2cerwin2025-08-181-1/+5
* | | | | Merge pull request #4435 from bespsm/mspm0-i2ci509VCB2025-08-145-0/+194
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mspm0-I2C: replace examples for mspm0l1306 & mspm0g3507 with AD5171Siarhei B2025-08-044-33/+73
| * | | | mspm0-I2C: mention blocking API's restrictionsSiarhei B2025-08-044-10/+12
| * | | | mspm0-I2C: automate source clock definitionSiarhei B2025-08-044-20/+8
| * | | | mspm0: Add I2C Controller examples for mspm0l1306, mspm0g3507 MCUsSiarhei B2025-08-045-0/+164
* | | | | chore: prepare embassy-boot-stm32 releaseUlf Lilleengen2025-08-129-9/+9
* | | | | fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-1265-65/+65
* | | | | Merge pull request #4532 from embassy-rs/update-metapacUlf Lilleengen2025-08-1240-40/+40
|\ \ \ \ \
| * | | | | chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-1240-40/+40
* | | | | | Enable temp support on the nrf54l15nerwalt2025-08-121-0/+25
|/ / / / /
* | | | | feat: lpc55 blocking usart addedRoi Bachynskyi2025-08-121-0/+40
* | | | | Merge pull request #4517 from phycrax/config-with-speed-freqDario Nieuwenhuis2025-08-0917-118/+19
|\ \ \ \ \
| * | | | | revert deleted importSüha Ünüvar2025-08-081-0/+1
| * | | | | rustfmtSüha Ünüvar2025-08-088-83/+11
| * | | | | i2c examplesSüha Ünüvar2025-08-0816-36/+9
| * | | | | i2sSüha Ünüvar2025-08-081-1/+0
* | | | | | Merge branch 'main' into nrf54l15-wdtDario Nieuwenhuis2025-08-089-1/+842
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #4514 from nerwalt/nrf54l15-rramc-nvmcDario Nieuwenhuis2025-08-082-0/+46
| |\ \ \ \ \ \
| | * | | | | | Adds RRAMC support for the nrf54l15nerwalt2025-08-082-0/+46
| | |/ / / / /
| * / / / / / Add examples for wiznet devboardriceman20002025-08-077-1/+796
| |/ / / / /
* | | | | | Fixes broken NS buildnerwalt2025-08-081-2/+3
* | | | | | Adds WDT support for the nrf54l15nerwalt2025-08-081-0/+41
|/ / / / /
* | | | | Merge pull request #4459 from IrinaCh524/feat/lpc55-time-driveri509VCB2025-08-063-2/+40
|\ \ \ \ \
| * | | | | feat: add RTC time driverIrina Chiorean2025-08-043-2/+40
* | | | | | chore: bump versionsUlf Lilleengen2025-08-044-5/+5
* | | | | | chore: bump nrf and rp hal versionsUlf Lilleengen2025-08-0414-14/+14
|/ / / / /
* | | | | Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-0320-20/+20
* | | | | fix: do full minor version bump for time queue utilsUlf Lilleengen2025-08-011-1/+1
* | | | | chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-3164-64/+64
* | | | | STM32WBA usb-dfu exampleGerzain Mata2025-07-2914-0/+557
| |/ / / |/| | |
* | | | Separated USB_OTG_HS to STM32WBA6Gerzain Mata2025-07-278-0/+209
* | | | Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-272-138/+6
* | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-275-48/+31
|\ \ \ \
| * \ \ \ Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-supportDario Nieuwenhuis2025-07-271-0/+65
| |\ \ \ \
| | * | | | Fixed timer config on STM32WBA pwm exampleGerzain Mata2025-07-271-2/+2
| | * | | | Cargo fmtGerzain Mata2025-07-271-2/+3
| | * | | | Merge branch 'main' into feat/stm32wba-rcc-pll-supportleftger2025-07-278-20/+420
| | |\ \ \ \
| | * | | | | Added changes based on PR reviewGerzain Mata2025-07-271-2/+1
| * | | | | | examples: fix RP2040 link establishing logicOscar Aurin2025-07-272-39/+21
| | |/ / / / | |/| | | |