Add NXP MIMXRT1020 AzureRTOS example

This commit is contained in:
Alex Alashkin 2021-09-27 11:12:15 +03:00
parent cdd192abe4
commit 9ef5c7c667

View File

@ -0,0 +1,8 @@
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
make -C $(NAME) build
clean:
rm -rf $(NAME)