cesar
e493b6afe0
Fix: Added requested support for allwinner variants
3 years ago
cesar
65d9901e59
Feat: Adding H3 NanoPi Neo
3 years ago
CamDavidsonPilon
6f944e2b12
typo
3 years ago
CamDavidsonPilon
1b733c0c3b
First note that in the old code, the entire list is evaluated before the any() is called. Changing this code solves two issues. 1) if there is an error in one of these conditions, then the entire function won't error out immediately but may hit a True condition and exit early. 2) Most of these conditions are inexpensive lookups, but some, like 'any_raspberry_pi' perform lots of logic including an IO lookup
3 years ago
Melissa LeBlanc-Williams
f81d412e88
Merge pull request #199 from Avnet/MaaXBoard
Added full model name for MaaXBoards to fix conflict with other i.MX8M devices
3 years ago
zebular13
3274256bc8
MaaXBoards are now detected as generic linux boards
3 years ago
zebular13
3ce8bb163e
Added full model name for MaaXBoards to fix conflict with other i.MX8M devices
3 years ago
Melissa LeBlanc-Williams
8784c46fa9
Fix parameter name for v2
3 years ago
Melissa LeBlanc-Williams
113d19d444
Merge pull request #198 from makermelissa/main
Pin docutils to older version to fix docs from failing
3 years ago
Melissa LeBlanc-Williams
bb71e65381
Pin docutils to older version
3 years ago
Melissa LeBlanc-Williams
75f6980622
Merge pull request #197 from coloradocarlos/main
Add OSD32MP1 RED board constants
3 years ago
Carlos Perez
422fb76d25
Merge pull request #1 from coloradocarlos/osd32mp1-red-support
Add support for the Octavo OSD32MP1 RED board
3 years ago
Carlos Perez
6af8d90ac2
Merge branch 'main' into osd32mp1-red-support
3 years ago
Melissa LeBlanc-Williams
b4670e78d9
Merge pull request #196 from aageso/Add-RPi400-rev1.1
Update boards.py
3 years ago
aageso
89cd134b3f
Update boards.py
Missing space
3 years ago
aageso
66bfaaa7bd
Update boards.py
Added revision c03131 to RASPBERRY_PI_400 line 447
3 years ago
Melissa LeBlanc-Williams
c857daec4b
Merge pull request #193 from makermelissa/main
Add Pi Zero 2 W Rev Code
3 years ago
Melissa LeBlanc-Williams
6c671748d8
Merge branch 'main' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
3 years ago
Melissa LeBlanc-Williams
e3d05ed4d0
Merge pull request #192 from Avnet/MaaXBoard
MaaXBoard and MaaXBoard Mini are both detected
3 years ago
Melissa LeBlanc-Williams
f24bf9d23d
Add Pi Zero 2 W Rev Code
3 years ago
Carlos Perez
878a32dc81
Merge branch 'main' into osd32mp1-red-support
3 years ago
zebular13
3b13324ba0
MaaXBoard and MaaXBoard Mini are both detected
3 years ago
Melissa LeBlanc-Williams
65d5035ab5
Merge pull request #189 from MoseMueller/MoseMueller-patch-1
Add Banana Pi M2 Zero to any embedded linux detection
3 years ago
Mose Mueller
cc2eee8b0e
Formatting board.py with black
3 years ago
MoseMueller
58bb49c07f
Update board.py
Adding support for bananaPi M(P)2 Zero detection. When trying to initialise I2C for the BPI, busio.py from adafruit_blinka was always trying to import `adafruit_blinka.microcontroller.generic_micropython.i2c` which imported `machine` (not found by python). As the file `constants/boards.py` contained the BPI board I figured it should also be included in this file as "any embedded linux". This works for my BananaPi P2 Zero.
3 years ago
Carlos Perez
5da5a4dfad
Add support for the Octavo OSD32MP1 RED board
3 years ago
Carter Nelson
4769224053
Merge pull request #185 from jfurcean/add_macropad_rp2040
Add MacroPad RP2040 u2if Detection
3 years ago
John Furcean
881dddc7be
fix comment
3 years ago
John Furcean
2c46b7d4e7
update macropad PID
3 years ago
John Furcean
0e665c9d0a
Merge branch 'main' of https://github.com/adafruit/Adafruit_Python_PlatformDetect into add_macropad_rp2040
3 years ago
Carter Nelson
9a750439e6
Merge pull request #186 from jfurcean/pin_pylint
Pin PyLint
3 years ago
John Furcean
356646dc40
fix name label
3 years ago
John Furcean
abdd8062bf
pin pylint
3 years ago
John Furcean
8ad9381f8f
Pin PyLint
3 years ago
John Furcean
30144d6da3
add MacroPad RP2040
3 years ago
Limor "Ladyada" Fried
00db106377
Merge pull request #184 from makermelissa/main
Added 40 pin raspberry pi to any embedded linux
3 years ago
Melissa LeBlanc-Williams
08802f46ea
Added 40 pin raspberry pi to any embedded linux
3 years ago
Melissa LeBlanc-Williams
0f41f6cbac
Merge pull request #183 from makermelissa/main
Added BeagleV StarLight to BEAGLEBONE_BOARD_IDS
3 years ago
Melissa LeBlanc-Williams
4a698ac70c
Added Beaglebone StarFive to BEAGLEBONE_BOARD_IDS
3 years ago
Melissa LeBlanc-Williams
84f0f9812c
Merge pull request #182 from makermelissa/main
Fixed BeagleBoard Star V detection on latest build
3 years ago
Melissa LeBlanc-Williams
4d5157d9c4
Linted
3 years ago
Melissa LeBlanc-Williams
3c74e9cf1d
Merge branch 'main' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
3 years ago
Melissa LeBlanc-Williams
553b3cd13a
Merge pull request #175 from lesamouraipourpre/u2if
Move the U2IF constant definitions to a single file so they are not duplicated
3 years ago
Melissa LeBlanc-Williams
70d318a41a
Fixed BeagleBoard Star V detection on latest build
3 years ago
James Carr
3cb6bdcaa0
Merge remote-tracking branch 'upstream/main' into u2if
3 years ago
Melissa LeBlanc-Williams
1c3f435d24
Merge pull request #180 from makermelissa/main
Move Generic X86 to bottom
3 years ago
Melissa LeBlanc-Williams
7aa9e4afe4
Move Generic X86 to bottom
3 years ago
Melissa LeBlanc-Williams
abfa20b4c0
Merge pull request #179 from twa127/master
Re-order checks for Allwinner H616 and H6
3 years ago
twa127
1e5c42bfdd
Update chip.py
3 years ago
James Carr
f90fba8663
Merge branch 'u2if' of github.com:lesamouraipourpre/Adafruit_Python_PlatformDetect into u2if
3 years ago