forked from nerves-project/nerves_system_rpi4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLTOS-229 Re-add pyOCD, generic CMSIS-DAP support (#79)
- Loading branch information
Eric Rauer
authored
Jul 13, 2023
1 parent
23350fa
commit 36b9d0c
Showing
6 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
## Add project-specific packages for Buildroot here | ||
# | ||
## Add project-specific packages for Buildroot here | ||
# If these are non-proprietary, please consider contributing them back to | ||
# Nerves or Buildroot. | ||
source "$NERVES_DEFCONFIG_DIR/package/yubico_piv_tool/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/acsccid_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/avrdude_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/libfreefare_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/libnfc_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_11/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_12/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_cypress/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_esp32/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_pn7362/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_maxim/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/libfreefare_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/libnfc_ly/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_pn7362/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/openocd_zephyr/Config.in" | ||
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" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-capstone/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-hidapi/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-importlib-metadata/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-importlib-resources/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-intervaltree/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-libusb-package/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-natsort/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-prettytable/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-pylink-square/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-pyocd/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-wheel/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/python-zipp/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/weston_12/Config.in" | ||
source "$NERVES_DEFCONFIG_DIR/package/yubico_piv_tool/Config.in" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18.13 | ||
0.18.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.24.0 | ||
0.24.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters