summaryrefslogtreecommitdiff
path: root/docs/modules/ROOT
AgeCommit message (Collapse)Author
2022-09-03Use embassy_executor::main in runtime.adocDaniel Bevenius
This commit replaces embassy::main with embassy_executor::main in the runtime documentation page. Refs: https://embassy.dev/dev/runtime.html
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-16Rewrite documentation using correct module namesUlf Lilleengen
* Remove traits section now that we have embedded-hal-async and refer to it. * Explanation that embassy is multiple things. * Bootloader description image
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-12fix: doc: use master branch for basic example linkJake Swensen
2022-06-18Add env DEFMT_LOG=trace to all examples.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-05-06Update list of families with bootloader supportMatous Hybl
2022-04-28Allow using separate page sizes for state and dfuUlf Lilleengen
* 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
2022-04-27Add stm32 flash + bootloader supportUlf Lilleengen
* 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
2022-04-22reword task finish and cancelLiigo Zhuang
2022-04-21remove description which not makes senseLiigo Zhuang
2022-02-23Update after reviewUlf Lilleengen
2022-02-23Add documentation about the different embassy abstraction layersUlf Lilleengen
The guide demonstrates the functionality offered by each layer in Embassy, using code examples.
2022-02-21Update getting_started.adocDario Nieuwenhuis
2022-02-12embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis
2022-02-11Document #[embassy::main(config = ...)]Daniel Franklin
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.
2022-01-27traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis
2022-01-10Fix 'the the' typo and add a missing 'it'Daniel Bevenius
2022-01-06Fix typo in basic_application.adocDaniel Bevenius
2022-01-06Fix typo in hal.adocDaniel Bevenius
2022-01-06Fix typo in runtime.adocDaniel Bevenius
2021-12-30Update stm32.adocJohann Tuffe
typo
2021-12-20nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis
This implements Input and Output using FlexPin, to avoid some code duplication.
2021-12-10Fix doc example compileUlf Lilleengen
2021-12-10Add doc-specific example and add it to CIUlf Lilleengen
2021-12-10More contentUlf Lilleengen
2021-12-10Add more contentUlf Lilleengen
2021-12-10More on traits and notes on timeUlf Lilleengen
2021-12-10Add diagrams explaining the runtimeUlf Lilleengen
2021-12-10Update section on asyncUlf Lilleengen
2021-12-10Add example snippet inclusionUlf Lilleengen
2021-12-09Update docsUlf Lilleengen
2021-12-09Initial PoC of embassy bookUlf Lilleengen