Skip to content

Releases: adafruit/Adafruit_Python_PlatformDetect

Updated Jetson Board Name Detection

12 Aug 16:04
ae239bd
Compare
Choose a tag to compare

NVidia Jetson board name detection has been updated thanks to @bibekbasu

Added Odroid N2 Detection

06 Aug 22:24
32fcd6c
Compare
Choose a tag to compare

Odroid N2 Detection added as needed for Blinka. Thanks @paulcrawford.

Fixed Jetson Nano Detection

05 Aug 15:45
6e9cd7b
Compare
Choose a tag to compare

Issue with Jetson Nano sometimes returning nano and sometimes Nano has been resolved. Thanks @adriendod

Added missing CM3 Revision

19 Jul 21:17
29b9383
Compare
Choose a tag to compare

This should allow a different variation of the CM3 Module to work.

Added RPi Compute Module Detection

19 Jul 16:41
af15c57
Compare
Choose a tag to compare

Added initial Compute Module detection, plus added CM3+ Rev code.

Added support for Sifive's HiFive Unleashed

10 Jul 02:15
eeb4be3
Compare
Choose a tag to compare

Added support for Sifive's HiFive Unleashed for Blinka

1GB, 2GB, and 4GB models of Raspberry Pi 4 Supported

27 Jun 20:09
9278f16
Compare
Choose a tag to compare

Previously only the 4GB model was being detected, but now 1GB, 2GB, and 4GB models of Raspberry Pi 4 detected.

Added Raspberry Pi 4B

24 Jun 23:46
eca53dd
Compare
Choose a tag to compare

As needed for Blinka

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.