add cmake for lpc15

This commit is contained in:
hathach
2024-05-02 18:24:47 +07:00
parent 19cb2f1a3c
commit 2213fe40e5
6 changed files with 307 additions and 1 deletions

View File

@@ -24,7 +24,18 @@
* This file is part of the TinyUSB stack.
*/
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#endif
#include "chip.h"
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#include "bsp/board_api.h"
#include "board.h"