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
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
crazyquark
883642d019
initial support for ODROID C1/C2
2018-12-22 10:37:43 +00:00
Brennen Bearnes
1df85f0d7e
Merge pull request #6 from adafruit/travis
...
Working .travis.yml, PyPI deploy creds
2018-12-21 15:32:11 -07:00
Brennen Bearnes
205604ed2b
first pass at switching up pi 1 revision detection
2018-12-21 13:31:47 -07:00
Brennen Bearnes
9be743c8a7
try again with pylint wildcard; add docstrings to some board properties
2018-12-21 13:00:08 -07:00
Brennen Bearnes
5a49af6b5c
s/any_linux/any_embedded_linux/
2018-12-20 16:38:03 -07:00
Brennen Bearnes
ea389eebb0
spacing fix
2018-12-20 16:14:44 -07:00
Brennen Bearnes
f34a779b75
board.{any_beaglebone,any_linux,any_orange_pi}
...
Also deletes any_raspberry_pi_2_or_3, renames some constants.
2018-12-20 15:55:53 -07:00
Brennen Bearnes
ffaf56ceb6
add 40-pin raspberry pi detection
2018-12-20 12:17:00 -07:00
Brennen Bearnes
59f2dc5fad
add a missing pi revision code: a02082 for 3B
2018-12-17 22:43:45 -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
0d7e823fd3
add beaglebone board id dictionary and id constants
2018-12-11 18:30:17 -07:00
Brennen Bearnes
3bbe4d07f1
tweak getattr docstring
2018-12-11 14:32:00 -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
672713699e
add ANY_RASPBERRY_PI_2_OR_3, SUN8I, NODEMCU constants
2018-12-09 22:14:26 -07:00
Brennen Bearnes
a4f2b22990
add feather huzzah, feather m0 express, pyboard to board names
2018-12-09 20:57:24 -07:00
ladyada
f9609d6bfa
get orangepipc detected
2018-12-09 13:49:55 -05:00
ladyada
ce4de73533
we should redo minnowboard, remove for now
2018-12-09 13:29:14 -05: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
Brennen Bearnes
27bd8190f8
add Chip and Board, move to @property access for boards
2018-12-04 15:10:42 -07:00