Initial HW PWM (Delta-Sigma) (#609)
This commit is contained in:
parent
10f361c8ca
commit
4dc7d825bc
6 changed files with 238 additions and 11 deletions
9
extras/dsm/component.mk
Normal file
9
extras/dsm/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue