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.
This commit is contained in:
parent
c1a3208f83
commit
3f4d096707
@ -179,6 +179,9 @@
|
|||||||
#define BOARD_USB_CLKSRC SIM_SOPT2_USBSRC
|
#define BOARD_USB_CLKSRC SIM_SOPT2_USBSRC
|
||||||
#define BOARD_USB_FREQ BOARD_SIM_CLKDIV2_FREQ
|
#define BOARD_USB_FREQ BOARD_SIM_CLKDIV2_FREQ
|
||||||
|
|
||||||
|
/* Allow USBOTG-FS Controller to Read from FLASH */
|
||||||
|
|
||||||
|
#define BOARD_USB_FLASHACCESS
|
||||||
|
|
||||||
/* PWM Configuration */
|
/* PWM Configuration */
|
||||||
/* FTM0 Channels */
|
/* FTM0 Channels */
|
||||||
|
Loading…
Reference in New Issue
Block a user