| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/rcc: change family-specific code from dirs to single files. | Dario Nieuwenhuis | 2022-01-04 | 18 | -261/+234 |
| * | Merge #565 | bors[bot] | 2022-01-04 | 15 | -256/+42 |
| |\ | |||||
| | * | stm32h7/rcc: remove unneeded DMA enable settings. | Dario Nieuwenhuis | 2022-01-04 | 3 | -13/+0 |
| | * | stm32wl/rcc: remove unneded gpio enables in RCC. | Dario Nieuwenhuis | 2022-01-04 | 1 | -7/+0 |
| | * | stm32/rcc: remove builders on Config. | Dario Nieuwenhuis | 2022-01-04 | 12 | -236/+42 |
| |/ | |||||
| * | Merge #539 | bors[bot] | 2022-01-04 | 11 | -1/+259 |
| |\ | |||||
| | * | use upstream nrf-usdb | Jacob Rosenthal | 2022-01-03 | 1 | -2/+1 |
| | * | example cleanup | Jacob Rosenthal | 2021-12-16 | 2 | -5/+2 |
| | * | usb_uart_io example equivilent to usb_uart | Jacob Rosenthal | 2021-12-16 | 1 | -0/+70 |
| | * | simplify usb_uart example | Jacob Rosenthal | 2021-12-16 | 1 | -30/+30 |
| | * | cleanup example | Jacob Rosenthal | 2021-12-15 | 1 | -23/+25 |
| | * | undo T:regs in impl UsbPeripheral | Jacob Rosenthal | 2021-12-15 | 1 | -1/+2 |
| | * | use Instance regs | Jacob Rosenthal | 2021-12-15 | 1 | -9/+9 |
| | * | fix nrf52820 | Jacob Rosenthal | 2021-12-15 | 1 | -0/+2 |
| | * | enable USB peripheral for relevant chips | Jacob Rosenthal | 2021-12-15 | 7 | -14/+70 |
| | * | use forked nrf-usbd | Jacob Rosenthal | 2021-12-15 | 1 | -1/+2 |
| | * | rename to UsbBus | Jacob Rosenthal | 2021-12-15 | 2 | -7/+7 |
| | * | cleanup | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 |
| | * | dont rely on nrf-usdb | Jacob Rosenthal | 2021-12-14 | 1 | -1/+0 |
| | * | sorta works, too many interupts? | Jacob Rosenthal | 2021-12-14 | 3 | -40/+16 |
| | * | dont expose embedded_hal_common::usb | Jacob Rosenthal | 2021-12-14 | 3 | -57/+33 |
| | * | revert | Jacob Rosenthal | 2021-12-14 | 2 | -8/+19 |
| | * | make send, consolidate usb types | Jacob Rosenthal | 2021-12-13 | 2 | -19/+8 |
| | * | stub out the embassy registers for usbd | Jacob Rosenthal | 2021-12-13 | 4 | -22/+81 |
| | * | usb feature gate | Jacob Rosenthal | 2021-12-12 | 3 | -13/+17 |
| | * | nrf-usbd | Jacob Rosenthal | 2021-12-12 | 4 | -0/+117 |
| * | | Merge #545 | bors[bot] | 2022-01-03 | 8 | -2/+316 |
| |\ \ | |||||
| | * | | Add adapter for implementing async traits for blocking types | Ulf Lilleengen | 2021-12-17 | 8 | -2/+316 |
| * | | | Merge #563 | bors[bot] | 2022-01-01 | 7 | -0/+278 |
| |\ \ \ | |||||
| | * | | | Update stm32-data | Dario Nieuwenhuis | 2022-01-01 | 1 | -0/+0 |
| | * | | | examples: stm32f1: Add an example of using the ADC | Sjoerd Simons | 2021-12-30 | 1 | -0/+29 |
| | * | | | examples: stm32f1: Optimize for size on development builds | Sjoerd Simons | 2021-12-30 | 1 | -0/+3 |
| | * | | | adc: Implement support for f1 ADC block | Sjoerd Simons | 2021-12-30 | 2 | -0/+242 |
| | * | | | stm32f1: Store adc clock rate in Clocks struct | Sjoerd Simons | 2021-12-30 | 2 | -0/+4 |
| * | | | | Merge #559 | bors[bot] | 2022-01-01 | 1 | -0/+30 |
| |\ \ \ \ | |||||
| | * | | | | Review changes | Robert Walker | 2021-12-29 | 1 | -21/+5 |
| | * | | | | Added and tested the usart dma example for stm32f767zi using a | Robert Walker | 2021-12-28 | 1 | -0/+46 |
| * | | | | | Merge #558 | bors[bot] | 2022-01-01 | 1 | -21/+52 |
| |\ \ \ \ \ | |||||
| | * | | | | | Mark clear_interrupt_flag as unsafe | Nikita Strygin | 2021-12-26 | 1 | -6/+4 |
| | * | | | | | Port buffered uart to v1 stm32 hardware | Nikita Strygin | 2021-12-26 | 1 | -21/+54 |
| * | | | | | | Merge #561 | bors[bot] | 2022-01-01 | 1 | -29/+8 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | | stm32/dac: Fix disable_channel | Ben Gamari | 2021-12-28 | 1 | -29/+8 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #562 from tafia/patch-1 | Dario Nieuwenhuis | 2021-12-30 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Update stm32.adoc | Johann Tuffe | 2021-12-30 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge #555 | bors[bot] | 2021-12-23 | 6 | -70/+107 |
| |\ \ \ \ | |||||
| | * | | | | Use cortex-m only on cortex-m archs. | Dario Nieuwenhuis | 2021-12-23 | 6 | -70/+107 |
| * | | | | | Merge #556 | bors[bot] | 2021-12-23 | 4 | -9/+9 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Lower some verbose logs to trace. | Dario Nieuwenhuis | 2021-12-23 | 4 | -9/+9 |
| |/ / / / | |||||
| * | | | | Merge #554 | bors[bot] | 2021-12-23 | 1 | -0/+0 |
| |\ \ \ \ | |||||
| | * | | | | Update stm32-data with f3 Timer reg changes | VasanthakumarV | 2021-12-23 | 1 | -0/+0 |
| |/ / / / | |||||
