PIC23MX Starter Kit: Looks like we need to use a different linker script with Pinguino
This commit is contained in:
parent
7d14b172ce
commit
4726c1e460
@ -149,5 +149,5 @@ CHIP_CSRCS += sam_emac.c sam_ethernet.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SAMV7_USBDEVHS),y)
|
||||
#CHIP_CSRCS += sam_usbdevhs.c
|
||||
CHIP_CSRCS += sam_usbdevhs.c
|
||||
endif
|
||||
|
@ -352,7 +352,9 @@
|
||||
#define USBHS_DEVEPTINT_DATAXI (1 << 9) /* Bit 9: DataX Interrupt (2) */
|
||||
#define USBHS_DEVEPTINT_ERRORTRANSI (1 << 10) /* Bit 10: Transaction Error Interrupt (2) */
|
||||
|
||||
/* Device Endpoint Set, Device Endpoint Mask, Device Endpoint Disable, and Device Endpoint Enable Registers only */
|
||||
/* Device Endpoint Set, Device Endpoint Mask, Device Endpoint Disable, and Device Endpoint Enable
|
||||
* Registers only
|
||||
*/
|
||||
|
||||
#define USBHS_DEVEPTINT_NBUSYBKI (1 << 12) /* Bit 12: Number of Busy Banks Interrupt */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user