Commit Graph

  • 5f540e9 (refs/pull/44/head) Remove circular dependency with Blinka. Connection will be checked in blinka code already. by Francis Guevarra 2019-12-02 18:53:10 -0800
  • 93c4d5c (tag: 1.3.7) Merge pull request #43 from binhollc/master by Melissa LeBlanc-Williams 2019-12-02 17:41:31 -0800
  • 6f7af39 (refs/pull/43/head) Rename board to BINHO_NOVA by Francis Guevarra 2019-12-02 17:39:33 -0800
  • ea802ab Fix Comparison expr is None check from pylint by Francis Guevarra 2019-12-02 16:43:10 -0800
  • 0a1c8ff Clean up and remove unused code by Francis Guevarra 2019-12-02 15:52:54 -0800
  • 6cde03a Merge branch 'master' of https://github.com/binhollc/Adafruit_Python_PlatformDetect by Francis Guevarra 2019-12-02 15:46:45 -0800
  • 5084033 Use binho connection singleton by Francis Guevarra 2019-11-23 14:37:07 -0800
  • 9c68446 set _binho only if BLINKA_NOVA env variable exists by Francis Guevarra 2019-11-19 18:04:27 -0800
  • bf78cc6 change board id to NOVA and fix issue with autodetect being called multiple times after there's already a binho object by Francis Guevarra 2019-11-17 22:27:20 -0800
  • 86c9931 Use BLINKA_NOVA as env variable instead by Francis Guevarra 2019-11-16 21:04:49 -0800
  • 0d67ae6 Added support for Binho Nova Multi-Protocol USB Host Adapter by Jonathan Georgino 2019-11-16 14:03:25 -0800
  • 2eba410 (tag: 1.3.6) Merge pull request #42 from makermelissa/master by Melissa LeBlanc-Williams 2019-11-25 10:54:15 -0800
  • f8eb72b (refs/pull/42/head) Added more Raspberry Pi codes by Melissa LeBlanc-Williams 2019-11-25 10:20:16 -0800
  • d09621e Use binho connection singleton by Francis Guevarra 2019-11-23 14:37:07 -0800
  • 2292125 (tag: 1.3.5) Merge pull request #41 from caternuson/mcp2221 by Limor "Ladyada" Fried 2019-11-21 14:44:23 -0500
  • e000760 (refs/pull/41/head) update detect script by caternuson 2019-11-21 11:37:06 -0800
  • 364069a lint by caternuson 2019-11-21 10:46:16 -0800
  • b79c2d5 add MCP2221 by caternuson 2019-11-20 21:01:03 -0800
  • 95e159f set _binho only if BLINKA_NOVA env variable exists by Francis Guevarra 2019-11-19 18:04:27 -0800
  • 903fc78 change board id to NOVA and fix issue with autodetect being called multiple times after there's already a binho object by Francis Guevarra 2019-11-17 22:27:20 -0800
  • 2f3ffab Use BLINKA_NOVA as env variable instead by Francis Guevarra 2019-11-16 21:04:49 -0800
  • e6925ab Have Binho use its own try block by Francis G 2019-11-16 20:49:25 -0800
  • 9690546 Added support for Binho Nova Multi-Protocol USB Host Adapter by Jonathan Georgino 2019-11-16 14:03:25 -0800
  • 8c64f6f fix late-night keyword mangle by sommersoft 2019-10-22 08:51:58 -0500
  • e310984 chip.py: accomodate either the str or list version of 'hardware' result by sommersoft 2019-10-21 22:55:54 -0500
  • 4edd885 one last style edit by sommersoft 2019-10-20 14:29:23 -0500
  • c3e9a58 attempt to detect the 'board_id' on RPi when running a non-Raspbian OS by sommersoft 2019-10-20 11:20:36 -0500
  • b0f75e8 widen search for chip id; captures RPi with non-Raspbian OS by sommersoft 2019-10-19 23:33:15 -0500
  • 76ff837 style edit: remove variation in use of double & single quotes by sommersoft 2019-10-19 23:31:54 -0500
  • ac83c61 (tag: 1.3.4) Merge pull request #39 from caternuson/pyftdi by Limor "Ladyada" Fried 2019-09-17 21:41:04 -0400
  • a88a915 (refs/pull/39/head) lint by caternuson 2019-09-17 18:31:40 -0700
  • 65ab964 change to pyftdi lib by caternuson 2019-09-17 18:22:38 -0700
  • 8cbc616 (tag: 1.3.3) Merge pull request #38 from hansoostendorp/orangepizero by Melissa LeBlanc-Williams 2019-09-06 08:16:59 -0700
  • bc6d700 (refs/pull/38/head) Update board.py for Orange Pi Zero by Hans Oostendorp 2019-09-05 16:39:12 +0200
  • aacfd20 (tag: 1.3.2) Merge pull request #37 from swarren/model-jetson-agx by Melissa LeBlanc-Williams 2019-08-16 12:23:50 -0700
  • 8508126 (refs/pull/37/head) Allow model name of 'Jetson-AGX' by Stephen Warren 2019-08-14 17:42:54 -0600
  • ae239bd (tag: 1.3.1) Merge pull request #36 from bibekbasu/patch-1 by Melissa LeBlanc-Williams 2019-08-12 09:03:19 -0700
  • 2051282 (refs/pull/36/head) Update board.py for nvidia Jetson boards by bibekbasu 2019-08-12 15:59:12 +0530
  • 32fcd6c (tag: 1.3.0) Merge pull request #35 from paulcrawford/master by Melissa LeBlanc-Williams 2019-08-06 15:23:24 -0700
  • a3ab927 (refs/pull/35/head) Hyphen to underscore by Melissa LeBlanc-Williams 2019-08-06 15:10:32 -0700
  • 4309080 Update chip.py by paulcrawford 2019-08-06 18:03:09 -0400
  • 89a3bbe PR Changes made by Melissa LeBlanc-Williams 2019-08-06 14:23:59 -0700
  • 6e9cd7b (tag: 1.2.2) Merge pull request #34 from adriendod/patch-1 by Melissa LeBlanc-Williams 2019-08-05 08:42:50 -0700
  • c8d1f85 Update board.py by paulcrawford 2019-08-05 10:49:39 -0400
  • dcab131 Update board.py by paulcrawford 2019-08-04 17:03:03 -0400
  • eb19926 Update board.py by paulcrawford 2019-08-04 16:59:10 -0400
  • 88265e0 Update chip.py by paulcrawford 2019-08-04 16:52:20 -0400
  • b3192b9 Update board.py by paulcrawford 2019-08-04 16:40:20 -0400
  • b98da99 Update board.py by paulcrawford 2019-08-04 13:39:13 -0400
  • 990fe06 Update board.py by paulcrawford 2019-08-04 13:17:12 -0400
  • d2bd76f Update board.py by paulcrawford 2019-08-04 13:11:53 -0400
  • ded19d7 (refs/pull/34/head) Fixing Jetson Nano detection by Adrien Dodinet 2019-08-04 11:46:17 +0200
  • 72c4a9b Update board.py by paulcrawford 2019-08-03 11:25:41 -0400
  • fe2e986 Update chip.py by paulcrawford 2019-08-03 11:21:55 -0400
  • f30e22f Update chip.py by paulcrawford 2019-08-03 09:43:38 -0400
  • ff3de32 Update board.py by paulcrawford 2019-08-02 17:44:13 -0400
  • 1d7812b Update chip.py by paulcrawford 2019-08-02 17:37:56 -0400
  • 0109f0a Update board.py by paulcrawford 2019-08-02 17:28:34 -0400
  • 29b9383 (tag: 1.2.1) Merge pull request #33 from makermelissa/master by Melissa LeBlanc-Williams 2019-07-19 14:15:36 -0700
  • 38e0390 (refs/pull/33/head) Added missing CM3 Rev code by Melissa LeBlanc-Williams 2019-07-19 14:11:16 -0700
  • af15c57 (tag: 1.2.0) Merge pull request #32 from makermelissa/master by Limor "Ladyada" Fried 2019-07-18 21:52:38 -0400
  • 8a93e0c (refs/pull/32/head) linting by Melissa LeBlanc-Williams 2019-07-18 15:05:38 -0700
  • f891313 Added Raspberry Pi CM3+ and Compute Module detection by Melissa LeBlanc-Williams 2019-07-18 14:59:31 -0700
  • eeb4be3 (tag: 1.1.0) Merge pull request #31 from fede2cr/master by Melissa LeBlanc-Williams 2019-07-09 19:14:04 -0700
  • dad8400 (refs/pull/31/head) Adding test case for SiFive Unleashed by Alvaro Figueroa 2019-07-09 20:12:06 -0600
  • b2385d9 Tabs->Space by Alvaro Figueroa 2019-07-09 19:53:55 -0600
  • 341297b Renaming board to SIFIVE_UNLEASHED, returning None by Alvaro Figueroa 2019-07-09 19:51:14 -0600
  • fb80820 Initial support for Sifive's HiFive Unleashed by Alvaro Figueroa 2019-07-09 19:18:12 -0600
  • 9278f16 (tag: 1.0.9) Merge pull request #30 from makermelissa/master by Limor "Ladyada" Fried 2019-06-27 15:31:37 -0400
  • 67f1138 (refs/pull/30/head) Added RasPi 4 1GB and 2GB models by Melissa LeBlanc-Williams 2019-06-27 12:00:30 -0700
  • eca53dd (tag: 1.0.8) Merge pull request #28 from ladyada/master by Melissa LeBlanc-Williams 2019-06-24 16:45:31 -0700
  • 87e659a (refs/pull/28/head) add raspi 4b by ladyada 2019-06-24 19:43:41 -0400
  • 9e224f3 Merge pull request #27 from makermelissa/master by Limor "Ladyada" Fried 2019-06-21 21:51:18 -0400
  • 7a75d05 (refs/pull/27/head) Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect by Melissa LeBlanc-Williams 2019-06-20 12:09:00 -0700
  • 0a4e180 Added 96boards under any_embedded_linux property by Melissa LeBlanc-Williams 2019-06-20 12:08:54 -0700
  • 8a0c6ff (tag: 1.0.7) Merge pull request #26 from makermelissa/master by Melissa LeBlanc-Williams 2019-06-20 10:25:50 -0700
  • 47aa164 (refs/pull/26/head) Linting by Melissa LeBlanc-Williams 2019-06-20 10:13:24 -0700
  • 38a8920 Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_PlatformDetect by Melissa LeBlanc-Williams 2019-06-20 10:10:21 -0700
  • 15a7d4b Updated 96 Boards detection to be more specific by Melissa LeBlanc-Williams 2019-06-20 10:10:06 -0700
  • 9b4cad9 (tag: 1.0.6) Merge pull request #25 from makermelissa/master by Melissa LeBlanc-Williams 2019-06-15 20:41:47 -0700
  • 38e74ff (refs/pull/25/head) Fixed File Not Found error bug from 96Boards merge by Melissa LeBlanc-Williams 2019-06-15 20:33:40 -0700
  • e3cacfb (tag: 1.0.5) Linted for Travis by Melissa LeBlanc-Williams 2019-06-14 14:39:21 -0700
  • 56bcd03 Updated with newer boards by Melissa LeBlanc-Williams 2019-06-13 16:01:30 -0700
  • 71805ae (tag: 1.0.4) Merge pull request #24 from makermelissa/master by Limor "Ladyada" Fried 2019-06-05 13:26:18 -0400
  • 0d5dd9e (refs/pull/24/head) Improved Odroid C2 Detection by Melissa LeBlanc-Williams 2019-06-05 09:32:15 -0700
  • 72bd91f (tag: 1.0.3) Merge pull request #23 from kouliss/platformdetect-r1 by Limor "Ladyada" Fried 2019-05-19 16:06:59 -0400
  • ffe2b28 (refs/pull/23/head) Add OrangePI R1 detetion by Martin Volek 2019-05-19 21:06:13 +0200
  • 4caf8bb Add OrangePI R1 detetion by Martin Volek 2019-05-19 20:45:33 +0200
  • 2054c4c Add OrangePI R1 detetion by Martin Volek 2019-05-17 07:17:32 +0200
  • e77bf9d Add OrangePI R1 detetion by Martin Volek 2019-05-16 23:58:43 +0200
  • 3bb9015 Update README.rst by Limor "Ladyada" Fried 2019-05-12 04:12:19 -0400
  • 04a9c7c (tag: 1.0.2) Merge pull request #22 from ladyada/master by Limor "Ladyada" Fried 2019-05-12 04:02:24 -0400
  • 61816ac (refs/pull/22/head) forgot to add it as an embedded linux board type by ladyada 2019-05-12 01:09:29 -0400
  • a107fe7 (tag: 1.0.1) Merge pull request #21 from ladyada/master by Limor "Ladyada" Fried 2019-05-11 23:05:14 -0400
  • 56fdb9e (refs/pull/21/head) lint by ladyada 2019-05-11 23:03:25 -0400
  • 4f0e22e add coral edge tpu dev board code name "Phanbell" by ladyada 2019-05-11 22:57:02 -0400
  • b743d14 detect coral dev board chip: https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/sabre-development-system/evaluation-kit-for-the-i.mx-8m-applications-processor:MCIMX8M-EVK by ladyada 2019-05-11 22:49:53 -0400
  • cddd4d4 (tag: 1.0.0) Merge pull request #19 from NVIDIA-AI-IOT-private/jetson by Limor "Ladyada" Fried 2019-03-25 19:54:03 -0400
  • 1c326b1 (refs/pull/19/head) added jetson nano by Andy 2019-03-25 14:58:00 -0700
  • 2c929e6 (tag: 0.014) Merge pull request #18 from NVIDIA-AI-IOT-private/jetson by Limor "Ladyada" Fried 2019-03-13 14:49:32 -0400