Skip to content

Commit 2bf648f

Browse files
authored
Merge pull request #14561 from harmut01/baremetal_renesas
Add bare metal support to Renesas targets
2 parents 5fe3f09 + 9125c51 commit 2bf648f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ target_sources(mbed-rz-a1xx
3131
spi_api.c
3232
trng_api.c
3333
us_ticker.c
34+
USBPhy_RZ_A1.cpp
3435

3536
common/rza_io_regrw.c
3637
)

targets/TARGET_RENESAS/TARGET_RZ_A1XX/USBPhy_RZ_A1.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ extern "C"
2525
}
2626
#include "USBPhyHw.h"
2727
#include "rza_io_regrw.h"
28-
#include "USBDevice_Types.h"
2928
#include "USBEndpoints_RZ_A1.h"
3029
#include "USBPhy_RZ_A1_Def.h"
3130

targets/TARGET_RENESAS/TARGET_RZ_A2XX/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ target_sources(mbed-rz-a2xx
3030
sleep.c
3131
spi_api.c
3232
us_ticker.c
33+
USBPhy_RZ_A2.cpp
3334

3435
common/r_cache/src/lld/r_cache_lld_rza2m.c
3536
common/r_octabus/src/lld/r_octabus_lld_rza2m_api.c
3637
common/r_octabus/src/lld/r_octabus_memclk_setup.c
3738
common/rza_io_regrw.c
39+
common/target_override_console.cpp
3840

3941
r_can/src/r_can_rz.c
4042
)

targets/TARGET_RENESAS/TARGET_RZ_A2XX/USBPhy_RZ_A2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ extern "C"
2424
#include "iodefine.h"
2525
}
2626
#include "USBPhyHw.h"
27-
#include "USBDevice_Types.h"
2827
#include "USBEndpoints_RZ_A2.h"
2928
#include "USBPhy_RZ_A2_Def.h"
3029
#include "pinmap.h"

0 commit comments

Comments
 (0)