diff options
| author | hathach <[email protected]> | 2024-12-27 09:11:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-12-27 09:11:09 +0700 |
| commit | 6a36c74b10b25f1455d83ba473fff52a9dbcc6d2 (patch) | |
| tree | e4351bd67ef8a35da220499af38197c364ed6dba /hw/bsp/tm4c | |
| parent | 86ad6e56c1700e85f1c5678607a762cfe3aa2f47 (diff) | |
embed metadata to family.c and board.h to generate supported boards doc
Diffstat (limited to 'hw/bsp/tm4c')
| -rw-r--r-- | hw/bsp/tm4c/boards/ek_tm4c123gxl/board.h | 5 | ||||
| -rw-r--r-- | hw/bsp/tm4c/family.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/hw/bsp/tm4c/boards/ek_tm4c123gxl/board.h b/hw/bsp/tm4c/boards/ek_tm4c123gxl/board.h index 5732056ae..c0ceb4cd8 100644 --- a/hw/bsp/tm4c/boards/ek_tm4c123gxl/board.h +++ b/hw/bsp/tm4c/boards/ek_tm4c123gxl/board.h @@ -24,6 +24,11 @@ * This file is part of the TinyUSB stack. */ +/* metadata: + name: TM4C123G LaunchPad + url: https://www.ti.com/tool/EK-TM4C123GXL +*/ + #ifndef _BOARD_H_ #define _BOARD_H_ diff --git a/hw/bsp/tm4c/family.c b/hw/bsp/tm4c/family.c index 5e1f6d3ff..4e5491005 100644 --- a/hw/bsp/tm4c/family.c +++ b/hw/bsp/tm4c/family.c @@ -1,3 +1,7 @@ +/* metadata: + manufacturer: Texas Instruments +*/ + #include "TM4C123.h" #include "bsp/board_api.h" #include "board.h" |
