aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fmt + clippy + changelogDion Dokter2025-11-221-0/+6
* Restructure build script and pin traits a little bitDion Dokter2025-11-221-28/+28
* Create demoDion Dokter2025-11-201-6/+325
* Update LCD to modern embassyDion Dokter2025-11-202-31/+34
* Merge branch 'main' into u0-lcdDion Dokter2025-11-20690-3441/+30124
|\
| * Merge pull request #4910 from fbrozovic/h7-async-flashxoviat2025-11-191-0/+84
| |\
| | * stm32: add async flash example for h7Filip Brozovic2025-11-181-0/+84
| * | stm32: impl. stop for stm32wbxoviat2025-11-191-1/+1
| * | Merge branch 'main' into smaxoviat2025-11-1816-216/+175
| |\|
| | * wpan_ get net example actually workingxoviat2025-11-171-15/+75
| | * Merge pull request #4893 from 1-rafael-1/worldtimeapi-now-needs-api-keyUlf Lilleengen2025-11-171-31/+59
| | |\
| | | * Switch WiFi example to non-TLS httpbin request1-rafael-12025-11-151-31/+59
| | * | Merge pull request #4861 from i509VCB/nxp-metadatai509VCB2025-11-172-3/+3
| | |\ \
| | | * | nxp: generate all chip peripherals and impls from metadatai509VCB2025-11-162-3/+3
| | * | | Merge pull request #4901 from xoviat/wpanxoviat2025-11-171-100/+15
| | |\ \ \
| | | * | | wpan: restructure mac driverxoviat2025-11-161-100/+15
| | | | |/ | | | |/|
| | * / | low_power: misc cleanups and allow main macroxoviat2025-11-166-61/+12
| | |/ /
| | * | Merge branch 'main' into stm32_sai_frame_lengthxoviat2025-11-1548-312/+1337
| | |\ \
| | | * \ Merge pull request #4884 from xoviat/adcxoviat2025-11-141-2/+7
| | | |\ \
| | | | * \ Merge branch 'main' of https://github.com/embassy-rs/embassy into adcxoviat2025-11-134-19/+623
| | | | |\ \
| | | | * | | fix async adc for h5 and othersxoviat2025-11-131-2/+7
| | | * | | | fix: use correct nrf54l15 flash sizeUlf Lilleengen2025-11-141-1/+1
| | | * | | | Merge pull request #4810 from de-vri-es/nrf-gpiote-enable-interrupts-before-b...Ulf Lilleengen2025-11-143-12/+12
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | | * | | embassy-nrf: add gpiote::InputChannel::wait_for_high/low()Maarten de Vries2025-10-303-12/+12
| | * | | | | Merge branch 'main' into stm32_sai_frame_lengtheverdrone2025-11-1066-178/+1558
| | |\ \ \ \ \
| | * | | | | | fix stm32h723 exampleeverdrone2025-10-231-1/+1
| * | | | | | | Add new{_with_phy}, new_mii{_with_phy}datdenkikniet2025-11-148-48/+48
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge pull request #4881 from xoviat/blocking-delayxoviat2025-11-131-7/+7
| |\ \ \ \ \ \
| | * | | | | | stm32: extract block_for_usxoviat2025-11-131-7/+7
| * | | | | | | Merge branch 'main' into stm32_i2c_v2_transactionHybridChild2025-11-131-12/+6
| |\| | | | | |
| | * | | | | | adc: extract c0xoviat2025-11-131-12/+6
| | | |_|_|/ / | | |/| | | |
| * / | | | | stm32: Move i2c_master test to examplesHybridChild2025-11-132-0/+610
| |/ / / / /
| * | | | | stm32: extract adc4xoviat2025-11-123-23/+32
| * | | | | stm32/adc: extract into commonxoviat2025-11-1212-35/+49
| * | | | | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocolUlf Lilleengen2025-11-128-130/+411
| |\ \ \ \ \
| | * | | | | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-24305-419/+621
| | * | | | | Merge branch 'main' into 17-add-support-for-boot-protocolMatteo Meluzzi2025-10-0234-42/+365
| | |\ \ \ \ \
| | * | | | | | update hid mouse and keyboard examplesmatteo2025-10-016-107/+282
| | * | | | | | rename HidSubclass to match hid specmatteo2025-10-018-8/+8
| | * | | | | | review commentsmatteo2025-09-309-19/+39
| | * | | | | | working nrf52840 examplesmatteo2025-09-233-22/+76
| | * | | | | | update hid examplesmatteo2025-09-238-8/+40
| * | | | | | | Merge pull request #4866 from xoviat/adcxoviat2025-11-112-3/+8
| |\ \ \ \ \ \ \
| | * | | | | | | adc: seal special channelsxoviat2025-11-111-0/+5
| | * | | | | | | adc: cleanup g4xoviat2025-11-111-3/+3
| * | | | | | | | Merge branch main into n6everdrone2025-11-11370-711/+2723
| |\| | | | | | | | | |/ / / / / / | |/| | | | | |
| | * | | | | | adc: exact calxoviat2025-11-102-4/+4
| | * | | | | | adc: remove sample_time from structxoviat2025-11-1025-91/+66
| | | |_|/ / / | | |/| | | |
| | * | | | | update stm32-fmcxoviat2025-11-096-6/+6
| | * | | | | Merge pull request #4813 from xoviat/bkxoviat2025-11-091-0/+31
| | |\ \ \ \ \