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: Embedded Artists LPC4357 Development Kit
|
||||
url: https://www.embeddedartists.com/products/lpc4357-developers-kit/
|
||||
*/
|
||||
|
||||
#ifndef _BOARD_EA4357_H
|
||||
#define _BOARD_EA4357_H
|
||||
|
||||
|
@@ -24,6 +24,11 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
/* metadata:
|
||||
name: LPCXpresso43S67
|
||||
url: https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso-boards/lpcxpresso43s67-development-board:OM13084
|
||||
*/
|
||||
|
||||
#ifndef _BOARD_LPCXPRESSO43S67_H_
|
||||
#define _BOARD_LPCXPRESSO43S67_H_
|
||||
|
||||
|
@@ -24,6 +24,10 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
/* metadata:
|
||||
manufacturer: NXP
|
||||
*/
|
||||
|
||||
// Suppress warning caused by mcu driver
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
|
Reference in New Issue
Block a user