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
Melissa LeBlanc-Williams
110a54c727
Merge pull request #65 from yeyeto2788/master
...
Pinephone detection on Alpine linux
2020-03-03 08:40:02 -08: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
yeyeto2788
7a06bc81ae
Add recognition of pinephone using alpine linux
2020-02-28 22:56:53 +01:00
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.
2020-02-18 12:49:14 -07:00
mruz
ee1ce0f5c6
Hardware to upper
2020-01-22 15:18:14 +01:00
yeyeto2788
98a65eb537
Refactor library in order to separate components.
2020-01-20 15:44:24 +01:00
yeyeto2788
869b1519be
Add detection for Pine64
2020-01-09 17:48:48 +01:00
yeyeto2788
a867b45e08
Fix pylint issue regarding too many statements on the chip.Chip._linux_id method
2020-01-08 08:18:36 +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
2ce29ed8b6
First attempt to add Pine64 board and devices
2020-01-07 12:16:25 +01:00
yeyeto2788
eed3b9f07c
Fix error of PR done by mistake
2020-01-07 11:43:40 +01:00
F59JBP0
9ae4f6ae29
Fix error for issue #50
2020-01-07 11:36:03 +01:00
sommersoft
d943f95646
re-add stuff after more merge conflict fixes
2020-01-03 17:52:01 -06:00
sommersoft
82487c066f
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect into ubuntu-disco-deconflict
2020-01-03 17:50:20 -06:00
Melissa LeBlanc-Williams
57e3c32b4d
Checking if cpu_model is not None
2020-01-03 12:14:54 -08:00
Melissa LeBlanc-Williams
7711eca97c
Added Onion Omega2 detection
2020-01-02 16:29:26 -08:00
yeyeto2788
8286f1172e
Change chip id for onion omega on detection.
2019-12-31 19:00:03 +01:00
yeyeto2788
a35117b822
Change detection of Onion Omega boards based on its 'cpu model'
2019-12-31 14:30:50 +01:00
sommersoft
e135ce4404
Merge branch 'ubuntu-disco' of https://github.com/sommersoft/Adafruit_Python_PlatformDetect into ubuntu-disco
2019-12-30 17:34:28 -06:00
sommersoft
633a4a92c9
re-add chip.py::BCM_RANGE after merge conflict
2019-12-30 17:32:25 -06:00
sommersoft
f54d7e7c09
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect into ubuntu-disco
2019-12-30 17:30:58 -06:00
yeyeto2788
7001c3b382
Addition of onion omega board running OpenWRT
2019-12-23 21:58:27 +01:00
Francis Guevarra
5f540e9ac7
Remove circular dependency with Blinka. Connection will be checked in blinka code already.
2019-12-02 18:53:10 -08:00
Francis Guevarra
ea802ab728
Fix Comparison expr is None check from pylint
2019-12-02 16:43:36 -08:00
Francis Guevarra
0a1c8ff2c7
Clean up and remove unused code
2019-12-02 15:52:54 -08:00
Francis Guevarra
6cde03a0da
Merge branch 'master' of https://github.com/binhollc/Adafruit_Python_PlatformDetect
2019-12-02 15:46:45 -08:00
Francis Guevarra
50840337b7
Use binho connection singleton
2019-12-02 15:42:32 -08:00
Francis Guevarra
9c684461c2
set _binho only if BLINKA_NOVA env variable exists
2019-12-02 15:25:24 -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
Francis Guevarra
86c99316dc
Use BLINKA_NOVA as env variable instead
2019-12-02 15:18:49 -08:00
Jonathan Georgino
0d67ae6fe4
Added support for Binho Nova Multi-Protocol USB Host Adapter
2019-12-02 15:15:41 -08:00
Francis Guevarra
d09621e521
Use binho connection singleton
2019-11-23 14:37:07 -08:00
caternuson
364069ac77
lint
2019-11-21 10:46:16 -08:00
caternuson
b79c2d5794
add MCP2221
2019-11-20 21:01:03 -08:00
Francis Guevarra
95e159f32d
set _binho only if BLINKA_NOVA env variable exists
2019-11-19 18:04:27 -08:00
Francis Guevarra
903fc7851d
change board id to NOVA and fix issue with autodetect being called multiple times after there's already a binho object
2019-11-17 22:27:20 -08:00
Francis Guevarra
2f3ffabd9f
Use BLINKA_NOVA as env variable instead
2019-11-16 21:04:49 -08:00
Francis G
e6925ab257
Have Binho use its own try block
2019-11-16 20:49:25 -08:00
Jonathan Georgino
9690546c18
Added support for Binho Nova Multi-Protocol USB Host Adapter
2019-11-16 14:03:25 -08:00
sommersoft
8c64f6fc31
fix late-night keyword mangle
2019-10-22 08:51:58 -05:00
sommersoft
e310984783
chip.py: accomodate either the str or list version of 'hardware' result
2019-10-21 22:55:54 -05:00
sommersoft
4edd8858ae
one last style edit
2019-10-20 14:29:23 -05:00
sommersoft
b0f75e8062
widen search for chip id; captures RPi with non-Raspbian OS
2019-10-19 23:33:15 -05:00
sommersoft
76ff837fb1
style edit: remove variation in use of double & single quotes
2019-10-19 23:31:54 -05:00
caternuson
a88a9158ff
lint
2019-09-17 18:31:40 -07:00
caternuson
65ab96440c
change to pyftdi lib
2019-09-17 18:22:38 -07:00