Commit graph

220 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
b84f85883e linting 2022-03-28 16:01:29 -07:00
Melissa LeBlanc-Williams
02c4fb0d7c Fix typing errors for MicroPython 2022-03-28 15:53:03 -07:00
BytEvil
0a9d0f7647 Add Khadas VIM3 board detection. 2022-03-16 15:53:48 +04:00
Melissa LeBlanc-Williams
39f7cfed00 Update Required Python to 3.7 2022-03-07 08:18:44 -08:00
Melissa LeBlanc-Williams
a5178c37c0 Fixed Beaglebone Black detection for Kernel 5.10 or higher 2022-03-01 12:09:22 -08:00
Melissa LeBlanc-Williams
8b96843830 Added Type Annotations 2022-02-21 11:54:33 -08:00
Melissa LeBlanc-Williams
686724f357 Fix docs to match Python 3.6 requirement 2022-01-04 08:25:21 -08:00
twa127
421e4ca54a
Update board.py 2022-01-04 13:14:27 +00:00
Alec Delaney
06350dea3c Swap header written license for SPDX 2021-12-15 14:03:01 -05:00
Alec Delaney
acaf039566 Add encoding parameter to open() per pylint recommendation 2021-12-15 14:02:50 -05:00
Vijay Pothukuchi
6424d4d04e Added Texas Instruments TDA4VM SK board to the suported boards list. 2021-12-13 20:42:07 -06:00
cesar
e493b6afe0 Fix: Added requested support for allwinner variants 2021-12-13 14:00:11 -07:00
cesar
65d9901e59 Feat: Adding H3 NanoPi Neo 2021-12-11 02:58:59 -07:00
zebular13
3274256bc8 MaaXBoards are now detected as generic linux boards 2021-11-03 14:49:39 -07:00
zebular13
3ce8bb163e Added full model name for MaaXBoards to fix conflict with other i.MX8M devices 2021-11-03 13:15:41 -07:00
Carlos Perez
6af8d90ac2 Merge branch 'main' into osd32mp1-red-support 2021-10-29 07:26:34 -06:00
Carlos Perez
878a32dc81 Merge branch 'main' into osd32mp1-red-support 2021-10-28 09:38:37 -06:00
zebular13
3b13324ba0 MaaXBoard and MaaXBoard Mini are both detected 2021-10-26 17:11:13 -07:00
Mose Mueller
cc2eee8b0e Formatting board.py with black 2021-10-21 09:32:44 +02:00
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.
2021-10-18 09:42:05 +02:00
Carlos Perez
5da5a4dfad Add support for the Octavo OSD32MP1 RED board 2021-10-15 08:22:22 -06:00
John Furcean
2c46b7d4e7 update macropad PID 2021-10-06 19:17:52 -04:00
John Furcean
30144d6da3 add MacroPad RP2040 2021-10-06 15:02:47 -04:00
Melissa LeBlanc-Williams
08802f46ea Added 40 pin raspberry pi to any embedded linux 2021-07-16 16:29:26 -07:00
Melissa LeBlanc-Williams
4d5157d9c4 Linted 2021-07-15 11:58:49 -07:00
Melissa LeBlanc-Williams
3c74e9cf1d Merge branch 'main' of https://github.com/adafruit/Adafruit_Python_PlatformDetect 2021-07-15 11:54:07 -07:00
Melissa LeBlanc-Williams
70d318a41a Fixed BeagleBoard Star V detection on latest build 2021-07-15 11:39:51 -07:00
James Carr
3cb6bdcaa0 Merge remote-tracking branch 'upstream/main' into u2if 2021-06-29 17:05:07 +01:00
Melissa LeBlanc-Williams
7aa9e4afe4 Move Generic X86 to bottom 2021-06-28 09:31:52 -07:00
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.
2021-06-21 09:39:50 +01:00
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.
2021-06-15 09:22:12 +01:00
Alvaro Figueroa
6cac3e648d Sticking to naming convention, testing on real hw! 2021-05-23 13:55:37 -06:00
caternuson
f956bf3c69 typo fix 2021-05-19 13:38:39 -07:00
caternuson
f6e1cf5ff7 add qt2040 trinkey 2021-05-19 13:07:12 -07:00
caternuson
07dca5bafa initial working 2021-05-14 10:50:40 -07:00
twa127
6cb13015ad
Update board.py 2021-05-10 20:55:36 +01:00
twa127
cbf7ae7363
Add files via upload 2021-05-10 20:21:36 +01:00
twa127
aec4ec9aa8
Add files via upload 2021-05-10 15:53:54 +01:00
twa127
ba98c76652
Update board.py 2021-05-05 20:07:31 +01:00
Alvaro Figueroa
e334f666c3 Swapped boards. Beagle is VIC, Allwinner y D1 2021-04-26 13:56:14 -06:00
Alvaro Figueroa
994e122e43 Fixing dup VIC-U7 elifs 2021-04-26 13:53:51 -06:00
Alvaro Figueroa
cf626beec4 Adding support for the BeagleV Starfive, chip VIC-U7 2021-04-25 22:36:23 -06:00
Alvaro Figueroa
dd3057d640 Adding support for the BeagleV Starfive, chip VIC-U7 2021-04-25 22:34:40 -06:00
Alvaro Figueroa
be125097ef Fixing beagle id 2021-04-25 22:28:35 -06:00
Alvaro Figueroa
d720af9cc6 Adding support for the BeagleV Starfive, chip VIC-U7 2021-04-25 22:22:37 -06:00
Alvaro Figueroa
c9255ede34 assignment error 2021-04-22 09:18:39 -06:00
Alvaro Figueroa
dde8a230dc Adding support for Allwiner D1 with XuanTie C906 2021-04-22 09:03:54 -06:00
caternuson
1ea89bdac7 add pico u2if 2021-04-19 17:53:27 -07:00
Franklin Harding
8a40e3d092 Merge remote-tracking branch 'upstream/master' 2021-03-28 18:04:47 -07:00
Melissa LeBlanc-Williams
013d2e27d4
Update board.py
Remove double spacing
2021-03-12 08:04:32 -08:00