Commit graph

146 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
ec95b17d19 Added STM32MP1 detection 2020-09-03 11:01:06 -07:00
kent
69e54cbe5d Corrected pylint reported formatting issues
whitespaces removed. = surrounded with spaces and removed redundant else:
2020-08-11 11:13:24 -07:00
kent
c7114215b3 Added Udoo x64 boards
tested on Udoo x64 ultra II
2020-08-10 23:25:20 -07:00
Melissa LeBlanc-Williams
c52b24b515 Fix false positive on Tinkerboard 2020-07-28 14:29:26 -07:00
BlitzCityDIY
24124352c3 Changing to use function
Changing to use function _asus_tinker_board_id() in board.py
2020-06-26 13:52:16 -04:00
BlitzCityDIY
834f1b32d2 Changing to _ASUS_TINKER_BOARD_IDS
Updating to boards._ASUS_TINKER_BOARD_IDS
2020-06-16 18:51:56 -04:00
BlitzCityDIY
8f4bf4a94f Adding _ASUS_TINKER_BOARD_IDS
Changed some things up to have everything match formatting for multiple boards so that more Tinker Board types can be added easily (I'm hoping to add the S after the original Tinker Board is all set)
2020-06-02 18:51:33 -04:00
BlitzCityDIY
f6cf2cd767 Updating board.py
adding any_asus_tinker_board for embedded linux system identification
2020-05-29 13:57:16 -04:00
BlitzCityDIY
98cdaa4bba Adding Tinker Board detection
Adding detection for the ASUS Tinker Board SBC.
SoC: Rockchip 3288 (RK3288)
2020-05-29 13:00:37 -04:00
Melissa LeBlanc-Williams
61c0859544 Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect into udoo_bolt 2020-05-21 07:30:22 -07:00
Melissa LeBlanc-Williams
f418f0f16d Black formatting, fixed syntax error 2020-05-21 07:24:36 -07:00
Melissa LeBlanc-Williams
125f2adf90 Updated code to search board IDs 2020-05-21 07:18:13 -07:00
Hyeonki Hong
f5bfd071fe ODROID-XU4: add support for Hardkernel Odroid XU4 2020-05-21 16:31:03 +09:00
Dale Weber
4c3b2190e5 Fixed error - added ':' in if statement.' 2020-05-20 09:22:13 -07:00
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