aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Semkowicz <dse@thaumatec.com>2023-08-03 11:28:56 +0200
committerDaniel Semkowicz <dse@thaumatec.com>2023-08-03 11:28:56 +0200
commitc0d5e986689d5cd6c2b76ddd5a7673d5b1bf7fe9 (patch)
treec684fae0fe76d9e39d5b1a48694d544f61a4773e
parentb8bd1e7c877b6e01faec358a0d15430192d58677 (diff)
mule: mule.sh: Add PX30-µQ7 SoM pin configuration
This change enables support for PX30-µQ7 SoM model. Signed-off-by: Daniel Semkowicz <dse@thaumatec.com>
-rwxr-xr-xmule/mule.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mule/mule.sh b/mule/mule.sh
index 6b1dfb4..202c3e6 100755
--- a/mule/mule.sh
+++ b/mule/mule.sh
@@ -73,6 +73,10 @@ case "$MODEL" in
RESET_INVERT=1
BOOT0_INVERT=1
;;
+ "Theobroma Systems PX30-uQ7 SoM"*|"Theobroma Systems PX30-µQ7 SoM"*)
+ RESET_PIN=100
+ BOOT0_PIN=101
+ ;;
*)
die "${MODEL} not supported"
;;