You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,6 +229,11 @@ sed 's/debug.server.openocd.scripts_dir={runtime.platform.path}\/tools\/openocd-
209
229
sed 's/debug.server.openocd.scripts_dir.windows={runtime.platform.path}\\tools\\openocd-esp32\\share\\openocd\\scripts\\/debug.server.openocd.scripts_dir.windows=\{runtime.tools.openocd-esp32.path\}\\share\\openocd\\scripts\\/g' \
210
230
>"$PKG_DIR/platform.txt"
211
231
232
+
if! [ -z${VENDOR} ];then
233
+
# Append vendor name to platform.txt to create a separate section
234
+
sed -i "/^name=.*/s/$/ ($VENDOR)/""$PKG_DIR/platform.txt"
0 commit comments