esp-open-rtos/examples/pwm_test/Makefile

5 lines
121 B
Makefile
Raw Normal View History

# Simple makefile for simple example
PROGRAM=pwm_test
COMPONENTS = FreeRTOS lwip core extras/pwm
include ../../common.mk