ladyada
fb561271bf
fix broken travis runs due to blinka not installing on the virtual linux
6 years ago
Limor "Ladyada" Fried
49ccd2a069
Merge pull request #14 from NVIDIA-AI-IOT-private/jetson
added jetson chip and board detect
6 years ago
Andy
3d682f26d9
fixup pylint
6 years ago
Limor "Ladyada" Fried
c5e00398e1
Merge pull request #16 from ladyada/master
fix raspi codes
6 years ago
ladyada
0c65caa37b
fix raspi codes
6 years ago
Limor "Ladyada" Fried
a541076e67
Merge pull request #15 from Weizilla/missing-rpi-zero-comma
Add missing comma in Raspberry PI Zero rev code list
6 years ago
Wei Yang
3323551a96
Add missing comma in Raspberry PI Zero rev code list
6 years ago
John Welsh
fcebb19bf2
added jetson chip and board detect
6 years ago
Limor "Ladyada" Fried
10f588d0f9
Merge pull request #13 from Groboards/master
Add support for Giant Board and other SAMA5 based boards
6 years ago
Christopher Alessandro
5a79a9523c
Fix long line
6 years ago
Christopher Alessandro
b44b78868f
Fix formating
6 years ago
Christopher Alessandro
0b4ab326c2
Added docstring
6 years ago
Christopher Alessandro
536d3da897
Fix formating and indentation errors
6 years ago
Christopher Alessandro
ce37e43e03
Add Giant Board to any_embedded_linux
6 years ago
Christopher Alessandro
213e2c376b
Fix Spacing/formating
6 years ago
Christopher Alessandro
603a60529d
Fix spacing/formating
6 years ago
Christopher Alessandro
5a298fbc78
Fix indent
6 years ago
Christopher Alessandro
d209a3a544
Add support to detect SAMA5 chips and the Giant Board
6 years ago
Limor "Ladyada" Fried
ea528db48c
Merge pull request #12 from ladyada/master
add warranty bit in spot 25
6 years ago
ladyada
c0dc24bbea
one more
6 years ago
ladyada
99253e85f4
add warranty bit in spot 25
6 years ago
Brennen Bearnes
dcdd646251
indentation fixes; correct linux_id return value
6 years ago
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.
6 years ago
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.
6 years ago
Limor "Ladyada" Fried
bc4cedef21
Merge pull request #9 from adafruit/pi_overvolt_codes
pi revision codes: add overvolt / overclock indicator codes to list
6 years ago
Brennen Bearnes
c14d7d6d44
pi revision codes: add overvolt / overclock indicator codes to list
See https://github.com/adafruit/Adafruit_Blinka/issues/66 for rationale.
6 years ago
Brennen Bearnes
9830db0977
Merge pull request #8 from ladyada/master
Fix one missing Pi chip ID, add FT232H detect and overriding chip/board with envvar
6 years ago
ladyada
09a1fcc6bd
change requests!
6 years ago
ladyada
41bf478b32
fix for https://github.com/adafruit/Adafruit_Blinka/issues/66#issuecomment-449881482
6 years ago
ladyada
b205e66c65
allow overriding of the platform detect
6 years ago
ladyada
3f3ae47a7d
fix lint
6 years ago
ladyada
00a3d61df4
light lint
6 years ago
ladyada
8b500cabdb
detect FT232H thru a combo of environment var & ftdi1 test
6 years ago
Limor "Ladyada" Fried
0f122a7d0c
Merge pull request #7 from crazyquark/master
Proposal for ODROID C1/C2 support
6 years ago
crazyquark
883642d019
initial support for ODROID C1/C2
6 years ago
Brennen Bearnes
d7cfe7f992
add some additional details to README.rst
6 years ago
Brennen Bearnes
1df85f0d7e
Merge pull request #6 from adafruit/travis
Working .travis.yml, PyPI deploy creds
6 years ago
Brennen Bearnes
f472e150b8
disable sphinx for the moment
6 years ago
Brennen Bearnes
7cb2477701
add docs/conf.py
6 years ago
Brennen Bearnes
dde79b9a3b
Merge pull request #5 from adafruit/pi_1_revision_detect
WIP: first pass at switching up pi 1 revision detection
6 years ago
Brennen Bearnes
205604ed2b
first pass at switching up pi 1 revision detection
6 years ago
Brennen Bearnes
9be743c8a7
try again with pylint wildcard; add docstrings to some board properties
6 years ago
Brennen Bearnes
65e02b565e
travis: correct source path
6 years ago
Brennen Bearnes
1fab768146
add .travis.yml
6 years ago
Sahaj Sarup
8339fbfb1e
add 96Boards DragonBoard410c
- We use /proc/device-tree/compatible and /proc/device-tree/model
to detect chip and board
- created get_dt_compatible_field to read said file and compare string
- added dragonboard410c as an example
Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
6 years ago
Brennen Bearnes
732bef2abf
missing a _
6 years ago
Limor "Ladyada" Fried
ed3a4ffa75
Merge pull request #4 from adafruit/linux_detect
add board.any_linux
6 years ago
Brennen Bearnes
5a49af6b5c
s/any_linux/any_embedded_linux/
6 years ago
Brennen Bearnes
bb8e6982cf
Merge pull request #3 from adafruit/40pin
add 40-pin raspberry pi detection
6 years ago
Brennen Bearnes
3ccd25d886
add any_linux property check to bin/detect.py
6 years ago