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
31
31
spi_api.c
32
32
trng_api.c
33
33
us_ticker.c
34
+ USBPhy_RZ_A1.cpp
34
35
35
36
common/rza_io_regrw.c
36
37
)
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ extern "C"
25
25
}
26
26
#include " USBPhyHw.h"
27
27
#include " rza_io_regrw.h"
28
- #include " USBDevice_Types.h"
29
28
#include " USBEndpoints_RZ_A1.h"
30
29
#include " USBPhy_RZ_A1_Def.h"
31
30
Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ target_sources(mbed-rz-a2xx
30
30
sleep.c
31
31
spi_api.c
32
32
us_ticker.c
33
+ USBPhy_RZ_A2.cpp
33
34
34
35
common/r_cache/src/lld/r_cache_lld_rza2m.c
35
36
common/r_octabus/src/lld/r_octabus_lld_rza2m_api.c
36
37
common/r_octabus/src/lld/r_octabus_memclk_setup.c
37
38
common/rza_io_regrw.c
39
+ common/target_override_console.cpp
38
40
39
41
r_can/src/r_can_rz.c
40
42
)
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ extern "C"
24
24
#include " iodefine.h"
25
25
}
26
26
#include " USBPhyHw.h"
27
- #include " USBDevice_Types.h"
28
27
#include " USBEndpoints_RZ_A2.h"
29
28
#include " USBPhy_RZ_A2_Def.h"
30
29
#include " pinmap.h"
You can’t perform that action at this time.
0 commit comments