Skip to content

Releases: adafruit/Adafruit_Python_PlatformDetect

Updated 96boards detection to be more specific

20 Jun 17:27
8a0c6ff
Compare
Choose a tag to compare

Since we're only adding DragonBoard 410c support at the moment, that is now the only board returned.

Fixed issue with FileNotFound error on some devices

16 Jun 03:43
9b4cad9
Compare
Choose a tag to compare

This should resolve a FileNotFound error that was occurring on some devices as the result of a previous merge.

Added DragonBoard 410c Detection

14 Jun 21:44
Compare
Choose a tag to compare

As required for Blinka thanks to @ric96 and @brennen

Improved Odroid C2 Detection

05 Jun 17:57
71805ae
Compare
Choose a tag to compare

As needed for Blinka

Added Orange Pi R1 detection

19 May 20:13
72bd91f
Compare
Choose a tag to compare

Added Orange Pi R1 detection in addition to Orange Pi PC thanks to @kouliss

Add Coral to 'embedded_linux' set

12 May 08:11
04a9c7c
Compare
Choose a tag to compare

As needed for Blinka

Add detection for Google Coral Edge TPU

12 May 03:05
a107fe7
Compare
Choose a tag to compare

An iMX chipset edge AI devboard

Fix Tegra Nano name

25 Mar 23:55
cddd4d4
Compare
Choose a tag to compare

Also, might as well bump to 1.0.0

Update Tegra chip names

13 Mar 18:50
2c929e6
Compare
Choose a tag to compare

Tegra chips are now labeled by their actual model numbers

Fix travis blinka breakage

12 Mar 04:53
c543cd5
Compare
Choose a tag to compare

check a string exists before trying to parse it (was breaking virtual linux installation)