diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Megumin LED display firmware +# MoaRGB RGB COB controller # Copyright (C) 2018 Sebastian Götte <code@jaseg.net> # # This program is free software: you can redistribute it and/or modify @@ -18,6 +18,7 @@ CUBE_PATH ?= $(wildcard ~)/resource/STM32CubeF1 CMSIS_PATH ?= $(CUBE_PATH)/Drivers/CMSIS CMSIS_DEV_PATH ?= $(CMSIS_PATH)/Device/ST/STM32F1xx HAL_PATH ?= $(CUBE_PATH)/Drivers/STM32F1xx_HAL_Driver +USBD_PATH ?= $(CUBE_PATH)/Middlewares/ST/STM32_USB_Device_Library CC := arm-none-eabi-gcc LD := arm-none-eabi-ld |