aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Reduce amount of samples for nrf5340Dominik Boehi2023-01-097-305/+0
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-0955-0/+0
* Change UART pins for nRF5340 DKDominik Boehi2023-01-082-2/+2
* Add samples for nrf5340Dominik Boehi2023-01-0814-0/+542
* Merge #1141bors[bot]2023-01-056-7/+51
|\
| * feat: compile bootloader examples for nRF91Ulf Lilleengen2023-01-046-7/+51
* | rp2040: add {tx,rx}-only constructors to UARTPedro Ferreira2023-01-041-0/+42
|/
* Merge #1139bors[bot]2023-01-047-5/+34
|\
| * Provides a means of obtaining the current WDT confighuntc2023-01-041-0/+18
| * Cleaned up some doc and memory layouthuntc2023-01-045-4/+8
| * Pass WDT config aroundhuntc2023-01-041-1/+8
* | Cleanupkalkyl2023-01-031-1/+1
* | embassy-boot (rp): Add WatchdogFlashkalkyl2023-01-033-3/+12
|/
*-. Merge #1093 #1127bors[bot]2023-01-021-0/+33
|\ \
| * | Add random examplemiathedev2022-12-041-0/+33
* | | rp: switch to released 0.2.1 pio crate.Dario Nieuwenhuis2022-12-261-4/+1
* | | net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-267-11/+12
* | | net: remove unused pool-x featuresDario Nieuwenhuis2022-12-266-6/+6
| |/ |/|
* | Remove lifetime, use pac fieldskalkyl2022-12-241-3/+3
* | embassy-rp: Add Watchdogkalkyl2022-12-241-0/+48
* | Change log level to debugkalkyl2022-12-231-1/+1
* | embassy-rp: Add split() to BufferedUartkalkyl2022-12-222-1/+58
* | enabled interrupt feature@imrank032022-12-211-2/+2
* | added watchdog example@imrank032022-12-211-0/+25
* | added priority based example@imrank032022-12-211-0/+139
* | added interrupt example@imrank032022-12-211-0/+27
* | button controlled example@imrank032022-12-211-0/+64
* | cargo fmtAaron Tsui2022-12-201-2/+2
* | add convert_to_celsius function in the adc moduleAaron Tsui2022-12-201-1/+6
* | examples/std: update to new embassy-net trait.Dario Nieuwenhuis2022-12-131-55/+58
* | stm32: rename feature `net` to `embassy-net`.Dario Nieuwenhuis2022-12-132-2/+2
* | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex.Dario Nieuwenhuis2022-12-132-44/+42
* | stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex.Dario Nieuwenhuis2022-12-131-25/+25
* | usb/cdc-ncm: add embassy-net Device implementation.Dario Nieuwenhuis2022-12-136-371/+54
* | Merge branch 'master' into multicoreHenrik Alsér2022-12-133-1/+187
|\ \
| | \
| | \
| *-. \ Merge #1043 #1103bors[bot]2022-12-133-1/+187
| |\ \ \
| | * | | Added RelocateProgram class for adjusting PIO-programs for different origins.Simon Berg2022-12-092-16/+25
| | * | | PIO support for RPi PicoSimon Berg2022-12-093-1/+178
| | |/ /
* | | | Refactor after reviewkalkyl2022-12-131-3/+2
* | | | Cleanupkalkyl2022-12-101-4/+3
* | | | Feature gate critical-section-implkalkyl2022-12-101-1/+1
* | | | fmtkalkyl2022-12-101-2/+2
* | | | embassy-rp: Add multicore supportkalkyl2022-12-102-1/+64
|/ / /
* / / nrf: add manually_create_executor example.Dario Nieuwenhuis2022-12-091-0/+49
|/ /
* | Merge #1049bors[bot]2022-12-093-0/+383
|\ \
| * | Move the responsibility to manage buffers to the I2S streamChristian Perez Llamas2022-12-083-17/+241
| * | Optimization to be able to work with only 2 buffersChristian Perez Llamas2022-11-291-11/+9
| * | Buffer management in line with other peripherals. Constructor and config rede...Christian Perez Llamas2022-11-191-42/+61
| * | Fix formatChristian Perez Llamas2022-11-191-2/+1
| * | Add missing parts and CleanupChristian Perez Llamas2022-11-191-47/+26