Commit graph

157 commits

Author SHA1 Message Date
twa127
4efebcfc01
Update board.py 2020-12-31 18:00:55 +00:00
Scott Main
1e83152b46 Add detection for Coral Dev Board Mini 2020-11-29 11:53:21 -08:00
Jordan ERNST
141ac825c9 SoPine (Pine64) detection 2020-11-17 10:29:29 +01:00
Melissa LeBlanc-Williams
ffbbf59487
Merge branch 'master' into master 2020-11-01 10:19:54 -07:00
twa127
74e1d05857
Update board.py 2020-10-31 20:50:28 +00:00
twa127
c08f180aa6
Update board.py 2020-10-30 17:12:31 +00:00
Stephen Warren
2516a166f4 Fix any_jetson_board after _JETSON_IDS type change
Fixes issue 103
Fixes: e3fede2f5c ("Convert _JETSON_IDS to a tuple")
2020-10-11 18:32:05 -06:00
Stephen Warren
e3fede2f5c Convert _JETSON_IDS to a tuple
This will allow us to control the order that each entry is checked,
whereas the current dictionary is unordered. This will be useful when
adding support for future very similar boards.
2020-10-05 15:46:34 -06:00
Melissa LeBlanc-Williams
ebcb4a0cb2 Implemented simple chip id and board id caching 2020-09-11 08:58:45 -07:00
Melissa LeBlanc-Williams
95a3fdd7ad Renamed STM32 to STM32F405 because it was too generic 2020-09-04 10:15:15 -07:00
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
Daniel Manla
111daa078b
Add PineH64 to board detection 2020-07-23 15:14:21 -04: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