From e51d35f6d6d15ee09dd368b5c47c547f8646bdf5 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 23 Aug 2020 16:36:07 +0200 Subject: basic timer interleaving works --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea9ee6b..4cf97a7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Megumin LED display firmware +# MoaRGB RGB COB controller # Copyright (C) 2018 Sebastian Götte # # 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 -- cgit