rework ra build

This commit is contained in:
hathach
2023-07-01 12:40:56 +07:00
parent 48738df489
commit 99e75e6a8a
17 changed files with 299 additions and 275 deletions

View File

@@ -31,9 +31,21 @@
extern "C" {
#endif
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
// extra push due to https://github.com/renesas/fsp/pull/278
#pragma GCC diagnostic push
#endif
/* renesas fsp api */
#include "bsp_api.h"
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#define RUSB2_REG_BASE (0x40090000)
#if defined(__ICCARM__)