mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14561 from harmut01/baremetal_renesas
Add bare metal support to Renesas targetspull/14569/head
commit
2bf648f975
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue