From cad5bd6501868f9532d5b4a227ca156f9c9d1d8e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Thu, 16 Sep 2021 11:09:30 +0200 Subject: Added NRF52 support. --- usb/usb.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usb/usb.h') diff --git a/usb/usb.h b/usb/usb.h index e57867c..260af9f 100644 --- a/usb/usb.h +++ b/usb/usb.h @@ -22,6 +22,11 @@ static L0_USB_t USB(0x40005c00, 0x40006000); static L0_USB_t USB(0x40006800, 0x40006c00); +#elif defined(NRF52840) +#include "usb_nrf.h" + +static USB_NRF_t USBD(0x40027000); + #endif #endif -- cgit v1.2.3