From 3f4d096707a9c7a3c93bdb2046a9bc7356e7ae81 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 2 Jun 2017 11:36:17 -1000 Subject: [PATCH] Kinetis:teensy-3.x Define USBOTG-FS Read from FLASH access in board config Allow the board config to define the USBOTG-FS to have Read access to FLASH. --- configs/teensy-3.x/include/board.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/teensy-3.x/include/board.h b/configs/teensy-3.x/include/board.h index 508d5a811dc..0a0eae99142 100644 --- a/configs/teensy-3.x/include/board.h +++ b/configs/teensy-3.x/include/board.h @@ -179,6 +179,9 @@ #define BOARD_USB_CLKSRC SIM_SOPT2_USBSRC #define BOARD_USB_FREQ BOARD_SIM_CLKDIV2_FREQ +/* Allow USBOTG-FS Controller to Read from FLASH */ + +#define BOARD_USB_FLASHACCESS /* PWM Configuration */ /* FTM0 Channels */