| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: consolidate crates | xoviat | 2021-03-30 | 7 | -409/+0 |
| | | |||||
| * | stm32: use embassy::main in more places | xoviat | 2021-03-29 | 2 | -61/+12 |
| | | |||||
| * | Reexport macros at root, use eveywhere as `#[embassy::task]` | Dario Nieuwenhuis | 2021-03-29 | 5 | -11/+10 |
| | | |||||
| * | stm32/serial: update to new traits. | Dario Nieuwenhuis | 2021-03-29 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'master' of https://github.com/akiles/embassy into proc-macro | xoviat | 2021-03-27 | 1 | -0/+146 |
| |\ | |||||
| | * | Merge branch 'master' of https://github.com/akiles/embassy into st-usb | xoviat | 2021-03-27 | 1 | -1/+2 |
| | |\ | |||||
| | * | | Move USB to embassy-extras | Thales Fragoso | 2021-03-19 | 2 | -151/+6 |
| | | | | |||||
| | * | | USB: Use updated PeripheralMutex | Thales Fragoso | 2021-03-19 | 2 | -2/+2 |
| | | | | |||||
| | * | | Bring back old usb example | Thales Fragoso | 2021-03-19 | 2 | -42/+185 |
| | | | | |||||
| | * | | Change ClassSet indexing and tune up example | Thales Fragoso | 2021-03-19 | 1 | -28/+57 |
| | | | | | | | | | | | | | Example doesn't work with F401 because it doesn't have enough usb endpoints | ||||
| | * | | Start working on usb serial | Thales Fragoso | 2021-03-19 | 1 | -0/+119 |
| | | | | |||||
| * | | | add embassy::main and implement for stm32f4 | xoviat | 2021-03-27 | 1 | -38/+11 |
| | |/ |/| | |||||
| * | | stm32: fix exti to require SysCfg.constrain() | xoviat | 2021-03-22 | 1 | -1/+2 |
| |/ | |||||
| * | F4: Fix compilation for other MCUs | Thales Fragoso | 2021-03-18 | 2 | -4/+2 |
| | | |||||
| * | Merge pull request #82 from xoviat/c-exti | Dario Nieuwenhuis | 2021-03-18 | 1 | -5/+2 |
| |\ | | | | | cleanup exti and remove static mut | ||||
| | * | fix extipin | xoviat | 2021-03-17 | 1 | -5/+2 |
| | | | |||||
| * | | cleanup misc. warnings | xoviat | 2021-03-17 | 1 | -3/+1 |
| |/ | |||||
| * | fix can example | xoviat | 2021-03-17 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #20 from xoviat/canbus | Dario Nieuwenhuis | 2021-03-17 | 1 | -0/+59 |
| |\ | | | | | add can | ||||
| | * | fixup | xoviat | 2021-03-15 | 1 | -11/+6 |
| | | | |||||
| | * | add can driver | xoviat | 2021-03-15 | 1 | -0/+64 |
| | | | |||||
| * | | Update features for latest nightly. | Dario Nieuwenhuis | 2021-03-17 | 4 | -0/+8 |
| |/ | |||||
| * | implement generics on serial | xoviat | 2021-03-04 | 1 | -1/+22 |
| | | |||||
| * | Move traits to separate crate. | xoviat | 2021-03-02 | 2 | -2/+2 |
| | | |||||
| * | update defmt and defmt-rtt to 0.2.0 | fnafnio | 2021-02-24 | 1 | -7/+7 |
| | | |||||
| * | Merge pull request #49 from thalesfragoso/st-timer | Dario Nieuwenhuis | 2021-02-20 | 1 | -0/+65 |
| |\ | | | | | Add STM timer | ||||
| | * | Add RTC timer for stm32f4 | Thales Fragoso | 2021-02-17 | 1 | -0/+65 |
| | | | |||||
| * | | stm32f4-examples: add workaround for WFI breaking RTT | Dario Nieuwenhuis | 2021-02-20 | 3 | -0/+22 |
| |/ | |||||
| * | Get rid of some warnings | Thales Fragoso | 2021-02-13 | 3 | -19/+6 |
| | | |||||
| * | Executor API V2. | Dario Nieuwenhuis | 2021-02-02 | 2 | -14/+8 |
| | | | | | | - It's no longer possible to call run() reentrantly from within a task (soundness issue) - it's now possible to spawn Send tasks across threads (SendSpawner, #37) | ||||
| * | stm32f4/examples: add config and linker script so they're runnable. | Dario Nieuwenhuis | 2021-01-21 | 3 | -1/+100 |
| | | |||||
| * | minor cleanup to interface | xoviat | 2021-01-14 | 1 | -6/+8 |
| | | |||||
| * | Build stm32 and stm32-examples in test script. | Dario Nieuwenhuis | 2021-01-14 | 2 | -3/+22 |
| | | | | | Panic handler was missing, I had to add exaple_common.rs like in the nrf examples. | ||||
| * | restrict unsafe block | xoviat | 2021-01-06 | 1 | -7/+7 |
| | | |||||
| * | mark new unsafe | xoviat | 2021-01-06 | 1 | -17/+18 |
| | | |||||
| * | fix problems | xoviat | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | rename examples | xoviat | 2021-01-04 | 1 | -0/+64 |
