Skip to content

Commit

Permalink
target: added target Realtek RTL8762C (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
suphammer authored Sep 26, 2023
1 parent 0e3742a commit fba00fb
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyocd/target/builtin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
from . import target_lpc4088qsb
from . import target_lpc4088dm
from . import target_RTL8195AM
from . import target_RTL8762C
from . import target_CC3220SF
from . import target_CC3220SF
from ..family import target_psoc6
Expand Down Expand Up @@ -220,6 +221,7 @@
'lpc4088qsb': target_lpc4088qsb.LPC4088qsb,
'lpc4088dm': target_lpc4088dm.LPC4088dm,
'rtl8195am': target_RTL8195AM.RTL8195AM,
'rtl8762c': target_RTL8762C.RTL8762C,
'cc3220sf': target_CC3220SF.CC3220SF,
'cy8c6xxa': target_CY8C6xxA.CY8C6xxA,
'cy8c6xx7': target_CY8C6xx7.CY8C6xx7,
Expand Down
Loading

0 comments on commit fba00fb

Please sign in to comment.