| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #348 from embassy-rs/remove-portal | Dario Nieuwenhuis | 2021-08-05 | 2 | -122/+0 |
| |\ | |||||
| | * | Remove Portal. Fixes #32 | Dario Nieuwenhuis | 2021-08-05 | 2 | -122/+0 |
| * | | Merge pull request #347 from embassy-rs/tmm-fix-ub | Dario Nieuwenhuis | 2021-08-05 | 1 | -2/+15 |
| |\ \ | |/ |/| | |||||
| | * | util: fix unsoundness when dropping ThreadModeMutex outside thread mode. | Dario Nieuwenhuis | 2021-08-05 | 1 | -2/+15 |
| |/ | |||||
| * | Merge pull request #338 from embassy-rs/time-driver | Dario Nieuwenhuis | 2021-08-05 | 55 | -822/+685 |
| |\ | |||||
| | * | time_driver: use regular fn ptr -> raw ptr casts | Dario Nieuwenhuis | 2021-08-05 | 2 | -8/+2 |
| | * | stm32/time: add Cargo features to choose tim2/tim3 | Dario Nieuwenhuis | 2021-08-05 | 10 | -19/+39 |
| | * | time: replace dyn clock/alarm with a global Driver trait | Dario Nieuwenhuis | 2021-08-05 | 47 | -808/+657 |
| |/ | |||||
| * | Merge pull request #345 from Liamolucko/forward-task-attributes | Dario Nieuwenhuis | 2021-08-05 | 1 | -0/+3 |
| |\ | |||||
| | * | Forward attributes to generated task function | Liam Murphy | 2021-08-05 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #344 from bobmcwhirter/remove_builders | Dario Nieuwenhuis | 2021-08-04 | 9 | -133/+37 |
| |\ | |||||
| | * | Grep fails me. | Bob McWhirter | 2021-08-04 | 1 | -2/+0 |
| | * | Fmt giving me headaches. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Um. | Bob McWhirter | 2021-08-04 | 1 | -0/+1 |
| | * | Unused import. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Remove more extra vars. | Bob McWhirter | 2021-08-04 | 2 | -7/+3 |
| | * | Formatting again. | Bob McWhirter | 2021-08-04 | 4 | -5/+2 |
| | * | Further work sharing config for example and removing duplicated code. | Bob McWhirter | 2021-08-04 | 6 | -73/+25 |
| | * | Remove unused import. | Bob McWhirter | 2021-08-04 | 1 | -1/+0 |
| | * | Formatting. | Bob McWhirter | 2021-08-04 | 4 | -10/+10 |
| | * | Remove builders from Config(s) and examples. | Bob McWhirter | 2021-08-04 | 8 | -104/+67 |
| * | | Merge pull request #306 from embassy-rs/update-nightly | Dario Nieuwenhuis | 2021-08-04 | 69 | -139/+11 |
| |\ \ | |/ |/| | |||||
| | * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 63 | -129/+1 |
| | * | stm32: add missing `+ 'a` bounds on trait GATs | Dario Nieuwenhuis | 2021-08-04 | 5 | -9/+9 |
| | * | util: fix unused return warning | Dario Nieuwenhuis | 2021-08-04 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #343 from embassy-rs/rustfmt-everything | Dario Nieuwenhuis | 2021-08-04 | 3 | -3/+2 |
| |\ | |||||
| | * | rustfmt everything | Dario Nieuwenhuis | 2021-08-04 | 2 | -2/+1 |
| | * | ci: rustfmt check all .rs files | Dario Nieuwenhuis | 2021-08-04 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #331 from timokroeger/stm32-enable-bit | Dario Nieuwenhuis | 2021-08-04 | 1 | -115/+113 |
| |\ | |||||
| | * | Remove broken panic message | Timo Kröger | 2021-08-04 | 1 | -5/+7 |
| | * | cargo fmt | Timo Kröger | 2021-08-04 | 1 | -9/+28 |
| | * | Refactor bit search logic when no clock specified | Timo Kröger | 2021-08-04 | 1 | -78/+60 |
| | * | Refactor `find_reg_for_field()` | Timo Kröger | 2021-08-04 | 1 | -18/+12 |
| | * | Use a regex to match find enable and rst regs | Timo Kröger | 2021-08-03 | 1 | -15/+6 |
| | * | Ignore the clock number for enable bit search | Timo Kröger | 2021-08-03 | 1 | -4/+14 |
| | * | BTreeMaps to preserve ordering of generated code | Timo Kröger | 2021-08-03 | 1 | -14/+14 |
| * | | Merge pull request #301 from thalesfragoso/i2cv2-dma | Dario Nieuwenhuis | 2021-08-04 | 2 | -57/+330 |
| |\ \ | |||||
| | * | | i2c-v2: Use new interrupts macro | Thales Fragoso | 2021-08-01 | 2 | -7/+7 |
| | * | | i2c-v2: Deref interrupt enabling in write_dma_internal | Thales Fragoso | 2021-08-01 | 1 | -2/+4 |
| | * | | i2c-v2: Simplify write_dma | Thales Fragoso | 2021-08-01 | 1 | -24/+9 |
| | * | | i2c-v2: Implement write_dma and write_dma_vectored | Thales Fragoso | 2021-08-01 | 2 | -53/+339 |
| * | | | Merge pull request #341 from lulf/usart-dma-read | Dario Nieuwenhuis | 2021-08-04 | 6 | -5/+103 |
| |\ \ \ | |||||
| | * | | | Rename bread -> read_blocking | Ulf Lilleengen | 2021-08-04 | 5 | -5/+5 |
| | * | | | Add uart::Read DMA-based implementation | Ulf Lilleengen | 2021-08-03 | 6 | -5/+103 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #342 from bobmcwhirter/h7-example-cleanup | Bob McWhirter | 2021-08-03 | 8 | -217/+147 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Run cargo-fmt on the h7 examples. | Bob McWhirter | 2021-08-03 | 3 | -36/+27 |
| | * | | Formatting fixes. | Bob McWhirter | 2021-08-03 | 2 | -18/+15 |
| | * | | Enhance Rcc configuration to be more fluentish. | Bob McWhirter | 2021-08-03 | 8 | -211/+153 |
| |/ / | |||||
| * | | Merge pull request #339 from embassy-rs/reomve-workaround | Dario Nieuwenhuis | 2021-08-02 | 1 | -3/+0 |
| |\ \ | |||||
| | * | | Remove version pinning workaround. | Dario Nieuwenhuis | 2021-08-02 | 1 | -3/+0 |
| |/ / | |||||
