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