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
James Carr
9a0657bcfc
For U2IF have a single value of RP2040_U2IF in chips and a value for each board in boards.
Note: This will need a matching update to Adafruit_Blinka if this is merged.
3 years ago
James Carr
9fcb7a492b
Update .pylintrc
3 years ago
Melissa LeBlanc-Williams
74533c35b0
Merge pull request #177 from anhmiuhv/jaxi2
Add support for Jetson Xavier Industrial
3 years ago
linhhoang
f19f4eaff4
Add support for Jetson Xavier Industrial
3 years ago
James Carr
afc9e56d83
Reformat with black
3 years ago
James Carr
ff9d00d1d0
Moves the U2IF constant definitions to a single file so they are not repeated. ( Closes #174 )
This gets "pylint $( find . -path './adafruit*.py' )" to 10/10.
This will also enable pre-commit to succeed when it is installed.
3 years ago
Melissa LeBlanc-Williams
9f5262fe31
Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect
3 years ago
Melissa LeBlanc-Williams
a9f28682f8
Merge pull request #171 from timonsku/patch-2
Add rervision code for 8 GB CM4 Lite with WiFi
3 years ago
Melissa LeBlanc-Williams
c35ca621a2
Add missing CM4 Revision
3 years ago
Melissa LeBlanc-Williams
afda67b544
Merge pull request #172 from fede2cr/master
Sticking to naming convention, testing on real hw!
3 years ago
Alvaro Figueroa
6cac3e648d
Sticking to naming convention, testing on real hw!
3 years ago
Timon
bc561c5c4d
formatting fix
3 years ago
Timon
bd054034ba
Add rervision code for 8 GB CM4 Lite with WiFi
3 years ago
Carter Nelson
7a79652b92
Merge pull request #170 from caternuson/more_u2ifs
Adding more u2if firmware boards
3 years ago