| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 4 | -4/+4 |
| | | |||||
| * | Merge pull request #2812 from borisfaure/mut-hid-request-handler | Dario Nieuwenhuis | 2024-04-23 | 2 | -13/+13 |
| |\ | | | | | | | usb::hid::RequestHandler::set_report(&mut self, ...) | ||||
| | * | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 2 | -6/+6 |
| | | | |||||
| | * | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 2 | -7/+7 |
| | | | |||||
| * | | rustfmt usb examples | Joël Schulz-Ansres | 2024-04-22 | 5 | -8/+8 |
| | | | |||||
| * | | Add comment on vbus_detection to all USB examples | Joël Schulz-Ansres | 2024-04-22 | 5 | -1/+65 |
| | | | |||||
| * | | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 2 | -4/+2 |
| | | | |||||
| * | | stm32/i2c: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -17/+1 |
| | | | |||||
| * | | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 2 | -4/+3 |
| |/ | |||||
| * | Fix spelling and white space mistakes | Vega Deftwing | 2024-04-11 | 1 | -1/+1 |
| | | |||||
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -1/+1 |
| | | |||||
| * | Incorporated adam’s suggestion into all multiprio comments | Barnaby Walters | 2024-04-07 | 1 | -3/+4 |
| | | |||||
| * | Apply suggestions from code review | Barnaby Walters | 2024-04-07 | 1 | -1/+1 |
| | | | | Co-authored-by: becothas <[email protected]> | ||||
| * | [embassy-stm32] added comments explaining multiprio interrupts | Barnaby Walters | 2024-04-07 | 1 | -0/+4 |
| | | |||||
| * | Add VBUS detection blackpill comment | Barnaby Walters | 2024-04-05 | 1 | -0/+1 |
| | | |||||
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -8/+3 |
| | | | | | | | The bx::* separate structs (Can, Rx, Tx) and separate `Instance` trait are a relic from the `bxcan` crate. Remove them, move the functionality into the main structs. | ||||
| * | Merge pull request #2730 from embassy-rs/stm32-sealed | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+3 |
| |\ | | | | | stm32: use private_bounds for sealed traits. | ||||
| | * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 1 | -2/+3 |
| | | | |||||
| * | | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 5 | -10/+0 |
| |/ | |||||
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 5 | -0/+5 |
| | | |||||
| * | stm32/usb: merge usb and usb_otg into single module. | Dario Nieuwenhuis | 2024-03-19 | 5 | -20/+20 |
| | | |||||
| * | stm32: add usb_hid_keyboard example | Vo Trung Chi | 2024-03-14 | 1 | -0/+222 |
| | | | | | Signed-off-by: Vo Trung Chi <[email protected]> | ||||
| * | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| | | |||||
| * | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -2/+2 |
| | | | | | | | Remove BXCAN speciffic id and frame modules Remove SizedClassicData | ||||
| * | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -3/+4 |
| | | |||||
| * | Merge pull request #2664 from eZioPan/build-target-fix | Dario Nieuwenhuis | 2024-03-06 | 1 | -1/+1 |
| |\ | | | | | | | ci stm32: build target fix | ||||
| | * | stm32/rtc: remove use of deprecated .timestamp() | Dario Nieuwenhuis | 2024-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | stm32: add usb_hid_mouse example | Vo Trung Chi | 2024-03-07 | 1 | -3/+3 |
| | | | | | | | | | Signed-off-by: Vo Trung Chi <[email protected]> | ||||
| * | | stm32: add usb_hid_mouse example | Vo Trung Chi | 2024-03-07 | 1 | -16/+16 |
| | | | | | | | | | Signed-off-by: Vo Trung Chi <[email protected]> | ||||
| * | | stm32: add usb_hid_mouse example | Vo Trung Chi | 2024-03-07 | 1 | -0/+148 |
| |/ | | | | Signed-off-by: Vo Trung Chi <[email protected]> | ||||
| * | Merge pull request #2410 from eZioPan/waveform-on-CHx | Dario Nieuwenhuis | 2024-02-01 | 1 | -1/+1 |
| |\ | | | | | | | impl waveform with TIM OC Channel DMA | ||||
| | * | impl waveform with TIM Channel | eZio Pan | 2024-01-06 | 1 | -1/+1 |
| | | | |||||
| * | | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | | |||||
| * | | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| |/ | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | ||||
| * | ask a DMA Channel only when use .gen_waveform() | eZio Pan | 2024-01-02 | 2 | -14/+4 |
| | | |||||
| * | some trivial fix | eZio Pan | 2023-12-30 | 1 | -1/+1 |
| | | | | | use less #[cfg] macro; reuse same variable | ||||
| * | implement PWM waveform generating with DMA | eZio Pan | 2023-12-28 | 2 | -63/+24 |
| | | |||||
| * | update metapac after stm32-data PR323 | eZio Pan | 2023-12-25 | 1 | -2/+1 |
| | | | | | and refactor a few code with cargo clippy | ||||
| * | enable output compare preload for TIM | eZio Pan | 2023-12-23 | 1 | -0/+7 |
| | | | | | keep output waveform integrity | ||||
| * | remove unused feature attribute | eZio Pan | 2023-12-22 | 1 | -1/+0 |
| | | |||||
| * | fix timing, turn TIM UDE on only necessary, clean DMA FEIF after each Transfer | eZio Pan | 2023-12-22 | 1 | -4/+12 |
| | | |||||
| * | Merge branch 'main' into stm32f4-example-ws2812-spi | eZio Pan | 2023-12-22 | 30 | -53/+35 |
| |\ | |||||
| | * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 30 | -30/+0 |
| | | | |||||
| | * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -16/+28 |
| | | | |||||
| | * | stm32/timer: docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -1/+1 |
| | | | |||||
| | * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 2 | -6/+6 |
| | | | |||||
| * | | typo fix | eZio Pan | 2023-12-18 | 1 | -4/+5 |
| | | | |||||
| * | | match up with stm32f429zi feature flag | eZio Pan | 2023-12-18 | 1 | -1/+1 |
| | | | | | | | | | stm32f429 has less DMA channel than stm32f411 | ||||
| * | | stm32f4 ws2812 example with spi ... | eZio Pan | 2023-12-17 | 2 | -35/+136 |
| |/ | | | | | | | ... and more doc on TIM&DMA version, also remove useless TIM APRE settings, and use for loop instead of manually flip the index bit, and replace `embassy_time::Timer` with `embassy_time::Ticker`, for more constant time interval. | ||||
| * | unify channel assign | eZio Pan | 2023-12-16 | 1 | -4/+6 |
| | | |||||
