This commit is contained in:
hathach 2018-03-26 22:54:34 +07:00
parent c8f6175ad5
commit 0c09269fd4
3 changed files with 8 additions and 5 deletions

View File

@ -70,11 +70,6 @@
<folder Name="mcu"> <folder Name="mcu">
<folder Name="nordic"> <folder Name="nordic">
<folder Name="nrf52"> <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"> <folder Name="sdk">
<file file_name="../../../../hw/mcu/nordic/nrf52/sdk/sdk_config.h" /> <file file_name="../../../../hw/mcu/nordic/nrf52/sdk/sdk_config.h" />
<folder <folder

View File

@ -34,6 +34,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifdef NRF52840_XXAA
// TODO remove // TODO remove
#include "nrf.h" #include "nrf.h"
#include "nrf_power.h" #include "nrf_power.h"
@ -648,3 +650,5 @@ void USBD_IRQHandler(void)
} }
} }
#endif

View File

@ -34,6 +34,8 @@
*/ */
/**************************************************************************/ /**************************************************************************/
#ifdef NRF52840_XXAA
#include <stdbool.h> #include <stdbool.h>
#include "nrf.h" #include "nrf.h"
#include "nrf_gpio.h" #include "nrf_gpio.h"
@ -98,3 +100,5 @@ void tusb_hal_dbg_breakpoint(void)
} }
#endif #endif
} }
#endif