@@ -70,11 +70,6 @@
<folder Name="mcu">
<folder Name="nordic">
<folder Name="nrf52">
- <folder Name="tusb_port">
- <file file_name="../../../../hw/mcu/nordic/nrf52/tusb_port/hal_nrf52.c" />
- <file file_name="../../../../hw/mcu/nordic/nrf52/tusb_port/dcd_nrf52.c" />
- <file file_name="../../../../hw/mcu/nordic/nrf52/tusb_port/dcd_nrf52.h" />
- </folder>
<folder Name="sdk">
<file file_name="../../../../hw/mcu/nordic/nrf52/sdk/sdk_config.h" />
<folder
@@ -34,6 +34,8 @@
*/
/**************************************************************************/
+#ifdef NRF52840_XXAA
+
// TODO remove
#include "nrf.h"
#include "nrf_power.h"
@@ -648,3 +650,5 @@ void USBD_IRQHandler(void)
}
+#endif
#include <stdbool.h>
#include "nrf_gpio.h"
@@ -98,3 +100,5 @@ void tusb_hal_dbg_breakpoint(void)
#endif