diff options
Diffstat (limited to 'docs/info')
| -rw-r--r-- | docs/info/changelog/0.18.0.rst | 2 | ||||
| -rw-r--r-- | docs/info/changelog/0.20.0.rst | 2 | ||||
| -rw-r--r-- | docs/info/changelog/0.7.0.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/info/changelog/0.18.0.rst b/docs/info/changelog/0.18.0.rst index cb10265b1..05dfd0579 100644 --- a/docs/info/changelog/0.18.0.rst +++ b/docs/info/changelog/0.18.0.rst @@ -12,7 +12,7 @@ New MCUs - Better support dcache, make sure all usb-transferred buffer are cache line aligned and occupy full cache line - Build ARM IAR with CircleCI -- Improve HIL with `dual/host_info_to_device_cdc`` optional for pico/pico2, enable dwc2 dma test +- Improve HIL with ``dual/host_info_to_device_cdc`` optional for pico/pico2, enable dwc2 dma test API Changes ----------- diff --git a/docs/info/changelog/0.20.0.rst b/docs/info/changelog/0.20.0.rst index 503d1c14e..d5952a830 100644 --- a/docs/info/changelog/0.20.0.rst +++ b/docs/info/changelog/0.20.0.rst @@ -68,7 +68,7 @@ Audio ^^^^^ - Add UAC1 support -- Implement RX FIFO threshold adjustment with `tud_audio_get/set_ep_in_fifo_threshold()` +- Implement RX FIFO threshold adjustment with ``tud_audio_get/set_ep_in_fifo_threshold()`` CDC ^^^ diff --git a/docs/info/changelog/0.7.0.rst b/docs/info/changelog/0.7.0.rst index 36fde9be5..664b323c8 100644 --- a/docs/info/changelog/0.7.0.rst +++ b/docs/info/changelog/0.7.0.rst @@ -53,7 +53,7 @@ USB Device USBD ^^^^ -- Add new class driver for **Bluetooth HCI** class driver with example can be found in [mynewt-tinyusb-example](https://github.com/hathach/mynewt-tinyusb-example) since it needs mynewt OS to run with. +- Add new class driver for **Bluetooth HCI** class driver with example can be found in `mynewt-tinyusb-example <https://github.com/hathach/mynewt-tinyusb-example>`__ since it needs mynewt OS to run with. - Fix USBD endpoint usage racing condition with ``usbd_edpt_claim()``/``usbd_edpt_release()`` - Added ``tud_task_event_ready()`` and ``osal_queue_empty()``. This API is needed to check before enter low power mode with WFI/WFE - Rename USB IRQ Handler to ``dcd_int_handler()``. Application must define IRQ handler in which it calls this API. |
