mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-28 13:49:01 +08:00
Add NXP MIMXRT1020 AzureRTOS example
This commit is contained in:
parent
cdd192abe4
commit
9ef5c7c667
8
examples/nxp-mimxrt1020-azurertos/Makefile
Normal file
8
examples/nxp-mimxrt1020-azurertos/Makefile
Normal 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)
|
Loading…
Reference in New Issue
Block a user