File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments