Skip to content

Commit

Permalink
PLTOS-201 Add openocd 12 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Rauer authored Jun 8, 2023
1 parent b33d08a commit 694b881
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ source "$NERVES_DEFCONFIG_DIR/package/openocd_cypress/Config.in"
source "$NERVES_DEFCONFIG_DIR/package/pickle/Config.in"
source "$NERVES_DEFCONFIG_DIR/package/acsccid_ly/Config.in"
source "$NERVES_DEFCONFIG_DIR/package/plymouth/Config.in"
source "$NERVES_DEFCONFIG_DIR/package/openocd_12/Config.in"
2 changes: 1 addition & 1 deletion PACKAGES-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.11
0.18.12
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.3
0.23.4
6 changes: 5 additions & 1 deletion nerves_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ BR2_PACKAGE_GZIP=y
BR2_PACKAGE_UNZIP=y
BR2_PACKAGE_XZ=y
BR2_PACKAGE_PV=y
BR2_PACKAGE_GETTEXT=y
BR2_PACKAGE_E2FSPROGS=y
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
BR2_PACKAGE_F2FS_TOOLS=y
Expand Down Expand Up @@ -156,3 +155,8 @@ BR2_PACKAGE_OPENOCD_CYPRESS=y
BR2_PACKAGE_PICKLE=y
BR2_PACKAGE_ACSCCID_LY=y
BR2_PACKAGE_PLYMOUTH=y
BR2_PACKAGE_OPENOCD_12=y
BR2_PACKAGE_OPENOCD_12_CMSIS_DAP=y
BR2_PACKAGE_OPENOCD_12_FTDI=y
BR2_PACKAGE_OPENOCD_12_STLINK=y
BR2_PACKAGE_OPENOCD_12_XDS110=y

0 comments on commit 694b881

Please sign in to comment.