Skip to content

Commit

Permalink
working aliases?
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Sep 10, 2024
1 parent a058755 commit e408891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ cerbcon="sudo modprobe vhci_hcd && sudo usbip attach -r 192.168.100.12 -b 1-1.3"
disconnect="sudo usbip detach -p 0"
shepcon="sudo modprobe vhci_hcd && sudo usbip attach -r 192.168.100.12 -b 1-1.4"
peyton="echo \" Shut the fuck up Peyton, fucking hell\" "
flash="bash -c \"probe-rs download --verify --chip STM32F405RGTx ./build/*.elf && probe-rs reset --chip STM32F405RGTx\" "
reset-target="bash -c \"probe-rs reset --chip STM32F405RGTx\" "
debug="bash -c 'probe-rs gdb --gdb-connection-string 0.0.0.0:1337 --chip STM32F405RGTx & sleep 1; docker compose run --rm -P ner-gcc-arm "arm-none-eabi-gdb" /home/app$(ls ./build/*.elf | cut -c2-) -ex \"target remote host.docker.internal:1337\" && killall probe-rs && probe-rs reset --chip STM32F405RGTx' "

0 comments on commit e408891

Please sign in to comment.