aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
Commit message (Collapse)AuthorAgeFilesLines
* Update list of families with bootloader supportMatous Hybl2022-05-061-1/+1
|
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-281-1/+2
| | | | | | | * Less generics on bootloader. Keep PAGE_SIZE as a common multiple of DFU and ACTIVE page sizes. * Document restriction * Add unit tests for different page sizes
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-272-0/+33
| | | | | | | | * Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data
* reword task finish and cancelLiigo Zhuang2022-04-221-1/+1
|
* remove description which not makes senseLiigo Zhuang2022-04-211-1/+1
|
* Update after reviewUlf Lilleengen2022-02-231-2/+2
|
* Add documentation about the different embassy abstraction layersUlf Lilleengen2022-02-2312-0/+394
| | | | | The guide demonstrates the functionality offered by each layer in Embassy, using code examples.
* Update getting_started.adocDario Nieuwenhuis2022-02-211-0/+1
|
* embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-2/+2
|
* Document #[embassy::main(config = ...)]Daniel Franklin2022-02-111-0/+12
| | | | | Add an example documenting the config param based on help I got in the matrix chat. Because the example is very short and incompatible with the other example code I just included it inline.
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-1/+0
|
* Fix 'the the' typo and add a missing 'it'Daniel Bevenius2022-01-101-2/+2
|
* Fix typo in basic_application.adocDaniel Bevenius2022-01-061-1/+1
|
* Fix typo in hal.adocDaniel Bevenius2022-01-061-1/+1
|
* Fix typo in runtime.adocDaniel Bevenius2022-01-061-1/+1
|
* Update stm32.adocJohann Tuffe2021-12-301-1/+1
| | | typo
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-201-3/+2
| | | | This implements Input and Output using FlexPin, to avoid some code duplication.
* Fix doc example compileUlf Lilleengen2021-12-103-8/+10
|
* Add doc-specific example and add it to CIUlf Lilleengen2021-12-104-22/+62
|
* More contentUlf Lilleengen2021-12-102-3/+35
|
* Add more contentUlf Lilleengen2021-12-107-9/+180
|
* More on traits and notes on timeUlf Lilleengen2021-12-102-6/+17
|
* Add diagrams explaining the runtimeUlf Lilleengen2021-12-106-3/+22
|
* Update section on asyncUlf Lilleengen2021-12-101-4/+9
|
* Add example snippet inclusionUlf Lilleengen2021-12-102-0/+9
|
* Update docsUlf Lilleengen2021-12-097-24/+37
|
* Initial PoC of embassy bookUlf Lilleengen2021-12-096-0/+40