embed metadata to family.c and board.h to generate supported boards doc

This commit is contained in:
hathach
2024-12-27 09:11:09 +07:00
parent 86ad6e56c1
commit 6a36c74b10
247 changed files with 1697 additions and 7 deletions

View File

@@ -24,6 +24,11 @@
* This file is part of the TinyUSB stack.
*/
/* metadata:
name: STM32 B-G474E-DPOW1 Discovery kit
url: https://www.st.com/en/evaluation-tools/b-g474e-dpow1.html
*/
#ifndef BOARD_H_
#define BOARD_H_

View File

@@ -24,6 +24,11 @@
* This file is part of the TinyUSB stack.
*/
/* metadata:
name: STM32 G474 Nucleo
url: https://www.st.com/en/evaluation-tools/nucleo-g474re.html
*/
#ifndef BOARD_H_
#define BOARD_H_

View File

@@ -24,6 +24,11 @@
* This file is part of the TinyUSB stack.
*/
/* metadata:
name: STM32 G491 Nucleo
url: https://www.st.com/en/evaluation-tools/nucleo-g491re.html
*/
#ifndef BOARD_H_
#define BOARD_H_

View File

@@ -24,6 +24,10 @@
* This file is part of the TinyUSB stack.
*/
/* metadata:
manufacturer: STMicroelectronics
*/
#include "stm32g4xx_hal.h"
#include "stm32g4xx_ll_bus.h"