basic timer interleaving works
This commit is contained in:
parent
b7b44269f2
commit
e51d35f6d6
3 changed files with 35 additions and 134 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue