diff options
| author | Dániel Buga <[email protected]> | 2024-12-06 13:23:06 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-06 13:23:06 +0100 |
| commit | 306099f9d522e941c5297d9335fd239b732bbf41 (patch) | |
| tree | 0674ae0e98e58fa883c8fef354c92a4bc0b1ca0b /embassy-usb-synopsys-otg/README.md | |
| parent | 65d2dbcc3aedd241d337e17f1eb157d5927e7871 (diff) | |
Prepare embassy-usb-synopsys-otg 0.2.0
Diffstat (limited to 'embassy-usb-synopsys-otg/README.md')
| -rw-r--r-- | embassy-usb-synopsys-otg/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb-synopsys-otg/README.md b/embassy-usb-synopsys-otg/README.md index 5354f07bf..ba3c8116a 100644 --- a/embassy-usb-synopsys-otg/README.md +++ b/embassy-usb-synopsys-otg/README.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Embassy USB driver for the Synopsys USB OTG core | 1 | # Embassy USB driver for the Synopsys USB OTG core |
| 2 | 2 | ||
| 3 | This crate implements [`embassy-usb-driver`](https://crates.io/crates/embassy-usb-driver) for Synopsys USB OTG devices. | 3 | This crate implements [`embassy-usb-driver`](https://crates.io/crates/embassy-usb-driver) for Synopsys USB OTG devices. |
| 4 | 4 | ||
| 5 | It contains the "core" of the driver that is common across all chips using | 5 | It contains the "core" of the driver that is common across all chips using |
| 6 | the Synopsys OTG IP, but it doesn't contain chip-specific initialization such | 6 | the Synopsys OTG IP, but it doesn't contain chip-specific initialization such |
| @@ -12,5 +12,5 @@ List of HALs integrating this driver: | |||
| 12 | - [`embassy-stm32`](https://crates.io/crates/embassy-stm32), for STMicroelectronics STM32 chips. | 12 | - [`embassy-stm32`](https://crates.io/crates/embassy-stm32), for STMicroelectronics STM32 chips. |
| 13 | - [`esp-hal`](https://crates.io/crates/esp-hal), for Espressif ESP32 chips. | 13 | - [`esp-hal`](https://crates.io/crates/esp-hal), for Espressif ESP32 chips. |
| 14 | 14 | ||
| 15 | If you wish to integrate this crate into your device's HAL, you will need to add the | 15 | If you wish to integrate this crate into your device's HAL, you will need to add the |
| 16 | device-specific initialization. See the above crates for examples on how to do it. \ No newline at end of file | 16 | device-specific initialization. See the above crates for examples on how to do it. \ No newline at end of file |
