aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge #440bors[bot]2021-10-201-0/+28
|\
| * Add i2c example for L4Ulf Lilleengen2021-10-201-0/+28
* | Specify unit in log outputUlf Lilleengen2021-10-191-1/+1
* | Add support for temperature sensor peripheralUlf Lilleengen2021-10-191-0/+26
|/
* Merge #425bors[bot]2021-10-182-2/+64
|\
| * Use types to strengthen the buffer dimensioninghuntc2021-10-181-6/+4
| * Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-181-2/+2
| * We have to reduce the buffer size to cater for the number of channels to scanhuntc2021-10-181-2/+2
| * We must allow the run handler to mutate statehuntc2021-10-181-2/+17
| * Implements continuous sampling for the nRF SAADChuntc2021-10-182-2/+51
* | examples/std: fix warningDario Nieuwenhuis2021-10-181-2/+1
|/
* Update clapDario Nieuwenhuis2021-10-182-4/+3
* Update to newer revision of async lorawan stackUlf Lilleengen2021-10-112-4/+4
* Merge pull request #417 from huntc/extend-saadcDario Nieuwenhuis2021-10-111-4/+6
|\
| * Extend SAADC one shot supporthuntc2021-10-091-4/+6
* | Merge pull request #410 from lulf/embassy-loraDario Nieuwenhuis2021-10-104-1/+192
|\ \ | |/ |/|
| * Add embassy-lora crateUlf Lilleengen2021-09-304-1/+192
* | nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-071-1/+1
|/
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-285-0/+126
* Support for STM32L1Ulf Lilleengen2021-09-218-1/+181
* Update version of critical-sectionUlf Lilleengen2021-09-132-2/+2
* Add WASM support for executorUlf Lilleengen2021-09-135-1/+106
* embassy/channel: switch to use MutexKindDario Nieuwenhuis2021-09-131-3/+4
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-112-15/+22
* Update lots of depsDario Nieuwenhuis2021-09-1112-79/+76
* Merge pull request #381 from lulf/stm32wl55-subghzDario Nieuwenhuis2021-09-062-1/+130
|\
| * Add HAL for SubGhz peripheral for STM32 WL seriesUlf Lilleengen2021-09-022-1/+130
* | Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-0371-112/+0
* | Fix embassy::main macros for std targetUlf Lilleengen2021-09-021-9/+4
* | Merge pull request #382 from fnafnio/typestate_nrf_timerDario Nieuwenhuis2021-09-021-0/+29
|\ \ | |/ |/|
| * removed type aliasesf_punk2021-09-021-0/+29
* | Merge pull request #383 from embassy-rs/saadc-fixesDario Nieuwenhuis2021-09-011-0/+25
|\ \
| * | nrf/saadc: add exampleDario Nieuwenhuis2021-09-011-0/+25
| |/
* | Merge pull request #379 from bobmcwhirter/random_rangeDario Nieuwenhuis2021-09-012-3/+38
|\ \ | |/ |/|
| * Formatting.Bob McWhirter2021-09-011-1/+1
| * Rename Random impl to Rng.Bob McWhirter2021-09-012-8/+8
| * Formatting. Always formatting.Bob McWhirter2021-08-301-4/+4
| * Move random utils to another trait.Bob McWhirter2021-08-301-1/+1
| * Add example using ranged RNG.Bob McWhirter2021-08-271-0/+35
* | Improve executor naming. Add docs.Dario Nieuwenhuis2021-08-311-3/+3
|/
* std: fold into embassy core, add non-hacky time driver.Dario Nieuwenhuis2021-08-254-6/+4
* nrf: make gpiote and time-driver optional via cargo features.Dario Nieuwenhuis2021-08-201-1/+1
* nrf/wdt: add handle stealDario Nieuwenhuis2021-08-201-1/+1
* Merge pull request #333 from bgamari/stm32g0Dario Nieuwenhuis2021-08-208-0/+198
|\
| * Add STM32G0 examplesBen Gamari2021-08-208-0/+198
* | Merge pull request #367 from embassy-rs/metapac-cleanupDario Nieuwenhuis2021-08-2041-180/+50
|\|
| * stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-1941-185/+19
| * stm32/wl: add stub APB3 to get it to build.Dario Nieuwenhuis2021-08-191-1/+1
| * stm32/exti: unify all versions into single implDario Nieuwenhuis2021-08-191-0/+36
* | wl55: update to cortex-m-rt 0.7Dario Nieuwenhuis2021-08-191-1/+1