Melissa LeBlanc-Williams
02c4fb0d7c
Fix typing errors for MicroPython
2022-03-28 15:53:03 -07:00
BytEvil
c7d2f71235
its not necessary
2022-03-16 16:22:12 +04:00
BytEvil
0a9d0f7647
Add Khadas VIM3 board detection.
2022-03-16 15:53:48 +04: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
Alec Delaney
6e416d8d2a
Swap header written license for SPDX
2021-12-15 14:03:07 -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
65d9901e59
Feat: Adding H3 NanoPi Neo
2021-12-11 02:58:59 -07:00
John Furcean
881dddc7be
fix comment
2021-10-14 08:18:40 -04: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
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
twa127
1e5c42bfdd
Update chip.py
2021-06-22 18:25:05 +01: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
b42d6a8b95
update USB PIDs
2021-05-21 11:58:14 -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
cbf7ae7363
Add files via upload
2021-05-10 20:21:36 +01:00
Melissa LeBlanc-Williams
1c41c6ae22
Added Raspberry Pi Pico detection for MicroPython
2021-05-06 17:34:51 -07:00
Melissa LeBlanc-Williams
30ee85a931
Fix MicroPython errors
2021-05-06 16:06:05 -07:00
twa127
67e69af7e6
Update chip.py
2021-05-05 20:04:19 +01:00
twa127
f6bf2ed5ad
Update chip.py
2021-05-03 14:31:49 +01:00
Alvaro Figueroa
d720af9cc6
Adding support for the BeagleV Starfive, chip VIC-U7
2021-04-25 22:22:37 -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
Ray Thomson
399488158b
Add Rock Pi 4c Support
...
Added Rock Pi 4c Support
2021-03-04 21:59:50 +11:00
twa127
621592758e
Update chip.py
2021-02-06 23:00:52 +00:00
Melissa LeBlanc-Williams
01b3d6ecfd
Add BeagleBone AI Detection
2021-01-18 11:19:27 -08:00
Melissa LeBlanc-Williams
64621eca75
Merge pull request #132 from HoSStiA/rockpix
...
Adding Radxa ROCK Pi X detection
2021-01-15 09:43:04 -07:00
Hosstia Cortes
8f73ec9fef
Adding Radxa ROCK Pi X detection
...
Adding detection for the Radxa ROCK Pi X.
SoC: Intel(R) Atom(TM) x5-Z8350
Signed-off-by: Hosstia Cortes <hosstia@gmail.com>
2021-01-14 19:51:47 +03:00
flyleaf91
e277535f63
Add support for LubanCat i.MX6ULL and STM32MP157
2021-01-13 11:34:24 +00:00
twa127
f061f49fce
Update chip.py
2020-12-31 17:55:23 +00:00
Scott Main
1e83152b46
Add detection for Coral Dev Board Mini
2020-11-29 11:53:21 -08:00
Melissa LeBlanc-Williams
1f6b3f056f
Removed long line
2020-11-01 09:34:23 -08:00
Melissa LeBlanc-Williams
ffbbf59487
Merge branch 'master' into master
2020-11-01 10:19:54 -07:00
Melissa LeBlanc-Williams
1fa338d969
Change Pine64 to use dt-compatible
2020-10-31 08:23:51 -07:00
Michael Murton
e1661ce56a
fix generic amd not returning a chip ref #96
2020-10-12 11:10:42 -04:00
Melissa LeBlanc-Williams
ebcb4a0cb2
Implemented simple chip id and board id caching
2020-09-11 08:58:45 -07:00
Melissa LeBlanc-Williams
95a3fdd7ad
Renamed STM32 to STM32F405 because it was too generic
2020-09-04 10:15:15 -07:00
Melissa LeBlanc-Williams
ec95b17d19
Added STM32MP1 detection
2020-09-03 11:01:06 -07:00
kent
da46b462ce
formatted with black and pylint
2020-08-11 11:28:40 -07:00
kent
01b7ff76c9
detect Pentium_N3710 (Braswell core)
...
detect Udoo x64 cpu
2020-08-10 23:19:00 -07:00
Daniel Manla
3f334213a1
Fixed formatting via "black"
2020-07-28 14:38:48 -04:00
Daniel Manla
578742c684
Modified a comment for clarification
2020-07-23 15:26:07 -04:00
Daniel Manla
ee64a3d3b0
Added Allwinner H6; Modified Allwinner A64
...
In chip.py hardware identifiers take precedence over all other forms of chip detection. This causes issues with differentiating between the Allwinner H6 and Allwinner A64. Both the Allwinner H6 and Allwinner A64 return "sun50iw1p1 when checking the cpu info Hardware field. I have added logic to prevent the use of sun50iw1p1 as an identifier. I have added additional logic which successfully detects the Allwinner H6.
2020-07-23 15:20:03 -04:00