Merge pull request #14561 from harmut01/baremetal_renesas

Add bare metal support to Renesas targets
pull/14569/head
Martin Kojtal 2021-04-28 13:26:50 +01:00 committed by GitHub
commit 2bf648f975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 2 deletions

View File

@ -31,6 +31,7 @@ target_sources(mbed-rz-a1xx
spi_api.c
trng_api.c
us_ticker.c
USBPhy_RZ_A1.cpp
common/rza_io_regrw.c
)

View File

@ -25,7 +25,6 @@ extern "C"
}
#include "USBPhyHw.h"
#include "rza_io_regrw.h"
#include "USBDevice_Types.h"
#include "USBEndpoints_RZ_A1.h"
#include "USBPhy_RZ_A1_Def.h"

View File

@ -30,11 +30,13 @@ target_sources(mbed-rz-a2xx
sleep.c
spi_api.c
us_ticker.c
USBPhy_RZ_A2.cpp
common/r_cache/src/lld/r_cache_lld_rza2m.c
common/r_octabus/src/lld/r_octabus_lld_rza2m_api.c
common/r_octabus/src/lld/r_octabus_memclk_setup.c
common/rza_io_regrw.c
common/target_override_console.cpp
r_can/src/r_can_rz.c
)

View File

@ -24,7 +24,6 @@ extern "C"
#include "iodefine.h"
}
#include "USBPhyHw.h"
#include "USBDevice_Types.h"
#include "USBEndpoints_RZ_A2.h"
#include "USBPhy_RZ_A2_Def.h"
#include "pinmap.h"