| Commit message (Expand) | Author | Age | Files | Lines |
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 2 | -21/+8 |
| * | fmt | William Yager | 2023-07-03 | 1 | -1/+0 |
| * | Add bank 1 16 bit | William Yager | 2023-07-03 | 1 | -0/+19 |
| * | hal-common: require DerefMut for peripherals, not just Deref. | Dario Nieuwenhuis | 2023-07-02 | 1 | -2/+2 |
| * | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 5 | -266/+604 |
| |\ |
|
| | * | Revert changes to dma.rs | Julian | 2023-06-29 | 1 | -5/+1 |
| | * | add dma is_running change doc | JuliDi | 2023-06-28 | 1 | -3/+1 |
| | * | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -1/+1 |
| | * | fix warnings | JuliDi | 2023-06-27 | 1 | -10/+11 |
| | * | fix sdmmc bdma transferconfig fields | JuliDi | 2023-06-27 | 1 | -1/+5 |
| | * | feature-gate set_channel_mode, undo dma.rs changes | JuliDi | 2023-06-27 | 2 | -24/+11 |
| | * | feature-gate dma write, make trigger not return a result | JuliDi | 2023-06-27 | 1 | -2/+5 |
| | * | fix issues when DAC2 present, add additional options to DMA (NOT YET WORKING ... | JuliDi | 2023-06-26 | 3 | -119/+178 |
| | * | add docs, cleanup | JuliDi | 2023-06-25 | 1 | -167/+155 |
| | * | fix minor issues with splitting channels etc | JuliDi | 2023-06-25 | 1 | -13/+33 |
| | * | first attempt at fixing the 2nd channel problem | JuliDi | 2023-06-24 | 1 | -142/+224 |
| | * | allow independent use of ch1 and ch2 on dac | JuliDi | 2023-06-23 | 1 | -50/+100 |
| | * | change dma complete transfer IR default to true | JuliDi | 2023-06-23 | 1 | -1/+1 |
| | * | update docs and update to new dma interface | JuliDi | 2023-06-22 | 1 | -4/+16 |
| | * | add option to enable/disable complete transfer interrupt | JuliDi | 2023-06-22 | 1 | -1/+6 |
| | * | Merge remote-tracking branch 'upstream/main' | JuliDi | 2023-06-21 | 3 | -18/+416 |
| | |\ |
|
| | * | | remove write_X variants | JuliDi | 2023-06-19 | 1 | -23/+3 |
| | * | | fix typo, minor cleanup | JuliDi | 2023-06-19 | 2 | -10/+10 |
| | * | | remove Alignment and make Value and Value array look the same | JuliDi | 2023-06-19 | 1 | -10/+10 |
| | * | | add ValueArray type and respective write functions | JuliDi | 2023-06-19 | 1 | -84/+126 |
| | * | | remove unsafe for circular dma reg access | JuliDi | 2023-06-19 | 1 | -1/+1 |
| | * | | Merge branch 'main' of github.com:embassy-rs/embassy | JuliDi | 2023-06-19 | 54 | -3517/+3007 |
| | |\ \ |
|
| | * | | | add half transfer interrupt and circular dma | JuliDi | 2023-06-18 | 2 | -7/+36 |
| | * | | | remove unnecessary use, disable DAC and DMA after transfer | JuliDi | 2023-06-17 | 1 | -3/+3 |
| | * | | | implement mwe of a DMA write() method for DAC | JuliDi | 2023-06-17 | 2 | -7/+71 |
| * | | | | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 25 | -125/+121 |
| * | | | | STM32G4: Add CRS support to RCC | Kevin Lannen | 2023-06-28 | 1 | -1/+76 |
| * | | | | stm32: update metapac, includes fix for OTG with 9 endpoints (H7) | Dario Nieuwenhuis | 2023-06-27 | 2 | -4/+4 |
| * | | | | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -200/+279 |
| * | | | | stm32/usb: add TODO: implement VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -42/+43 |
| * | | | | stm32/otg: set tx fifo num in IN endpoints on configure. | Dario Nieuwenhuis | 2023-06-27 | 1 | -2/+4 |
| * | | | | stm32/otg: clear NAK bit on endpoint enable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+2 |
| * | | | | stm32/otg: flush fifos on reconfigure and on ep disable. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+26 |
| * | | | | stm32/wpan: move linker file into pkg | xoviat | 2023-06-23 | 2 | -25/+0 |
| * | | | | Merge pull request #1569 from xoviat/tl-mbox-2 | xoviat | 2023-06-21 | 1 | -7/+5 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into tl-mbox-2 | xoviat | 2023-06-19 | 55 | -3495/+2858 |
| | |\ \ \ |
|
| | * | | | | stm32/ipcc: minor cleanup | xoviat | 2023-06-18 | 1 | -7/+5 |
| * | | | | | Merge pull request #1501 from xoviat/can | Dario Nieuwenhuis | 2023-06-20 | 1 | -18/+414 |
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| | * | | | | Merge pull request #3 from schphil/can | xoviat | 2023-06-20 | 1 | -1/+4 |
| | |\ \ \ \ |
|
| | | * | | | | fix extended can id | Philipp Scheff | 2023-06-16 | 1 | -1/+4 |
| | * | | | | | stm32/can: fix time | xoviat | 2023-06-20 | 1 | -3/+6 |
| | * | | | | | stm32/can: update interrupts | xoviat | 2023-06-19 | 1 | -30/+29 |
| | * | | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into can | xoviat | 2023-06-19 | 71 | -4989/+3675 |
| | |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | | Merge branch 'main' into can | xoviat | 2023-05-30 | 18 | -597/+592 |
| | |\ \ \ \ \ |
|
| | * | | | | | | stm32/can: add hw test and cleanup | xoviat | 2023-05-30 | 1 | -42/+36 |