embed metadata to family.c and board.h to generate supported boards doc
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
|
||||
/* metadata:
|
||||
name: STM32 F303 Discovery
|
||||
url: https://www.st.com/en/evaluation-tools/stm32f3discovery.html
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
|
@@ -24,6 +24,10 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
/* metadata:
|
||||
manufacturer: STMicroelectronics
|
||||
*/
|
||||
|
||||
#include "stm32f3xx_hal.h"
|
||||
#include "bsp/board_api.h"
|
||||
#include "board.h"
|
||||
|
Reference in New Issue
Block a user