remove old examples

This commit is contained in:
Sergio R. Caprile 2023-07-03 14:19:28 -03:00
parent 040936eb47
commit 8d2f7296a1
5 changed files with 0 additions and 62 deletions

View File

@ -1,17 +0,0 @@
NAME ?= $(notdir $(CURDIR))
$(NAME):
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
build: | $(NAME)
cp ./../../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean:
rm -rf $(NAME)
flash:
make -C $(NAME) flash
.PHONY: flash

View File

@ -1,17 +0,0 @@
NAME ?= $(notdir $(CURDIR))
$(NAME):
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
build: | $(NAME)
cp ./../../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean:
rm -rf $(NAME)
flash:
make -C $(NAME) flash
.PHONY: flash

View File

@ -1,18 +0,0 @@
NAME ?= $(notdir $(CURDIR))
$(NAME):
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
build: | $(NAME)
cp ./../../../mongoose.c $(NAME)/Core/Src/
cp ./../../../mongoose.h $(NAME)/Core/Inc/
make -C $(NAME) build
clean:
rm -rf $(NAME)
flash:
make -C $(NAME) flash
.PHONY: flash

View File

@ -1,9 +0,0 @@
NAME ?= $(notdir $(CURDIR))
build:
git clone --depth 1 https://github.com/mongoose-examples/$(NAME)
cp ./../../../mongoose.[ch] $(NAME)/Middlewares/Third_Party/Mongoose/
make -C $(NAME) build
clean:
rm -rf $(NAME)

View File

@ -1 +0,0 @@
See detailed tutorial at https://mongoose.ws/tutorials/stm32/stm32-nucleo-h743z/