Skip to content

Commit e9418b8

Browse files
authored
Merge pull request #1 from rvbc1/my
My
2 parents 09faa57 + a82b78e commit e9418b8

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

configs/builds.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@
4444
}
4545
],
4646
"targets":[
47+
{
48+
"target": "esp32p4",
49+
"skip": 1,
50+
"features":[],
51+
"idf_libs":["qio","80m"],
52+
"bootloaders":[
53+
["qio","80m"]
54+
],
55+
"mem_variants":[]
56+
},
4757
{
4858
"target": "esp32c2",
4959
"skip": 1,
@@ -143,8 +153,7 @@
143153
["qio","80m","opi_ram"],
144154
["dio","80m","qio_ram"],
145155
["dio","80m","opi_ram"],
146-
["opi","80m","opi_ram"],
147-
["opi","80m","qio_ram"]
156+
["opi","80m","opi_ram"]
148157
]
149158
}
150159
]

configs/defconfig.esp32p4

Whitespace-only changes.

tools/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ if [ -z $IDF_PATH ]; then
66
fi
77

88
if [ -z $IDF_BRANCH ]; then
9-
IDF_BRANCH="release/v5.1"
9+
IDF_BRANCH="release/v5.3"
1010
fi
1111

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
13-
AR_PR_TARGET_BRANCH="master"
13+
AR_PR_TARGET_BRANCH="release/v3.1.x"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

tools/gen_tools_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def replace_if_xz(system):
107107
out_path = args.out_path;
108108

109109
# settings
110-
arduino_tools = ["xtensa-esp32-elf","xtensa-esp32s2-elf","xtensa-esp32s3-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
110+
arduino_tools = ["xtensa-esp-elf","xtensa-esp-elf-gdb","riscv32-esp-elf","riscv32-esp-elf-gdb","openocd-esp32"]
111111

112112
# code start
113113
farray = {"packages":[{"platforms":[{"toolsDependencies":[]}],"tools":[]}]}

0 commit comments

Comments
 (0)