Commit graph

132 commits

Author SHA1 Message Date
Dale Weber
ab2bd7dee4 Changed names of UDOO_IDS and UDOO_ASSET_TAG; Corrected layout of UDOO_BOARD_IDS 2020-05-20 09:10:15 -07:00
Dale Weber
710f368a72 Added board detection for UDOO Bolt using check_board_asset_value() and added it to detect.py 2020-05-19 05:32:12 -07:00
=Dale Weber
7de55e27b6 Fixed statement has no effect for PyLint 2020-05-16 11:51:55 -07:00
=Dale Weber
7d1f6696ca Fixed a one-off space and added two ':' in comparisons 2020-05-15 21:23:04 -07:00
=Dale Weber
727cb3d3a0 First try at detecting an UDOO Bolt. There will probably be more. 2020-05-15 21:07:02 -07:00
Melissa LeBlanc-Williams
8421507d9c Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect 2020-05-06 12:50:06 -07:00
Melissa LeBlanc-Williams
b26276d542 Added GreatFET One Detection 2020-05-06 12:44:38 -07:00
trainman419
7e402d046d Add Orange Pi 2 support 2020-05-03 02:15:20 +00:00
Melissa LeBlanc-Williams
d09c0c6a9a Disable didn't take the first time 2020-04-23 16:34:53 -07:00
Melissa LeBlanc-Williams
c94541c94c Pylint Disabling too many methods 2020-04-23 16:32:22 -07:00
Melissa LeBlanc-Williams
f9ca2bd0da Added Rock Pi S 2020-04-23 16:29:38 -07:00
Melissa LeBlanc-Williams
a667d8b8e2 Documentification 2020-04-20 17:18:03 -07:00
Melissa LeBlanc-Williams
df66981de3 Black formatted, Pylinted, and Github Actionified 2020-04-20 14:52:25 -07:00
cpi
ee623a3eaf Add Clockwork Pi board 2020-04-14 08:29:56 -07:00
Hyeonki Hong
69e6bd7770 Add support for Hardkernel Odroid C4 2020-03-24 00:36:23 +09:00
Paul Mundt
ed5313c1ea Fix up pylint method could be a function (no-self-use) warning
The introduction of the _pynq_id() method triggered this warning
from pylint, annotate accordingly.
2020-03-03 11:18:09 +01:00
Paul Mundt
3bc3d1e61a Add support for Xilinx PYNQ dev boards (Z1 and Z2)
The PYNQ boards identify themselves as a generic Xilinx 7000
chip in the device tree, and, somewhat annoyingly, do not
include board-level information in the board name or list of
compats. Specific board information can, however, be queried
directly from a separate device-tree file.
2020-03-02 12:40:27 +00:00
Stephen Warren
d3b716a97b NVIDIA Jetson: Detect boards using compatible value
Use the device tree compatible value to detect which Jetson board the
code is running on, rather than the DT model value. The compatible value
should be more stable. This algorithm exactly matches how Jetson.GPIO
detects boards, so allows easier porting of new board support between
the two code-bases.
2020-02-19 15:19:28 -07:00
Melissa LeBlanc-Williams
a174e7c4e1
Merge pull request #62 from mruz/master
Get revision from device-tree if None
2020-02-11 11:44:01 -08:00
mruz
797bbbe8b5 Get revision from device-tree, fix #61 2020-01-25 14:59:41 +01:00
Melissa LeBlanc-Williams
0eb6058aa5
Merge pull request #58 from mruz/master
Add openSUSE support
2020-01-22 09:36:17 -08:00
Drew Fustini
54468b8d8d
Fix reference to BeagleBone Green model 2020-01-22 11:54:28 +00:00
Drew Fustini
56f54311ce add condition to detect BeagleBone Green #57
Special condition is needed to detect BeagleBone Green rev. 1A

Refer to GitHub issue #57 in this repo for more info
2020-01-22 11:13:54 +00:00
mruz
dd6d4f9158 Detect rpi4b on openSUSE 2020-01-22 00:33:11 +01:00
yeyeto2788
ac5513d910 Fix failing build. 2020-01-20 20:04:50 +01:00
yeyeto2788
98a65eb537 Refactor library in order to separate components. 2020-01-20 15:44:24 +01:00
yeyeto2788
d5bf51725f Merge branch 'orangepi' of https://github.com/yeyeto2788/Adafruit_Python_PlatformDetect into orangepi 2020-01-20 15:27:24 +01:00
yeyeto2788
00d3aa9076 Fix minor issue on Orange Board ids and add the Orange Pi Plus 2E 2020-01-17 20:04:12 +01:00
yeyeto2788
8e069fd800 Fix lint issues. 2020-01-15 21:20:11 +00:00
yeyeto2788
072f0738cd Fix lint issues 2020-01-15 22:18:17 +01:00
yeyeto2788
446acd49e0 Fix naming of orange pi one. 2020-01-15 21:15:34 +00:00
yeyeto2788
bc6ee45689 Fix name of board id for Orange Pi One 2020-01-15 22:04:42 +01:00
yeyeto2788
bf73044c2f Add Orange Pi boards (One, Lite, PC +) 2020-01-15 21:40:12 +01:00
yeyeto2788
87b7a2ed22 Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
# Conflicts:
#	adafruit_platformdetect/chip.py
2020-01-08 08:07:27 +01:00
yeyeto2788
ad3a44f6f7 Rename chip to A64 as it is supposed to be instead of PINE64 2020-01-08 07:57:46 +01:00
Juan Biondi
cbdf40330e Fix Pinebook detection based on Armbian distro 2020-01-07 20:15:06 +00:00
yeyeto2788
041d29dfa9 Fix docstring on property any_pine64_board 2020-01-07 12:21:31 +01:00
yeyeto2788
2ce29ed8b6 First attempt to add Pine64 board and devices 2020-01-07 12:16:25 +01:00
sommersoft
d943f95646 re-add stuff after more merge conflict fixes 2020-01-03 17:52:01 -06:00
Melissa LeBlanc-Williams
7711eca97c Added Onion Omega2 detection 2020-01-02 16:29:26 -08:00
yeyeto2788
1819e608a1 Fix error on board.py replacing ONION by MIPS24KC 2019-12-31 19:03:25 +01:00
yeyeto2788
7001c3b382 Addition of onion omega board running OpenWRT 2019-12-23 21:58:27 +01:00
Francis Guevarra
6f7af39447 Rename board to BINHO_NOVA 2019-12-02 17:39:33 -08:00
Francis Guevarra
bf78cc6777 change board id to NOVA and fix issue with autodetect being called multiple times after there's already a binho object 2019-12-02 15:23:29 -08:00
Jonathan Georgino
0d67ae6fe4 Added support for Binho Nova Multi-Protocol USB Host Adapter 2019-12-02 15:15:41 -08:00
Melissa LeBlanc-Williams
f8eb72b91d Added more Raspberry Pi codes 2019-11-25 10:20:16 -08:00
caternuson
e000760424 update detect script 2019-11-21 11:37:06 -08:00
caternuson
b79c2d5794 add MCP2221 2019-11-20 21:01:03 -08:00
caternuson
65ab96440c change to pyftdi lib 2019-09-17 18:22:38 -07:00
Hans Oostendorp
bc6d700cbb Update board.py for Orange Pi Zero 2019-09-05 16:39:12 +02:00