Added required packages for hardware debugging

This commit is contained in:
gator96100 2020-12-29 21:22:01 +01:00
commit 5867875e15
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
export PSVERSION="3.7.1" export PSVERSION="3.7.2"
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\]\w\[\033[0m\]$ ' export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033[33m\]\w\[\033[0m\]$ '
export PATH=/ps/bin:$PATH export PATH=/ps/bin:$PATH

View file

@ -11,6 +11,8 @@ procps
############################## ##############################
mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc
mingw-w64-x86_64-arm-none-eabi-gcc mingw-w64-x86_64-arm-none-eabi-gcc
mingw-w64-x86_64-arm-none-eabi-gdb
mingw-w64-x86_64-arm-none-eabi-binutils
mingw-w64-x86_64-readline mingw-w64-x86_64-readline
mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libsndfile
mingw-w64-x86_64-lua mingw-w64-x86_64-lua
@ -19,6 +21,7 @@ mingw-w64-x86_64-python
mingw-w64-x86_64-jansson mingw-w64-x86_64-jansson
mingw-w64-x86_64-qt5 mingw-w64-x86_64-qt5
mingw-w64-x86_64-gdb mingw-w64-x86_64-gdb
mingw-w64-x86_64-openocd
############################## ##############################
# ChameleonMini # # ChameleonMini #
############################## ##############################