From 1faf08d3abd7d218834f5a3471403b378f47f204 Mon Sep 17 00:00:00 2001 From: Serge Vakulenko Date: Fri, 25 Sep 2015 20:33:22 -0700 Subject: [PATCH] Fix LEDs in makefiles for Fubarino and SDXL boards. --- rootfs.manifest | 1 - sys/pic32/fubarino/Makefile | 1 + sys/pic32/sdxl/Makefile | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs.manifest b/rootfs.manifest index 5ea717c..bd1f003 100644 --- a/rootfs.manifest +++ b/rootfs.manifest @@ -861,7 +861,6 @@ file /include/sys/resource.h file /include/sys/select.h file /include/sys/signal.h file /include/sys/signalvar.h -file /include/sys/spi_bus.h file /include/sys/spi.h file /include/sys/stat.h file /include/sys/swap.h diff --git a/sys/pic32/fubarino/Makefile b/sys/pic32/fubarino/Makefile index 3223aec..42dd6c8 100644 --- a/sys/pic32/fubarino/Makefile +++ b/sys/pic32/fubarino/Makefile @@ -13,6 +13,7 @@ PARAM += -DGPIO5_ENABLED PARAM += -DGPIO6_ENABLED PARAM += -DADC_ENABLED PARAM += -DPWM_ENABLED +PARAM += -DLED_KERNEL_PORT=TRISE -DLED_KERNEL_PIN=5 PARAM += -DUSB_NUM_STRING_DESCRIPTORS=3 PARAM += -DUSB_MAX_EP_NUMBER=3 PARAM += -DCONS_MAJOR=UARTUSB_MAJOR diff --git a/sys/pic32/sdxl/Makefile b/sys/pic32/sdxl/Makefile index b5cb18d..2d64d2a 100644 --- a/sys/pic32/sdxl/Makefile +++ b/sys/pic32/sdxl/Makefile @@ -13,6 +13,7 @@ PARAM += -DGPIO5_ENABLED PARAM += -DGPIO6_ENABLED PARAM += -DADC_ENABLED PARAM += -DPWM_ENABLED +PARAM += -DLED_KERNEL_PORT=TRISE -DLED_KERNEL_PIN=7 PARAM += -DUSB_NUM_STRING_DESCRIPTORS=3 PARAM += -DUSB_MAX_EP_NUMBER=3 PARAM += -DCONS_MAJOR=UARTUSB_MAJOR