Merge branch 'main' into hash

This commit is contained in:
Caleb Garrett 2024-02-09 19:24:19 -05:00 committed by GitHub
commit 0c9661a661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 1076 additions and 384 deletions
tests/stm32

View file

@ -1,12 +0,0 @@
echo Running target=$1 elf=$2
STATUSCODE=$(
curl \
-sS \
--output /dev/stderr \
--write-out "%{http_code}" \
-H "Authorization: Bearer $TELEPROBE_TOKEN" \
https://teleprobe.embassy.dev/targets/$1/run --data-binary @$2
)
echo
echo HTTP Status code: $STATUSCODE
test "$STATUSCODE" -eq 200