diff options
| author | Ha Thach <[email protected]> | 2024-12-27 21:24:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-27 21:24:36 +0700 |
| commit | 2495563600f1cd2220d740895fad701dd48f1fb6 (patch) | |
| tree | b953b303b8295fa3b0043288f24794c0e58937ca /docs/info | |
| parent | 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 (diff) | |
| parent | de38e53271038d67812715a2086966ec84d6b540 (diff) | |
Merge pull request #2917 from hathach/board-doc
update docs, embed metadata to family.c and board.h
Diffstat (limited to 'docs/info')
| -rw-r--r-- | docs/info/changelog.rst | 2 | ||||
| l--------- | docs/info/contributors.rst | 2 | ||||
| -rw-r--r-- | docs/info/index.rst | 1 | ||||
| -rw-r--r-- | docs/info/uses.rst | 17 |
4 files changed, 1 insertions, 21 deletions
diff --git a/docs/info/changelog.rst b/docs/info/changelog.rst index a69705bde..0a34c0842 100644 --- a/docs/info/changelog.rst +++ b/docs/info/changelog.rst @@ -17,7 +17,6 @@ General - Build ARM IAR with CircleCI - Improve HIL with dual/host_info_to_device_cdc optional for pico/pico2, enable dwc2 dma test - API Changes ----------- @@ -31,7 +30,6 @@ API Changes - ``CFG_TUD/TUH_DWC2_SLAVE_ENABLE`` enable dwc2 slave mode - ``CFG_TUD/TUH_DWC2_DMA_ENABLE`` enable dwc2 dma mode - Controller Driver (DCD & HCD) ----------------------------- diff --git a/docs/info/contributors.rst b/docs/info/contributors.rst index b3748ccb5..35e0b05f5 120000 --- a/docs/info/contributors.rst +++ b/docs/info/contributors.rst @@ -1 +1 @@ -../../CONTRIBUTORS.rst
\ No newline at end of file +.. include:: ../../CONTRIBUTORS.rst
\ No newline at end of file diff --git a/docs/info/index.rst b/docs/info/index.rst index fa56512b6..a636f37dc 100644 --- a/docs/info/index.rst +++ b/docs/info/index.rst @@ -8,6 +8,5 @@ Index .. toctree:: :maxdepth: 2 - uses changelog contributors diff --git a/docs/info/uses.rst b/docs/info/uses.rst deleted file mode 100644 index f67df49f8..000000000 --- a/docs/info/uses.rst +++ /dev/null @@ -1,17 +0,0 @@ -**** -Uses -**** - -TinyUSB is currently used by these other projects: - -- `Adafruit nRF52 Arduino <https://github.com/adafruit/Adafruit_nRF52_Arduino>`__ -- `Adafruit nRF52 Bootloader <https://github.com/adafruit/Adafruit_nRF52_Bootloader>`__ -- `Adafruit SAMD Arduino <https://github.com/adafruit/ArduinoCore-samd>`__ -- `CircuitPython <https://github.com/adafruit/circuitpython>`__ -- `Espressif IDF <https://github.com/espressif/esp-idf>`__ -- `MicroPython <https://github.com/micropython/micropython>`__ -- `mynewt <https://mynewt.apache.org>`__ -- `openinput <https://github.com/openinput-fw/openinput>`__ -- `Raspberry Pi Pico SDK <https://github.com/raspberrypi/pico-sdk>`__ -- `TinyUF2 Bootloader <https://github.com/adafruit/tinyuf2>`__ -- `TinyUSB Arduino Library <https://github.com/adafruit/Adafruit_TinyUSB_Arduino>`__ |
