File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 61
61
ODROID_C2 = "ODROID_C2"
62
62
ODROID_N2 = "ODROID_N2"
63
63
64
- FTDI_FT232H = "FT232H "
64
+ FTDI_FT232H = "FTDI_FT232H "
65
65
DRAGONBOARD_410C = "DRAGONBOARD_410C"
66
66
67
67
SIFIVE_UNLEASHED = "SIFIVE_UNLEASHED"
68
68
69
- MICROCHIP_MCP2221 = "MCP2221 "
69
+ MICROCHIP_MCP2221 = "MICROCHIP_MCP2221 "
70
70
71
71
# pylint: enable=bad-whitespace
72
72
Original file line number Diff line number Diff line change 19
19
print ("Is this a SiFive Unleashed? " , detector .board .SIFIVE_UNLEASHED )
20
20
print ("Is this an embedded Linux system?" , detector .board .any_embedded_linux )
21
21
print ("Is this a generic Linux PC?" , detector .board .GENERIC_LINUX_PC )
22
+ print ("Is this an OS environment variable special case?" , detector .board .FTDI_FT232H |
23
+ detector .board .MICROCHIP_MCP2221 )
22
24
23
25
if detector .board .any_raspberry_pi :
24
26
print ("Raspberry Pi detected." )
You can’t perform that action at this time.
0 commit comments