Commit graph

73 commits

Author SHA1 Message Date
paulcrawford
b3192b9789
Update board.py 2019-08-04 16:40:20 -04:00
paulcrawford
b98da99c3b
Update board.py 2019-08-04 13:39:13 -04:00
paulcrawford
990fe060da
Update board.py 2019-08-04 13:17:12 -04:00
paulcrawford
d2bd76fc71
Update board.py 2019-08-04 13:11:53 -04:00
paulcrawford
72c4a9b0ea
Update board.py 2019-08-03 11:25:41 -04:00
paulcrawford
ff3de325e9
Update board.py 2019-08-02 17:44:13 -04:00
paulcrawford
0109f0acd9
Update board.py 2019-08-02 17:28:34 -04:00
Melissa LeBlanc-Williams
38e039093a Added missing CM3 Rev code 2019-07-19 14:11:16 -07:00
Melissa LeBlanc-Williams
8a93e0c672 linting 2019-07-18 15:05:38 -07:00
Melissa LeBlanc-Williams
f891313e7d Added Raspberry Pi CM3+ and Compute Module detection 2019-07-18 14:59:31 -07:00
Alvaro Figueroa
b2385d9af2 Tabs->Space 2019-07-09 19:53:55 -06:00
Alvaro Figueroa
341297b86e Renaming board to SIFIVE_UNLEASHED, returning None 2019-07-09 19:51:14 -06:00
Alvaro Figueroa
fb80820bb2 Initial support for Sifive's HiFive Unleashed 2019-07-09 19:18:12 -06:00
Melissa LeBlanc-Williams
67f11382af Added RasPi 4 1GB and 2GB models 2019-06-27 12:00:30 -07:00
ladyada
87e659aef5 add raspi 4b 2019-06-24 19:43:41 -04:00
Melissa LeBlanc-Williams
0a4e180ca4 Added 96boards under any_embedded_linux property 2019-06-20 12:08:54 -07:00
Melissa LeBlanc-Williams
47aa164ec8 Linting 2019-06-20 10:13:24 -07:00
Melissa LeBlanc-Williams
15a7d4b99b Updated 96 Boards detection to be more specific 2019-06-20 10:10:06 -07:00
Melissa LeBlanc-Williams
e3cacfb917 Linted for Travis 2019-06-14 14:39:21 -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
Martin Volek
ffe2b2875c Add OrangePI R1 detetion 2019-05-19 21:06:13 +02:00
Martin Volek
4caf8bb893 Add OrangePI R1 detetion 2019-05-19 20:45:33 +02:00
Martin Volek
2054c4cca9 Add OrangePI R1 detetion 2019-05-17 07:17:32 +02:00
Martin Volek
e77bf9dd99 Add OrangePI R1 detetion 2019-05-16 23:58:43 +02:00
ladyada
61816acdde forgot to add it as an embedded linux board type 2019-05-12 01:09:29 -04:00
ladyada
4f0e22eead add coral edge tpu dev board code name "Phanbell" 2019-05-11 22:57:02 -04:00
Andy
1c326b1bd0 added jetson nano 2019-03-25 14:58:00 -07:00
Andy
6e7f17a059 Updated hardware naming 2019-03-13 11:43:12 -07:00
Limor "Ladyada" Fried
49ccd2a069
Merge pull request #14 from NVIDIA-AI-IOT-private/jetson
added jetson chip and board detect
2019-03-11 16:39:40 -04:00
Andy
3d682f26d9 fixup pylint 2019-03-11 13:29:30 -07:00
ladyada
0c65caa37b fix raspi codes 2019-03-09 12:56:36 -05:00
Wei Yang
3323551a96 Add missing comma in Raspberry PI Zero rev code list 2019-03-08 20:25:17 -06:00
John Welsh
fcebb19bf2 added jetson chip and board detect 2019-03-08 11:27:33 -08:00
Christopher Alessandro
5a79a9523c Fix long line 2019-01-07 11:32:31 -07:00
Christopher Alessandro
b44b78868f Fix formating 2019-01-07 11:25:41 -07:00
Christopher Alessandro
0b4ab326c2 Added docstring 2019-01-07 11:23:15 -07:00
Christopher Alessandro
536d3da897 Fix formating and indentation errors 2019-01-07 11:18:07 -07:00
Christopher Alessandro
ce37e43e03 Add Giant Board to any_embedded_linux 2019-01-07 10:20:17 -07:00
Christopher Alessandro
213e2c376b Fix Spacing/formating 2019-01-07 10:07:10 -07:00
Christopher Alessandro
603a60529d Fix spacing/formating 2019-01-07 10:03:40 -07:00
Christopher Alessandro
d209a3a544 Add support to detect SAMA5 chips and the Giant Board 2019-01-07 09:42:54 -07:00
ladyada
c0dc24bbea one more 2018-12-30 15:51:44 -05:00
ladyada
99253e85f4 add warranty bit in spot 25 2018-12-30 14:41:24 -05:00
Brennen Bearnes
dcdd646251 indentation fixes; correct linux_id return value 2018-12-28 18:42:34 -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
9c861c637f Merge branch 'db410c' of https://github.com/ric96/Adafruit_Python_PlatformDetect into ric96-db410c
Additional fixes a syntax error and (I'm pretty sure) a logic bug.
2018-12-28 17:28:53 -07:00
Brennen Bearnes
c14d7d6d44 pi revision codes: add overvolt / overclock indicator codes to list
See https://github.com/adafruit/Adafruit_Blinka/issues/66 for rationale.
2018-12-28 14:09:17 -07:00
ladyada
b205e66c65 allow overriding of the platform detect 2018-12-25 17:17:48 -05:00
ladyada
8b500cabdb detect FT232H thru a combo of environment var & ftdi1 test 2018-12-25 03:33:27 -05:00