This commit brings the SAMDL2 USB driver into the SAMD5E5 port.

Squashed commit of the following:

    arch/arm/src/samd5e5/sam_usb.c:  USB driver now compiles with some issues.

    arch/arm/src/samd5e5/chip/sam_fuses.h:  Add fuse definition header file.

    arch/arm/src/samd5e5:  Bring USB driver in from SAMD2L2.
This commit is contained in:
Gregory Nutt
2018-07-30 10:43:11 -06:00
parent c3d0f65529
commit b2c978dc83
6 changed files with 5087 additions and 0 deletions
+4
View File
@@ -446,4 +446,8 @@
#define BOARD_SERCOM3_SLOWGEN 3 /* 48MHz */
#define BOARD_SERCOM3_FREQUENCY BOARD_GCLK1_FREQUENCY
/* USB */
#define BOARD_USB_GCLKGEN 1 /* GCLK1, 48MHz */
#endif /* __CONFIG_METRO_M4_INCLUDE_BOARD_H */