Skip to content

Commit 6a36c74

Browse files
committed
embed metadata to family.c and board.h to generate supported boards doc
1 parent 86ad6e5 commit 6a36c74

File tree

247 files changed

+1697
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+1697
-7
lines changed

docs/info/changelog.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ General
1717
- Build ARM IAR with CircleCI
1818
- Improve HIL with dual/host_info_to_device_cdc optional for pico/pico2, enable dwc2 dma test
1919

20-
2120
API Changes
2221
-----------
2322

@@ -31,7 +30,6 @@ API Changes
3130
- ``CFG_TUD/TUH_DWC2_SLAVE_ENABLE`` enable dwc2 slave mode
3231
- ``CFG_TUD/TUH_DWC2_DMA_ENABLE`` enable dwc2 dma mode
3332

34-
3533
Controller Driver (DCD & HCD)
3634
-----------------------------
3735

docs/reference/boards.rst

Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.

docs/reference/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Index
7979
.. toctree::
8080
:maxdepth: 2
8181

82-
supported
8382
getting_started
83+
supported
84+
boards
8485
dependencies
8586
concurrency

hw/bsp/broadcom_32bit/boards/raspberrypi_zero/board.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
name: Raspberry Pi Zero
29+
url: https://www.raspberrypi.org/products/raspberry-pi-zero/
30+
*/
31+
2732
#ifndef BOARD_H_
2833
#define BOARD_H_
2934

hw/bsp/broadcom_32bit/family.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
manufacturer: Raspberry Pi
29+
*/
30+
2731
#include "bsp/board_api.h"
2832
#include "board.h"
2933

hw/bsp/broadcom_64bit/boards/raspberrypi_cm4/board.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
name: Raspberry CM4
29+
url: https://www.raspberrypi.org/products/compute-module-4
30+
*/
31+
2732
#ifndef BOARD_H_
2833
#define BOARD_H_
2934

hw/bsp/broadcom_64bit/boards/raspberrypi_zero2/board.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
name: Raspberry Zero2
29+
url: https://www.raspberrypi.org/products/raspberry-pi-zero-2-w
30+
*/
31+
2732
#ifndef BOARD_H_
2833
#define BOARD_H_
2934

hw/bsp/broadcom_64bit/family.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
manufacturer: Raspberry Pi
29+
*/
30+
2731
#include "bsp/board_api.h"
2832
#include "board.h"
2933

hw/bsp/brtmm90x/boards/mm900evxb/board.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
name: MM900EVxB
29+
url: https://brtchip.com/product/mm900ev1b
30+
*/
31+
2732
#ifndef BOARD_H_
2833
#define BOARD_H_
2934

hw/bsp/brtmm90x/family.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27+
/* metadata:
28+
manufacturer: Bridgetek
29+
*/
30+
2731
#include "bsp/board_api.h"
2832
#include "board.h"
2933

0 commit comments

Comments
 (0)