Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | Use embassy_executor::main in runtime.adoc | Daniel Bevenius | |
This commit replaces embassy::main with embassy_executor::main in the runtime documentation page. Refs: https://embassy.dev/dev/runtime.html | |||
2022-08-18 | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | |
2022-08-17 | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | |
2022-08-16 | Rewrite documentation using correct module names | Ulf 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-29 | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | |
2022-07-12 | fix: doc: use master branch for basic example link | Jake Swensen | |
2022-06-18 | Add env DEFMT_LOG=trace to all examples. | Dario Nieuwenhuis | |
2022-06-12 | Run rustfmt. | Dario Nieuwenhuis | |
2022-05-06 | Update list of families with bootloader support | Matous Hybl | |
2022-04-28 | Allow using separate page sizes for state and dfu | Ulf 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-27 | Add stm32 flash + bootloader support | Ulf 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-22 | reword task finish and cancel | Liigo Zhuang | |
2022-04-21 | remove description which not makes sense | Liigo Zhuang | |
2022-02-23 | Update after review | Ulf Lilleengen | |
2022-02-23 | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | |
The guide demonstrates the functionality offered by each layer in Embassy, using code examples. | |||
2022-02-21 | Update getting_started.adoc | Dario Nieuwenhuis | |
2022-02-12 | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | |
2022-02-11 | Document #[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-27 | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | |
2022-01-10 | Fix 'the the' typo and add a missing 'it' | Daniel Bevenius | |
2022-01-06 | Fix typo in basic_application.adoc | Daniel Bevenius | |
2022-01-06 | Fix typo in hal.adoc | Daniel Bevenius | |
2022-01-06 | Fix typo in runtime.adoc | Daniel Bevenius | |
2021-12-30 | Update stm32.adoc | Johann Tuffe | |
typo | |||
2021-12-20 | nrf/gpio: add infallible inherent methods, remove some duplication. | Dario Nieuwenhuis | |
This implements Input and Output using FlexPin, to avoid some code duplication. | |||
2021-12-10 | Fix doc example compile | Ulf Lilleengen | |
2021-12-10 | Add doc-specific example and add it to CI | Ulf Lilleengen | |
2021-12-10 | More content | Ulf Lilleengen | |
2021-12-10 | Add more content | Ulf Lilleengen | |
2021-12-10 | More on traits and notes on time | Ulf Lilleengen | |
2021-12-10 | Add diagrams explaining the runtime | Ulf Lilleengen | |
2021-12-10 | Update section on async | Ulf Lilleengen | |
2021-12-10 | Add example snippet inclusion | Ulf Lilleengen | |
2021-12-09 | Update docs | Ulf Lilleengen | |
2021-12-09 | Initial PoC of embassy book | Ulf Lilleengen | |