File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ if "ZIGBEE_MODE_ZCZR" in flatten_cppdefines:
4747 LIBS=[
4848 "-lesp_zb_api_zczr",
4949 "-lesp_zb_cli_command",
50- "-lzboss_stack.zczr.trace",
5150 "-lzboss_stack.zczr",
5251 "-lzboss_port"
5352 ]
@@ -57,7 +56,6 @@ if "ZIGBEE_MODE_ED" in flatten_cppdefines:
5756 LIBS=[
5857 "-lesp_zb_api_ed",
5958 "-lesp_zb_cli_command",
60- "-lzboss_stack.ed.trace",
6159 "-lzboss_stack.ed",
6260 "-lzboss_port"
6361 ]
Original file line number Diff line number Diff line change 4141
4242if [ " $AR_BRANCH " ]; then
4343 echo " AR_BRANCH='$AR_BRANCH '"
44+ git -C " $AR_COMPS /arduino" fetch --all && \
4445 git -C " $AR_COMPS /arduino" checkout " $AR_BRANCH " && \
45- git -C " $AR_COMPS /arduino" fetch && \
4646 git -C " $AR_COMPS /arduino" pull --ff-only
4747fi
4848if [ $? -ne 0 ]; then exit 1; fi
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ if [ ! -d "$IDF_PATH" ]; then
1717 idf_was_installed=" 1"
1818fi
1919
20+ git -C " $IDF_PATH " fetch --all --tags
21+
2022if [ " $IDF_TAG " ]; then
2123 git -C " $IDF_PATH " checkout " tags/$IDF_TAG "
2224 idf_was_installed=" 1"
You can’t perform that action at this time.
0 commit comments