Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
updating libavr32 to test some irq changes
- Loading branch information
Showing
with
4 additions
and
1 deletion.
-
+1
−1
libavr32
-
+3
−0
src/config.mk
|
|
@@ -78,6 +78,8 @@ CSRCS = \ |
|
|
../libavr32/src/usb/hid/uhi_hid.c \ |
|
|
../libavr32/src/usb/midi/uhi_midi.c \ |
|
|
../libavr32/src/usb/midi/midi.c \ |
|
|
../libavr32/src/usb/msc/msc.h \ |
|
|
../libavr32/conf/conf_tc_irq.h \ |
|
|
avr32/drivers/adc/adc.c \ |
|
|
avr32/drivers/flashc/flashc.c \ |
|
|
avr32/drivers/gpio/gpio.c \ |
|
|
@@ -111,6 +113,7 @@ INC_PATH = \ |
|
|
../src/usb/ftdi \ |
|
|
../src/usb/hid \ |
|
|
../src/usb/midi \ |
|
|
../src/usb/msc \ |
|
|
../conf \ |
|
|
../conf/trilogy \ |
|
|
avr32/boards \ |
|
|
|