| 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 | 1 | -8/+3 |
| |/ | |||||
| * | 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 | 1 | -0/+169 |
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 1 | -0/+106 |
| * | 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 |
| |/ | |||||
| * | 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 |
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -7/+7 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 13 | -18/+18 |
| * | 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 |
| * | Add DACv1 example for F4 | chemicstry | 2022-08-04 | 1 | -0/+37 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 12 | -32/+32 |
| * | 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 | 1 | -0/+57 |
| |/ | |||||
| * | 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 |
| |/ | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 13 | -38/+18 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 1 | -2/+1 |
| * | Simplify example | chemicstry | 2022-05-26 | 1 | -5/+3 |
| * | Reimplement BufRead for BufferedUart | chemicstry | 2022-05-26 | 1 | -0/+38 |
| * | Remove embassy_hal_common::usb. | Dario Nieuwenhuis | 2022-05-04 | 2 | -213/+0 |
| * | executor: fix unsoundness in InterruptExecutor::start. | Dario Nieuwenhuis | 2022-04-25 | 1 | -6/+4 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 15 | -56/+39 |
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -1/+2 |
| * | Fix SDMMC v2 and add H7 example | chemicstry | 2022-03-16 | 1 | -14/+9 |
