Skip to content

Commit

Permalink
updated to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Sep 1, 2023
1 parent d7913f4 commit 662de4d
Show file tree
Hide file tree
Showing 2 changed files with 256 additions and 88 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

ESP_IDF_VERSION := "v5.0-rc1"
ESP_IDF_VERSION := "v5.1.1"

fmt:
clang-format -i ./*.c ./*.h -style="{BasedOnStyle: Google, ColumnLimit: 120, SortIncludes: false}"
Expand All @@ -21,6 +21,10 @@ install:
config:
export IDF_TOOLS_PATH=$(shell pwd)/test/tools; . test/esp-idf/export.sh; cd test; idf.py menuconfig

reconfigure:
export IDF_TOOLS_PATH=$(shell pwd)/test/tools; . test/esp-idf/export.sh; cd test; idf.py reconfigure
export IDF_TOOLS_PATH=$(shell pwd)/test/tools; . test/esp-idf/export.sh; cd test; idf.py fullclean

erase:
export IDF_TOOLS_PATH=$(shell pwd)/test/tools; . test/esp-idf/export.sh; cd test; idf.py erase-flash

Expand Down
Loading

0 comments on commit 662de4d

Please sign in to comment.