| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1244 from embassy-rs/interruptexecutor | Dario Nieuwenhuis | 2023-03-01 | 1 | -13/+23 |
| |\ | |||||
| | * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -13/+23 |
| * | | Example fixes. | Dario Nieuwenhuis | 2023-03-01 | 2 | -13/+4 |
| |/ | |||||
| * | stm32/sdmmc: Implement proper clock configuration | chemicstry | 2023-02-23 | 1 | -1/+2 |
| * | stm32/sdmmc: Fix SDIOv1 writes | chemicstry | 2023-02-18 | 1 | -2/+37 |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 2 | -2/+0 |
| * | stm32/usb_otg: Add F4 usb_ethernet example | chemicstry | 2023-01-18 | 2 | -1/+174 |
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 2 | -2/+109 |
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 |
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+1 |
| * | Merge #1024 | bors[bot] | 2022-10-26 | 1 | -3/+28 |
| |\ | |||||
| | * | Improve examples | Grant Miller | 2022-10-24 | 1 | -4/+8 |
| | * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 1 | -3/+24 |
| * | | Merge #1025 | bors[bot] | 2022-10-26 | 1 | -0/+45 |
| |\ \ | |||||
| | * | | Add more docs | chemicstry | 2022-10-24 | 1 | -0/+3 |
| | * | | Unify i2cv1 definition with i2cv2 | chemicstry | 2022-10-24 | 1 | -1/+13 |
| | * | | Implement i2cv1 timeout | chemicstry | 2022-10-24 | 1 | -0/+30 |
| | |/ | |||||
| * | | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 3 | -6/+17 |
| * | | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 |
| |/ | |||||
| * | Merge #1004 | bors[bot] | 2022-10-10 | 1 | -3/+22 |
| |\ | |||||
| | * | Fix adc_v4 compilation | chemicstry | 2022-10-07 | 1 | -1/+1 |
| | * | Fix internal channel reading on adc_v2 | chemicstry | 2022-10-07 | 1 | -3/+22 |
| * | | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 |
| |/ | |||||
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+1 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 2 | -7/+8 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 14 | -19/+20 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -13/+6 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 12 | -26/+29 |
| * | Update to critical-section 1.0, atomic-polyfill 1.0 | Dario Nieuwenhuis | 2022-08-17 | 1 | -1/+1 |
| * | Add DACv1 example for F4 | chemicstry | 2022-08-04 | 2 | -0/+38 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 13 | -33/+34 |
| * | rename PwmPin::new_chX, update examples. | Dario Nieuwenhuis | 2022-07-23 | 1 | -2/+3 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -3/+8 |
| * | Fix unused imports | chemicstry | 2022-07-14 | 1 | -1/+0 |
| * | Fix erasing across banks | chemicstry | 2022-07-14 | 1 | -5/+3 |
| * | Fix writing to last sector of F4 flash | chemicstry | 2022-07-14 | 1 | -10/+20 |
| * | Merge #858 | bors[bot] | 2022-07-11 | 2 | -5/+5 |
| |\ | |||||
| | * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 2 | -5/+5 |
| * | | Add F4 flash driver | chemicstry | 2022-07-11 | 2 | -0/+58 |
| |/ | |||||
| * | Use u32 instead of Duration for IWDG | chemicstry | 2022-07-11 | 1 | -1/+1 |
| * | Add comments to watchdog example | chemicstry | 2022-07-10 | 1 | -0/+2 |
| * | Implement IWDG timeout calculation | chemicstry | 2022-07-10 | 1 | -0/+44 |
| * | Merge #826 | bors[bot] | 2022-06-22 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix example | chemicstry | 2022-06-23 | 1 | -2/+2 |
| * | | Simplify example | chemicstry | 2022-06-23 | 1 | -10/+3 |
| * | | Fix PWM for advanced timers | chemicstry | 2022-06-23 | 1 | -0/+42 |
| |/ | |||||
| * | Merge pull request #822 from embassy-rs/remove-authors | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
| |\ | |||||
| | * | Remove the authors field from Cargo.tomls | Dario Nieuwenhuis | 2022-06-18 | 1 | -1/+0 |
