Skip to content

Commit

Permalink
riscv32: Call the RP2350 probe function for RPi Foundation parts
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Sep 8, 2024
1 parent 9ff6491 commit 12f1609
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/target/riscv32.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ bool riscv32_probe(target_s *const target)
case JEP106_MANUFACTURER_RV_GIGADEVICE:
PROBE(gd32vf1_probe);
break;
case JEP106_MANUFACTURER_RASPBERRY:
PROBE(rp2350_probe);
break;
default:
break;
}
Expand Down

0 comments on commit 12f1609

Please sign in to comment.