summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-04 13:36:18 +0700
committerhathach <[email protected]>2013-06-04 13:36:18 +0700
commit3394b4beaa4f52461a68b837b33383af49dbff37 (patch)
treec2dd9503a087088cb25d0344ccba3b2804eafdf9 /tinyusb/hal/hal.h
parent4239e1390e9f85b8c117277e4ed79dabe22b2e1f (diff)
re-create ngx4330.h
remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled)
Diffstat (limited to 'tinyusb/hal/hal.h')
-rw-r--r--tinyusb/hal/hal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h
index 98c1c7e46..6817baf3a 100644
--- a/tinyusb/hal/hal.h
+++ b/tinyusb/hal/hal.h
@@ -65,6 +65,8 @@
#include "hal_lpc13uxx.h"
#elif MCU == MCU_LPC43XX
#include "hal_lpc43xx.h"
+#elif MCU == MCU_LPC175X_6X
+ #include "hal_lpc175x_6x.h"
#else
#error MCU is not defined or supported yet
#endif