Initial PWM implementation from gpascualg
This commit is contained in:
parent
5200c5f2ef
commit
72d5dd99fb
5 changed files with 262 additions and 0 deletions
9
extras/pwm/component.mk
Normal file
9
extras/pwm/component.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Component makefile for extras/pwm
|
||||
|
||||
INC_DIRS += $(ROOT)extras/pwm
|
||||
|
||||
# args for passing into compile rule generation
|
||||
extras/pwm_INC_DIR = $(ROOT)extras/pwm
|
||||
extras/pwm_SRC_DIR = $(ROOT)extras/pwm
|
||||
|
||||
$(eval $(call component_compile_rules,extras/pwm))
|
Loading…
Add table
Add a link
Reference in a new issue