PIC23MX Starter Kit: Looks like we need to use a different linker script with Pinguino

This commit is contained in:
Gregory Nutt 2015-03-21 15:40:22 -06:00
parent 7d14b172ce
commit 4726c1e460
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 */