embed metadata to family.c and board.h to generate supported boards doc
This commit is contained in:
@@ -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_
|
||||
|
||||
|
@@ -1,3 +1,7 @@
|
||||
/* metadata:
|
||||
manufacturer: Texas Instruments
|
||||
*/
|
||||
|
||||
#include "TM4C123.h"
|
||||
#include "bsp/board_api.h"
|
||||
#include "board.h"
|
||||
|
Reference in New Issue
Block a user