Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pyocd/target/builtin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
from . import target_lpc4088dm
from . import target_RTL8195AM
from . import target_RTL8762C
from . import target_RTL8773G
from . import target_CC3220SF
from . import target_CC3220SF
from ..family import target_psoc6
Expand Down Expand Up @@ -247,6 +248,7 @@
'lpc4088dm': target_lpc4088dm.LPC4088dm,
'rtl8195am': target_RTL8195AM.RTL8195AM,
'rtl8762c': target_RTL8762C.RTL8762C,
'rtl8773g': target_RTL8773G.RTL8773G,
'cc3220sf': target_CC3220SF.CC3220SF,
'cy8c6xxa': target_CY8C6xxA.CY8C6xxA,
'cy8c6xx7': target_CY8C6xx7.CY8C6xx7,
Expand Down
Loading