mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Add NXP examples
This commit is contained in:
parent
693863a51e
commit
5cdaa931f9
8
examples/nxp-frdmk66f-freertos/Makefile
Normal file
8
examples/nxp-frdmk66f-freertos/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)
|
8
examples/nxp-lpcxpresso54s018m-freertos/Makefile
Normal file
8
examples/nxp-lpcxpresso54s018m-freertos/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)
|
8
examples/nxp-mimxrt1020-freertos/Makefile
Normal file
8
examples/nxp-mimxrt1020-freertos/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…
x
Reference in New Issue
Block a user