Initial HW PWM (Delta-Sigma) (#609)

This commit is contained in:
Zaltora 2018-05-19 23:47:29 +02:00 committed by Ruslan V. Uss
parent 10f361c8ca
commit 4dc7d825bc
6 changed files with 238 additions and 11 deletions

9
extras/dsm/component.mk Normal file
View file

@ -0,0 +1,9 @@
# Component makefile for extras/dsm
INC_DIRS += $(ROOT)extras/dsm
# args for passing into compile rule generation
extras/dsm_INC_DIR = $(ROOT)extras/dsm
extras/dsm_SRC_DIR = $(ROOT)extras/dsm
$(eval $(call component_compile_rules,extras/dsm))