Commit graph

38 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
d3cc2a29e0 Fixed code formatting by running black on detect.py, try #4. Oh, my! 2020-05-19 05:56:57 -07:00
Dale Weber
0de104ca7a Fixed code formatting, try #3. Oh, my! 2020-05-19 05:51:22 -07:00
Dale Weber
a5eb09d0ec Fixed code formatting, try #2 2020-05-19 05:46:38 -07:00
Dale Weber
d0d36d1683 Fixed code formatting 2020-05-19 05:41: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
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
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
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
Drew Fustini
a6a280af06 add test to detect BeagleBone Green #57 2020-01-22 15:22:37 +00:00
yeyeto2788
57c0ef62f5 Add detection of the Pine64 in the detect.py 2020-01-07 12:18:45 +01:00
yeyeto2788
7001c3b382 Addition of onion omega board running OpenWRT 2019-12-23 21:58:27 +01:00
caternuson
e000760424 update detect script 2019-11-21 11:37:06 -08:00
Melissa LeBlanc-Williams
f891313e7d Added Raspberry Pi CM3+ and Compute Module detection 2019-07-18 14:59:31 -07:00
Alvaro Figueroa
dad84002c1 Adding test case for SiFive Unleashed 2019-07-09 20:12:06 -06:00
ladyada
87e659aef5 add raspi 4b 2019-06-24 19:43:41 -04:00
Melissa LeBlanc-Williams
15a7d4b99b Updated 96 Boards detection to be more specific 2019-06-20 10:10:06 -07:00
Melissa LeBlanc-Williams
56bcd0374d Updated with newer boards 2019-06-13 16:01:30 -07:00
Melissa LeBlanc-Williams
0d5dd9eb49 Improved Odroid C2 Detection 2019-06-05 09:32:15 -07:00
ladyada
4f0e22eead add coral edge tpu dev board code name "Phanbell" 2019-05-11 22:57:02 -04:00
John Welsh
fcebb19bf2 added jetson chip and board detect 2019-03-08 11:27:33 -08:00
Christopher Alessandro
d209a3a544 Add support to detect SAMA5 chips and the Giant Board 2019-01-07 09:42:54 -07:00
Brennen Bearnes
f4712430e2 refactor 96boards detection
- Brings naming in line with existing conventions
  - Replaces `_is_96Boards()` with an `any_96boards` property
  - Renames `get_dt_compatible_field()` to `check_dt_compatible_value()`
    to distinguish between returning a field's string value and a boolean
    check on whether a value is present.
  - Adds a 96Boards check to `bin/detect.py`.

This might still need some changes, and definitely needs tested on actual
96Boards hardware.
2018-12-28 18:29:44 -07:00
Brennen Bearnes
732bef2abf missing a _ 2018-12-20 16:45:09 -07:00
Limor "Ladyada" Fried
ed3a4ffa75
Merge pull request #4 from adafruit/linux_detect
add board.any_linux
2018-12-20 15:40:02 -08:00
Brennen Bearnes
5a49af6b5c s/any_linux/any_embedded_linux/ 2018-12-20 16:38:03 -07:00
Brennen Bearnes
3ccd25d886 add any_linux property check to bin/detect.py 2018-12-20 16:23:49 -07:00
Brennen Bearnes
5df844bc97 call correct 40pin property in detect.py 2018-12-20 12:29:06 -07:00
Brennen Bearnes
ffaf56ceb6 add 40-pin raspberry pi detection 2018-12-20 12:17:00 -07:00
Brennen Bearnes
534776a825 add tweaks for pylint; detect (some) generic linux systems; rename class
Main wrapper class is now `Detector`, which is more noun-y than verb-y.

Added GENERIC_X86 and GENERIC_LINUX_PC to chip and board, respectively.

Made pylint happier.
2018-12-13 14:12:14 -07:00
Brennen Bearnes
7d2e0c830a fix a couple of bugs in beaglebone detection; tested for BBB
...unfortunately, requires root as-written, which probably makes
this a lot less useful.
2018-12-12 14:10:49 -07:00
Brennen Bearnes
aca915f8c5 beaglebone board id detection from eeprom (maybe) 2018-12-12 12:15:53 -07:00
Brennen Bearnes
0c491f95a2 refactor board detection to dependent on chip; simplify getattr checking
Per feedback here and elsewhere:

https://forum.armbian.com/topic/8981-adafruit-circuitpython/?tab=comments#comment-67633

There's still plenty to be done here, but this is cleaner than it was.

Also makes some names more consistent, and uses uppercase string values for id
constants.
2018-12-11 14:25:36 -07:00
Brennen Bearnes
5409e9e722 beaglebone & armbian detection 2018-12-05 15:31:30 -07:00
Brennen Bearnes
686bc57a28 working pi detection, stub out Chip a bit further 2018-12-04 17:20:17 -07:00