Initial PWM implementation from gpascualg

This commit is contained in:
Blipi 2015-08-28 22:24:14 +02:00 committed by Javier Cardona
parent 5200c5f2ef
commit 72d5dd99fb
5 changed files with 262 additions and 0 deletions

9
extras/pwm/component.mk Normal file
View 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))