Commit graph

24 commits

Author SHA1 Message Date
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
Dale Weber
ebb72a406d Added UDOO Bolt V3 and V8 detection. Original Bolt is Bolt V8 now 2020-05-24 14:02:33 -07: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
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
727cb3d3a0 First try at detecting an UDOO Bolt. There will probably be more. 2020-05-15 21:07:02 -07:00
Melissa LeBlanc-Williams
66925a5cb3
Merge pull request #78 from bawilless/AvnetIIoTGW
Changes to support detecting the Avnet IIoT Gateway
2020-05-08 09:35:57 -07:00
Brian
04f33db7a1 Detect board as 40pin Pi, fix file formatting 2020-05-08 12:31:54 -04:00
Brian
314d23ebb2 Changes to support detecting the Avnet IIoT Gateway 2020-05-08 11:55:27 -04: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
Drew Fustini
5085109c61
add ID for BeagleBone Black revision B
A335BNLT000B represents a BeagleBone Black revision B.

This change resolves adafruit/Adafruit_Blinka#283
2020-05-05 18:23:02 +02:00
trainman419
48387d0fe2 Add to _ORANGE_PI_IDS too. 2020-05-03 04:46:40 +00:00
trainman419
7e402d046d Add Orange Pi 2 support 2020-05-03 02:15:20 +00:00
Melissa LeBlanc-Williams
f9ca2bd0da Added Rock Pi S 2020-04-23 16:29:38 -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
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
f8069768c2 Add support for NVIDIA Jetson NX 2020-02-24 12:37:52 -07: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
yeyeto2788
98a65eb537 Refactor library in order to separate components. 2020-01-20 15:44:24 +01:00