Commit graph

357 commits

Author SHA1 Message Date
Michael Murton
e1661ce56a
fix generic amd not returning a chip ref #96 2020-10-12 11:10:42 -04:00
Melissa LeBlanc-Williams
1a7e2714bc
Merge pull request #101 from swarren/clara-agx-xavier
Add support for NVIDIA Clara AGX Xavier
2020-10-06 17:58:17 -06:00
Stephen Warren
f41f70e1ab Add support for NVIDIA Clara AGX Xavier 2020-10-05 15:46:34 -06:00
Stephen Warren
e3fede2f5c Convert _JETSON_IDS to a tuple
This will allow us to control the order that each entry is checked,
whereas the current dictionary is unordered. This will be useful when
adding support for future very similar boards.
2020-10-05 15:46:34 -06:00
Melissa LeBlanc-Williams
89b73da013
Merge pull request #100 from makermelissa/master
Implemented simple chip id and board id caching
2020-09-11 11:20:38 -07:00
Melissa LeBlanc-Williams
ebcb4a0cb2 Implemented simple chip id and board id caching 2020-09-11 08:58:45 -07:00
Melissa LeBlanc-Williams
699f9114eb
Merge pull request #99 from makermelissa/master
Allow latest release of black to run
2020-09-10 20:59:08 -07:00
Melissa LeBlanc-Williams
72a23600f4 Allow latest release of black to run 2020-09-10 16:56:12 -07:00
Jeff Epler
366a41f603
Merge pull request #97 from makermelissa/master
Added STM32MP1 detection
2020-09-05 19:02:21 -05: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
67854a2d13 Remove bad-whitespace pylint option 2020-09-03 11:06:51 -07:00
Melissa LeBlanc-Williams
ec95b17d19 Added STM32MP1 detection 2020-09-03 11:01:06 -07:00
Melissa LeBlanc-Williams
0de2f8b82b
Merge pull request #95 from zzts/master
Pentium N3710 (Braswell SOC) on UDOO x86
2020-08-11 11:46:03 -07:00
kent
da46b462ce formatted with black and pylint 2020-08-11 11:28:40 -07:00
kent
69e54cbe5d Corrected pylint reported formatting issues
whitespaces removed. = surrounded with spaces and removed redundant else:
2020-08-11 11:13:24 -07:00
kent
5d80f7eb91 Merge branch 'udoo' 2020-08-10 23:35:41 -07:00
kent
c7114215b3 Added Udoo x64 boards
tested on Udoo x64 ultra II
2020-08-10 23:25:20 -07:00
kent
01b7ff76c9 detect Pentium_N3710 (Braswell core)
detect Udoo x64 cpu
2020-08-10 23:19:00 -07:00
kent
ae007c0fbf Added code to read board name from system 2020-08-10 23:14:00 -07:00
Limor "Ladyada" Fried
c207b2ffed
Merge pull request #93 from makermelissa/master
Clean up Tinkerboard detection
2020-08-10 19:27:54 -04:00
kent
528efbc783 add Pentium_N3700 Braswell SOC for UDOO x64 2020-08-10 15:48:42 -07:00
Melissa LeBlanc-Williams
28dd57733d Ran black 2020-08-10 14:24:20 -07:00
Melissa LeBlanc-Williams
dc6475f9ec Clean up Tinkerboard detection 2020-08-10 14:23:25 -07:00
Melissa LeBlanc-Williams
2908910ee5
Merge pull request #92 from makermelissa/master
Fix false positive on Tinkerboard
2020-07-28 14:36:22 -07:00
Melissa LeBlanc-Williams
e46a1867c3 Fix formatting 2020-07-28 14:34:36 -07:00
Melissa LeBlanc-Williams
c52b24b515 Fix false positive on Tinkerboard 2020-07-28 14:29:26 -07:00
Melissa LeBlanc-Williams
4b820a0de7
Merge pull request #91 from makermelissa/master
Add missing Raspberry Pi 2 Rev code
2020-07-28 10:48:16 -07:00
Melissa LeBlanc-Williams
b4998383c7 Add missing Raspberry Pi 2 Rev code 2020-07-28 10:44:35 -07:00
Melissa LeBlanc-Williams
5cdf8afd30
Merge pull request #88 from fpdotmonkey/bugfix/check_dt_compatible_value_memory_leak
Fixed an issue where `__init__.check_dt_compatible_value` opened a file…
2020-07-02 08:29:34 -07:00
Fletcher Porter
e2f1b673de Fixed an issue where __init__.check_dt_compatible_value opened a file but did not close it and thus caused a memory leak and a ResourceWarning. 2020-07-02 07:51:08 +01:00
Melissa LeBlanc-Williams
1b43d2a1f4
Merge pull request #84 from BlitzCityDIY/master
Adding Tinker Board detection
2020-06-26 10:55:06 -07:00
BlitzCityDIY
24124352c3 Changing to use function
Changing to use function _asus_tinker_board_id() in board.py
2020-06-26 13:52:16 -04:00
BlitzCityDIY
834f1b32d2 Changing to _ASUS_TINKER_BOARD_IDS
Updating to boards._ASUS_TINKER_BOARD_IDS
2020-06-16 18:51:56 -04:00
BlitzCityDIY
d81e9f7680 Merge remote-tracking branch 'upstream/master' 2020-06-16 15:17:49 -04:00
BlitzCityDIY
2e4da977f1 Merge branch 'master' of https://github.com/BlitzCityDIY/Adafruit_Python_PlatformDetect 2020-06-02 18:55:40 -04:00
BlitzCityDIY
8f4bf4a94f Adding _ASUS_TINKER_BOARD_IDS
Changed some things up to have everything match formatting for multiple boards so that more Tinker Board types can be added easily (I'm hoping to add the S after the original Tinker Board is all set)
2020-06-02 18:51:33 -04:00
BlitzCityDIY
6333865b87 Changing ASUS_TINKER_BOARD to _ASUS_TINKER_BOARD
Changing ASUS_TINKER_BOARD to _ASUS_TINKER_BOARD. Should be last commit, thank you for all your help and guidance!
2020-06-02 10:24:40 -04:00
Limor "Ladyada" Fried
6b0847d4cd
Merge pull request #87 from SpasilliumNexus/patch-1
Add revision code for 8GB model Raspberry Pi 4B
2020-06-01 23:08:54 -04:00
Tommy
6776b983fe
Add revision code for 8GB model Raspberry Pi 4B 2020-06-01 22:47:51 -04:00
Limor "Ladyada" Fried
71653a67b3
Merge pull request #86 from makermelissa/master
Added missing rev codes for newer Raspberry Pi 2
2020-06-01 12:15:51 -04:00
Melissa LeBlanc-Williams
1cc0239aba Black formatted 2020-06-01 08:22:11 -07:00
Melissa LeBlanc-Williams
63a6103b7c Added missing rev codes for newer Raspberry Pi 2 2020-06-01 08:21:44 -07:00
BlitzCityDIY
3eaf2add35 Reformatted with Black
Reformatted with Black- sorry for all the back and forth, it's my first time doing something like this.
2020-05-29 15:31:38 -04:00
BlitzCityDIY
d0e22d04d6 Updating pylint
fixing pylint errors
2020-05-29 15:25:32 -04:00
BlitzCityDIY
07e8625558 Black formatting
updating chip.py and boards.py to be Black formatted
2020-05-29 14:38:13 -04:00
BlitzCityDIY
f6cf2cd767 Updating board.py
adding any_asus_tinker_board for embedded linux system identification
2020-05-29 13:57:16 -04:00
BlitzCityDIY
98cdaa4bba Adding Tinker Board detection
Adding detection for the ASUS Tinker Board SBC.
SoC: Rockchip 3288 (RK3288)
2020-05-29 13:00:37 -04:00
Melissa LeBlanc-Williams
1067d517c2
Merge pull request #83 from geekguy-wy/add_udoo_bolt_detect
Added UDOO Bolt V3 and V8 detection. Original Bolt is Bolt V8 now
2020-05-25 10:08:51 -07:00
Dale Weber
ebb72a406d Added UDOO Bolt V3 and V8 detection. Original Bolt is Bolt V8 now 2020-05-24 14:02:33 -07:00
Melissa LeBlanc-Williams
a1cbc7b1f9
Merge pull request #81 from geekguy-wy/add_udoo_bolt_detect
Added board detection for UDOO Bolt using check_board_asset_value()
2020-05-22 17:19:56 -07:00