Melissa LeBlanc-Williams
3b3ff5a545
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
5 years ago
Melissa LeBlanc-Williams
7143038366
Merge pull request #70 from hhk7734/odroid-c4
ODROID-C4: modify detection through 'compatible'
5 years ago
Hyeonki Hong
db19a142d7
ODROID-C4: modify detection through 'compatible'
5 years ago
Melissa LeBlanc-Williams
43f3fc6fd8
Merge pull request #69 from johalun/master
Add Clockwork Pi board
5 years ago
cpi
ee623a3eaf
Add Clockwork Pi board
5 years ago
Melissa LeBlanc-Williams
26ae7c2e5a
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
5 years ago
Melissa LeBlanc-Williams
34697fef8b
Merge pull request #68 from hhk7734/odroid-c4
Add support for Hardkernel Odroid C4
5 years ago
Hyeonki Hong
69e6bd7770
Add support for Hardkernel Odroid C4
5 years ago
Melissa LeBlanc-Williams
2dbcc84fc2
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
5 years ago
Melissa LeBlanc-Williams
110a54c727
Merge pull request #65 from yeyeto2788/master
Pinephone detection on Alpine linux
5 years ago
Melissa LeBlanc-Williams
bfc2691deb
Merge pull request #67 from pmundt/xilinx-pynq
Add support for Xilinx PYNQ dev boards (Z1 and Z2)
5 years ago
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.
5 years ago
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.
5 years ago
Juan Biondi
bcb836c22f
Merge pull request #2 from yeyeto2788/pinephone
Pinephone
5 years ago
yeyeto2788
7a06bc81ae
Add recognition of pinephone using alpine linux
5 years ago
Melissa LeBlanc-Williams
c93449d7e6
Merge pull request #64 from swarren/jetson-nx
Add support for NVIDIA Jetson NX
5 years ago
Stephen Warren
f8069768c2
Add support for NVIDIA Jetson NX
5 years ago
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.
5 years ago
Stephen Warren
b8ed4d2cca
NVIDIA Jetson: Detect chip directly
Modify _linux_id() to check the compatible value for the chip ID
directly, rather than determining the board model and then implicitly
determining the chip based on that. This removes the need to update this
logic whenever a new Jetson board is released.
5 years ago
Melissa LeBlanc-Williams
a174e7c4e1
Merge pull request #62 from mruz/master
Get revision from device-tree if None
5 years ago
Melissa LeBlanc-Williams
b6cf7d039f
Merge branch 'master' of https://github.com/mruz/Adafruit_Python_PlatformDetect
5 years ago
mruz
797bbbe8b5
Get revision from device-tree, fix #61
5 years ago
Melissa LeBlanc-Williams
0eb6058aa5
Merge pull request #58 from mruz/master
Add openSUSE support
5 years ago
Melissa LeBlanc-Williams
6e6d6f6133
Merge pull request #60 from pdp7/master
add condition to detect BeagleBone Green
5 years ago
Melissa LeBlanc-Williams
a6be564816
Merge pull request #59 from yeyeto2788/module_refactor
Fix dependencies on setup.py so it add the constants.
5 years ago
Drew Fustini
a6a280af06
add test to detect BeagleBone Green #57
5 years ago
mruz
ee1ce0f5c6
Hardware to upper
5 years ago
Drew Fustini
54468b8d8d
Fix reference to BeagleBone Green model
5 years ago
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
5 years ago
yeyeto2788
05c4593107
Fix dependencies on setup.py so it add the constants.
5 years ago
mruz
dd6d4f9158
Detect rpi4b on openSUSE
5 years ago
mruz
77824a6f77
Add rpi4 bcm2711 chip
5 years ago
Melissa LeBlanc-Williams
d8065529d7
Merge pull request #56 from yeyeto2788/module_refactor
Module refactor
5 years ago
yeyeto2788
ac5513d910
Fix failing build.
5 years ago
yeyeto2788
98a65eb537
Refactor library in order to separate components.
5 years ago
yeyeto2788
d5bf51725f
Merge branch 'orangepi' of https://github.com/yeyeto2788/Adafruit_Python_PlatformDetect into orangepi
5 years ago
Limor "Ladyada" Fried
c5e07988b3
Merge pull request #54 from yeyeto2788/orangepi
Addition of Orange Pi Plus 2E
5 years ago
yeyeto2788
00d3aa9076
Fix minor issue on Orange Board ids and add the Orange Pi Plus 2E
5 years ago
Melissa LeBlanc-Williams
73551a1072
Merge pull request #53 from yeyeto2788/orangepi
Add Orange Pi boards (One, Lite, PC +)
5 years ago
yeyeto2788
8e069fd800
Fix lint issues.
5 years ago
yeyeto2788
072f0738cd
Fix lint issues
5 years ago
yeyeto2788
446acd49e0
Fix naming of orange pi one.
5 years ago
yeyeto2788
bc6ee45689
Fix name of board id for Orange Pi One
5 years ago
yeyeto2788
bf73044c2f
Add Orange Pi boards (One, Lite, PC +)
5 years ago
Melissa LeBlanc-Williams
18c96826af
Merge pull request #52 from yeyeto2788/master
Initial addition for Pine64 devices
5 years ago
yeyeto2788
869b1519be
Add detection for Pine64
5 years ago
yeyeto2788
a867b45e08
Fix pylint issue regarding too many statements on the `chip.Chip._linux_id` method
5 years ago
yeyeto2788
87b7a2ed22
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
# Conflicts:
# adafruit_platformdetect/chip.py
5 years ago
yeyeto2788
ad3a44f6f7
Rename chip to `A64` as it is supposed to be instead of `PINE64`
5 years ago
Melissa LeBlanc-Williams
eab68f07dd
Merge pull request #40 from sommersoft/ubuntu-disco
RFC: Attempt To Recognize Raspberry Pi Running Non-Raspbian OS
5 years ago