Skip to content

Commit

Permalink
updated esp-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed May 3, 2021
1 parent 8b95cc9 commit 4a2df91
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
UNAME := $(shell uname)

XTENSA_TOOLCHAIN := "xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz"
XTENSA_TOOLCHAIN := "xtensa-esp32-elf-linux64-1.22.0-97-gc752ad5-5.2.0.tar.gz"

ifeq ($(UNAME), Darwin)
XTENSA_TOOLCHAIN := "xtensa-esp32-elf-osx-1.22.0-80-g6c4433a-5.2.0.tar.gz"
XTENSA_TOOLCHAIN := "xtensa-esp32-elf-macos-1.22.0-97-gc752ad5-5.2.0.tar.gz"
endif

ESP_IDF_VERSION := "v3.1.4"
ESP_IDF_VERSION := "v3.3.5"

fmt:
clang-format -i ./*.c ./*.h -style="{BasedOnStyle: Google, ColumnLimit: 120}"
Expand Down
Loading

0 comments on commit 4a2df91

Please sign in to comment.