Skip to content

Commit

Permalink
Add pyportal_titano_tinyusb_debug target
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Mar 21, 2024
1 parent f9cef95 commit bea996f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions all_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"pyportal_tinyusb" : ["adafruit:samd:adafruit_pyportal_m4:speed=120,usbstack=tinyusb", "0x55114460", None],
"pyportal_titano" : ["adafruit:samd:adafruit_pyportal_m4_titano:speed=120", "0x55114460", None],
"pyportal_titano_tinyusb" : ["adafruit:samd:adafruit_pyportal_m4_titano:speed=120,usbstack=tinyusb", "0x55114460", None],
"pyportal_titano_tinyusb_debug" : ["adafruit:samd:adafruit_pyportal_m4_titano:speed=120,usbstack=tinyusb,debug=on", "0x55114460", None],
"cpx_ada" : ["adafruit:samd:adafruit_circuitplayground_m0", "0x68ed2b88", None],
"grand_central" : ["adafruit:samd:adafruit_grandcentral_m4:speed=120", "0x55114460", None],
"grand_central_tinyusb" : ["adafruit:samd:adafruit_grandcentral_m4:speed=120,usbstack=tinyusb", "0x55114460", None],
Expand Down

0 comments on commit bea996f

Please sign in to comment.