-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
480 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
from .hanmatek import PZA_DEVICES_LIST as HANMATEK_DEVICES | ||
from .panduza import PZA_DEVICES_LIST as PANDUZA_DEVICES | ||
from .ftdi import PZA_DEVICES_LIST as FTDI_DEVICES | ||
|
||
PZA_DEVICES_LIST = [] \ | ||
+ HANMATEK_DEVICES \ | ||
+ PANDUZA_DEVICES | ||
+ PANDUZA_DEVICES \ | ||
+ FTDI_DEVICES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from .ft232h_jtag import DeviceFtdiFt232h_jtag | ||
|
||
PZA_DEVICES_LIST= [ | ||
DeviceFtdiFt232h_jtag | ||
] |
Oops, something went wrong.