| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2236 from tshepang/patch-2 | Dario Nieuwenhuis | 2023-12-01 | 1 | -2/+11 |
| |\ | |||||
| | * | no_std and no_main can be used on stable | Tshepang Mbambo | 2023-12-01 | 1 | -2/+11 |
| * | | runtime.adoc: typo | Tshepang Mbambo | 2023-12-01 | 1 | -1/+1 |
| |/ | |||||
| * | Add multiple dependency error faq | Dániel Buga | 2023-11-28 | 1 | -0/+19 |
| * | Update docs/modules/ROOT/pages/faq.adoc | James Munns | 2023-11-27 | 1 | -1/+1 |
| * | (FAQ): Add time driver note | James Munns | 2023-11-27 | 1 | -0/+36 |
| * | need be -> needed | AdinAck | 2023-11-27 | 1 | -1/+1 |
| * | it's -> its | AdinAck | 2023-11-27 | 1 | -1/+1 |
| * | ... | Adin Ackerman | 2023-11-27 | 2 | -81/+80 |
| * | Update faq.adoc | Adin Ackerman | 2023-11-27 | 1 | -0/+125 |
| * | add faq for deploying to RP2040 using elf2uf2-rs | jan | 2023-11-24 | 1 | -0/+13 |
| * | Update faq.adoc | Ulf Lilleengen | 2023-11-21 | 1 | -2/+2 |
| * | Add note for Xtensa | Dániel Buga | 2023-11-21 | 1 | -0/+1 |
| * | Add FAQ with one question from chat | James Munns | 2023-11-21 | 1 | -0/+24 |
| * | Update basic_application.adoc | Ted Feng | 2023-10-18 | 1 | -1/+1 |
| * | time: Update documentation to use new after_x convenience methods | Adam Greig | 2023-10-15 | 1 | -1/+1 |
| * | docs: minor doc improvements and cleanup | Ulf Lilleengen | 2023-10-03 | 6 | -10/+31 |
| * | update docs | xoviat | 2023-09-16 | 3 | -7/+82 |
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 |
| * | Documentation on verifying firmware | huntc | 2023-01-14 | 1 | -1/+49 |
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -1/+1 |
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 1 | -0/+1 |
| * | [doc] Remove obsolete code sample | Johannes Neyer | 2022-11-15 | 1 | -13/+0 |
| * | [doc] Fix some grammar | Johannes Neyer | 2022-11-15 | 3 | -7/+7 |
| * | [doc] Fix line indices of basic example | Johannes Neyer | 2022-11-15 | 1 | -4/+4 |
| * | Add note on partition sizes to bootloader docs | Ulf Lilleengen | 2022-10-11 | 1 | -4/+13 |
| * | Use embassy_executor::main in runtime.adoc | Daniel Bevenius | 2022-09-03 | 1 | -1/+1 |
| * | Rewrite documentation using correct module names | Ulf Lilleengen | 2022-08-16 | 7 | -29/+37 |
| * | fix: doc: use master branch for basic example link | Jake Swensen | 2022-07-12 | 1 | -1/+1 |
| * | Update list of families with bootloader support | Matous Hybl | 2022-05-06 | 1 | -1/+1 |
| * | Allow using separate page sizes for state and dfu | Ulf Lilleengen | 2022-04-28 | 1 | -1/+2 |
| * | Add stm32 flash + bootloader support | Ulf Lilleengen | 2022-04-27 | 1 | -0/+32 |
| * | reword task finish and cancel | Liigo Zhuang | 2022-04-22 | 1 | -1/+1 |
| * | remove description which not makes sense | Liigo Zhuang | 2022-04-21 | 1 | -1/+1 |
| * | Update after review | Ulf Lilleengen | 2022-02-23 | 1 | -2/+2 |
| * | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | 2022-02-23 | 1 | -0/+86 |
| * | Update getting_started.adoc | Dario Nieuwenhuis | 2022-02-21 | 1 | -0/+1 |
| * | Document #[embassy::main(config = ...)] | Daniel Franklin | 2022-02-11 | 1 | -0/+12 |
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 |
| * | Fix 'the the' typo and add a missing 'it' | Daniel Bevenius | 2022-01-10 | 1 | -2/+2 |
| * | Fix typo in basic_application.adoc | Daniel Bevenius | 2022-01-06 | 1 | -1/+1 |
| * | Fix typo in hal.adoc | Daniel Bevenius | 2022-01-06 | 1 | -1/+1 |
| * | Fix typo in runtime.adoc | Daniel Bevenius | 2022-01-06 | 1 | -1/+1 |
| * | Update stm32.adoc | Johann Tuffe | 2021-12-30 | 1 | -1/+1 |
| * | Fix doc example compile | Ulf Lilleengen | 2021-12-10 | 1 | -3/+3 |
| * | Add doc-specific example and add it to CI | Ulf Lilleengen | 2021-12-10 | 1 | -22/+8 |
| * | More content | Ulf Lilleengen | 2021-12-10 | 2 | -3/+35 |
| * | Add more content | Ulf Lilleengen | 2021-12-10 | 6 | -6/+173 |
| * | More on traits and notes on time | Ulf Lilleengen | 2021-12-10 | 2 | -6/+17 |
| * | Add diagrams explaining the runtime | Ulf Lilleengen | 2021-12-10 | 2 | -3/+20 |
