Limor "Ladyada" Fried
|
b6752eb1bb
|
Merge pull request #216 from stefan-hinterhoelzl/main
added new RPi Rev Code
|
3 years ago |
stefan-hinterhoelzl
|
9004a9687d
|
added new RPi Rev Code
|
3 years ago |
Melissa LeBlanc-Williams
|
aade92b4d2
|
Merge pull request #215 from joedellerfc/new_pi4b_rev
New Pi4B board rev added
|
3 years ago |
Joe Deller
|
17a2183982
|
New Pi4B board rev added
|
3 years ago |
Limor "Ladyada" Fried
|
2fc4417d0e
|
Merge pull request #213 from caternuson/new_pi_rev
Add PI4 rev code c03115
|
3 years ago |
caternuson
|
5bfdf96cb9
|
add pi rev code c03115
|
3 years ago |
Melissa LeBlanc-Williams
|
64e63fe3af
|
Merge pull request #212 from cyx2/main
Added Raspberry Pi 4 Model B Rev 1.5 rev code b03115
|
3 years ago |
Charlie Xu
|
0aa7034a58
|
Added Raspberry Pi 4 Model B Rev 1.5 rev code b03115
|
3 years ago |
Melissa LeBlanc-Williams
|
73305d795a
|
Merge pull request #210 from llindeen/main
adding revision 2902120 for model Raspberry Pi Zero 2 W Rev 1.0
|
3 years ago |
llindeen
|
1b0a09d244
|
Update boards.py
adding for board revision 2902120
|
3 years ago |
llindeen
|
d2f1bf7c1d
|
Update boards.py
Adding in 2902120 Revision for board below
Hardware : BCM2835
Revision : 2902120
Serial : 000000007ff6f08d
Model : Raspberry Pi Zero 2 W Rev 1.0
|
3 years ago |
Melissa LeBlanc-Williams
|
6322f6d666
|
Merge pull request #208 from makermelissa/main
Fix docs to match Python 3.6 requirement
|
3 years ago |
Melissa LeBlanc-Williams
|
686724f357
|
Fix docs to match Python 3.6 requirement
|
3 years ago |
Melissa LeBlanc-Williams
|
49a4797a68
|
Merge pull request #207 from twa127/master
Add Support for Orange Pi 3
|
3 years ago |
twa127
|
421e4ca54a
|
Update board.py
|
3 years ago |
twa127
|
9b871b6a82
|
Update boards.py
|
3 years ago |
Melissa LeBlanc-Williams
|
17391c45c9
|
Merge pull request #206 from tekktrik/doc/add-pre-commit
Add pre-commit and required library infrastructure
|
3 years ago |
Alec Delaney
|
571ed01847
|
Correct license, remove docutils in favor of sphinx
|
3 years ago |
Alec Delaney
|
a64b29fab0
|
Add module docstring for bin.detect.py
|
3 years ago |
Alec Delaney
|
53fa9a129e
|
Add licenses to files
|
3 years ago |
Alec Delaney
|
6e416d8d2a
|
Swap header written license for SPDX
|
3 years ago |
Alec Delaney
|
06350dea3c
|
Swap header written license for SPDX
|
3 years ago |
Alec Delaney
|
acaf039566
|
Add encoding parameter to open() per pylint recommendation
|
3 years ago |
Alec Delaney
|
0b8b169595
|
Swap header written license for SPDX
|
3 years ago |
Alec Delaney
|
be489f49d3
|
Add encoding to open() functions per pylint recommendations
|
3 years ago |
Alec Delaney
|
9ced3859c2
|
Add license to .pylintrc
|
3 years ago |
Alec Delaney
|
977c305cfc
|
Add license to .gitignore
|
3 years ago |
Alec Delaney
|
82e7fe4eb7
|
Add license to release.yml
|
3 years ago |
Alec Delaney
|
1004f7239a
|
Add license to build.yml
|
3 years ago |
Alec Delaney
|
269d5dc83b
|
Update build.yml
|
3 years ago |
Alec Delaney
|
746aaa509f
|
Add pre-commit config file
|
3 years ago |
Alec Delaney
|
306d91bb88
|
Add licenses to repo
|
3 years ago |
Melissa LeBlanc-Williams
|
7accd4e605
|
Merge branch 'main' into main
|
3 years ago |
Melissa LeBlanc-Williams
|
f2c92c6eb4
|
Merge pull request #204 from vpothukuchi/vp_tisk_addition
Added Texas Instruments TDA4VM SK board to the suported boards list.
|
3 years ago |
Vijay Pothukuchi
|
6424d4d04e
|
Added Texas Instruments TDA4VM SK board to the suported boards list.
|
3 years ago |
Melissa LeBlanc-Williams
|
256c768512
|
Merge pull request #202 from CesarChavezRico/main
Feat: Adding H3 NanoPi Neo
|
3 years ago |
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 |