Commit graph

103 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
Hyeonki Hong
f5bfd071fe ODROID-XU4: add support for Hardkernel Odroid XU4 2020-05-21 16:31:03 +09:00
=Dale Weber
8285f64c2a The chip (Ryzen V1605B) and board *UDOO_BOLT) are now correctly detected by PlatformDetect. 2020-05-17 02:47:46 -07:00
=Dale Weber
ca21ef9e02 Fixed the way I am calling get_board_asset_tag() 2020-05-16 11:47:45 -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
133364413e Black formatted 2020-05-08 14:57:19 -07:00
Melissa LeBlanc-Williams
dae542af67 Huge GreatFET detection speedup 2020-05-08 14:52:12 -07:00
Melissa LeBlanc-Williams
22d2dfe0c8 Black linted 2020-05-06 12:49:47 -07:00
Melissa LeBlanc-Williams
b26276d542 Added GreatFET One Detection 2020-05-06 12:44:38 -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
ea2c69b36b Get black and pylint to stop fighting 2020-04-20 15:08:16 -07:00
Melissa LeBlanc-Williams
4deb3083b8 Black reformatted 2020-04-20 15:03:52 -07:00
Melissa LeBlanc-Williams
df66981de3 Black formatted, Pylinted, and Github Actionified 2020-04-20 14:52:25 -07:00
Hyeonki Hong
db19a142d7 ODROID-C4: modify detection through 'compatible' 2020-04-20 13:39:09 +09: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
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