Alec Delaney
a64b29fab0
Add module docstring for bin.detect.py
2021-12-15 14:04:47 -05:00
Alec Delaney
53fa9a129e
Add licenses to files
2021-12-15 14:04:25 -05:00
Vijay Pothukuchi
6424d4d04e
Added Texas Instruments TDA4VM SK board to the suported boards list.
2021-12-13 20:42:07 -06:00
zebular13
3b13324ba0
MaaXBoard and MaaXBoard Mini are both detected
2021-10-26 17:11:13 -07:00
John Furcean
30144d6da3
add MacroPad RP2040
2021-10-06 15:02:47 -04:00
caternuson
f6e1cf5ff7
add qt2040 trinkey
2021-05-19 13:07:12 -07:00
caternuson
07dca5bafa
initial working
2021-05-14 10:50:40 -07:00
caternuson
1ea89bdac7
add pico u2if
2021-04-19 17:53:27 -07:00
Franklin Harding
8a40e3d092
Merge remote-tracking branch 'upstream/master'
2021-03-28 18:04:47 -07:00
Melissa LeBlanc-Williams
febd68b395
Add NanoPi NEO Air and NanoPi Duo2 support
2021-01-20 12:32:34 -08:00
Melissa LeBlanc-Williams
ea97500ec4
Update detect to work on multiple Beaglebone boards
2021-01-18 11:25:00 -08:00
flyleaf91
e277535f63
Add support for LubanCat i.MX6ULL and STM32MP157
2021-01-13 11:34:24 +00:00
Scott Main
1e83152b46
Add detection for Coral Dev Board Mini
2020-11-29 11:53:21 -08:00
Melissa LeBlanc-Williams
ec95b17d19
Added STM32MP1 detection
2020-09-03 11:01:06 -07:00
Franklin Harding
34d046ad1a
Add support for detecting FT2232H
2020-06-17 09:14:02 -07: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
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