2018-12-20 |
Brennen Bearnes | digitalio: detect chip instead of board |
tree | commitdiff |
2018-12-20 |
Brennen Bearnes | move EMBEDDED_LINUX_BOARDS to platformdetect |
tree | commitdiff |
2018-12-20 |
Brennen Bearnes | use generic pi / 40pin pi |
tree | commitdiff |
2018-12-18 |
Brennen Bearnes | correct orange pi constant names |
tree | commitdiff |
2018-12-14 |
Brennen Bearnes | latest platformdetect api; clean up some pylint complai... |
tree | commitdiff |
2018-12-10 |
Brennen Bearnes | s/SUPPORTED_BOARDS/EMBEDDED_LINUX_BOARDS/ |
tree | commitdiff |
2018-12-10 |
Brennen Bearnes | rename microcontroller.{beaglebone_black,raspi_23}... |
tree | commitdiff |
2018-12-10 |
Brennen Bearnes | some initial work on adding platformdetect |
tree | commitdiff |
2018-12-03 |
Limor "Ladyada"... | Merge pull request #59 from ladyada/orangepipc 0.4.0 |
tree | commitdiff |
2018-12-03 |
ladyada | good suggestion by brennen! |
tree | commitdiff |
2018-12-03 |
Scott Shawcroft | Merge pull request #58 from ladyada/master |
tree | commitdiff |
2018-12-02 |
ladyada | typo fix |
tree | commitdiff |
2018-12-02 |
ladyada | all gpio, i2c, and SPI tested |
tree | commitdiff |
2018-12-01 |
ladyada | orange pi GPIO led blinky |
tree | commitdiff |
2018-12-01 |
ladyada | add RGBW support |
tree | commitdiff |
2018-12-01 |
ladyada | kinder neopixel error |
tree | commitdiff |
2018-11-29 |
Dan Halbert | Merge pull request #55 from adafruit/require-rpi-gpio |
tree | commitdiff |
2018-11-27 |
Scott Shawcroft | Merge pull request #48 from ladyada/libgpiod_pulsein |
tree | commitdiff |
2018-11-26 |
Limor "Ladyada"... | Merge pull request #52 from ladyada/master 0.3.2 |
tree | commitdiff |
2018-11-26 |
ladyada | add blank but required init file so it gets included |
tree | commitdiff |
2018-11-26 |
Limor "Ladyada"... | Merge pull request #51 from ladyada/master 0.3.1 |
tree | commitdiff |
2018-11-26 |
Your Name | renamed spi/i2c to generic linux since they're not... |
tree | commitdiff |
2018-11-26 |
ladyada | woops cleanup |
tree | commitdiff |
2018-11-26 |
ladyada | add static linked exec and update path |
tree | commitdiff |
2018-11-26 |
ladyada | add paused, maxlen properties, getitem, and docstrings |
tree | commitdiff |
2018-11-26 |
Scott Shawcroft | Merge pull request #47 from ladyada/master |
tree | commitdiff |
2018-11-25 |
ladyada | proper deiniting |
tree | commitdiff |
2018-11-25 |
ladyada | klunky but working with DHT tests |
tree | commitdiff |
2018-11-23 |
ladyada | add RGBW support by counting # of bytes in buffer |
tree | commitdiff |
2018-11-22 |
Drew Fustini | Merge pull request #46 from pdp7/master 0.3.0 |
tree | commitdiff |
2018-11-22 |
Drew Fustini | add SPI1 pins for BeagleBone Black |
tree | commitdiff |
2018-11-21 |
Drew Fustini | add more plumbing for SPI on BeagleBone |
tree | commitdiff |
2018-11-21 |
Drew Fustini | Add SPI pins for BeagleBone Black |
tree | commitdiff |
2018-11-20 |
Drew Fustini | Merge pull request #42 from pdp7/master |
tree | commitdiff |
2018-10-29 |
Drew Fustini | Use busnum 2 for I2C on BeagleBone Black |
tree | commitdiff |
2018-10-22 |
Drew Fustini | remove debug print statement |
tree | commitdiff |
2018-10-22 |
Drew Fustini | add I2C bus support for the BeagleBone Black |
tree | commitdiff |
2018-09-21 |
Limor "Ladyada"... | Merge pull request #38 from pdp7/master |
tree | commitdiff |
2018-09-20 |
Drew Fustini | Adding GPIO pins for the BeagleBone Black |
tree | commitdiff |
2018-09-13 |
Limor "Ladyada"... | Merge pull request #36 from ladyada/master |
tree | commitdiff |
2018-09-13 |
ladyada | let there be BLINK |
tree | commitdiff |
2018-09-13 |
ladyada | not quite gpio'in yet but getting closer... |
tree | commitdiff |
2018-09-13 |
ladyada | detect BBB |
tree | commitdiff |
2018-08-31 |
Scott Shawcroft | Merge pull request #30 from ladyada/master 0.2.4 |
tree | commitdiff |
2018-08-31 |
ladyada | less paranoid |
tree | commitdiff |
2018-08-31 |
ladyada | less cute pixel splitting |
tree | commitdiff |
2018-08-30 |
ladyada | initial commit, working code |
tree | commitdiff |
2018-08-22 |
Dan Halbert | Merge pull request #29 from ladyada/master 0.2.3 |
tree | commitdiff |
2018-08-22 |
ladyada | add support for second SPI - tested! |
tree | commitdiff |
2018-08-19 |
Dan Halbert | Merge pull request #28 from ladyada/master 0.2.2 |
tree | commitdiff |
2018-08-18 |
ladyada | specifically name arguments now that we require it |
tree | commitdiff |
2018-08-17 |
Limor "Ladyada"... | Merge pull request #27 from adafruit/raspi_spi_class_vars |
tree | commitdiff |
2018-08-17 |
Brennen Bearnes | fix raspi spi access of mode constants (was missing... |
tree | commitdiff |
2018-08-17 |
Limor "Ladyada"... | Merge pull request #26 from ladyada/master |
tree | commitdiff |
2018-08-17 |
ladyada | force labeling of kwargs |
tree | commitdiff |
2018-08-17 |
ladyada | typofix |
tree | commitdiff |
2018-08-17 |
ladyada | Add writeto_then_readfrom for non-stop transactions... |
tree | commitdiff |
2018-08-17 |
Kattni | Merge pull request #25 from ladyada/master 0.2.1 |
tree | commitdiff |
2018-08-17 |
ladyada | fix for https://github.com/adafruit/Adafruit_Blinka... |
tree | commitdiff |
2018-08-12 |
Kattni | Merge pull request #22 from ladyada/master 0.2 |
tree | commitdiff |
2018-08-12 |
ladyada | add start/end as per http://circuitpython.readthedocs... |
tree | commitdiff |
2018-08-12 |
ladyada | politely cope with strings of bytes |
tree | commitdiff |
2018-07-25 |
Limor "Ladyada"... | Merge pull request #20 from brentru/write_readinto_patches 0.1.10 |
tree | commitdiff |
2018-07-24 |
brentru | data into buffer_in |
tree | commitdiff |
2018-07-24 |
brentru | adding fixes from previous PR review |
tree | commitdiff |
2018-07-24 |
brentrubell | Implementing Write_ReadInto for Raspberry Pi (#19) |
tree | commitdiff |
2018-07-02 |
Scott Shawcroft | Merge pull request #18 from tannewt/rogue_machine 0.1.9 |
tree | commitdiff |
2018-07-02 |
Scott Shawcroft | Fix more agnostic uses. |
tree | commitdiff |
2018-07-02 |
Scott Shawcroft | Fix microcontroller imports. |
tree | commitdiff |
2018-07-02 |
Scott Shawcroft | Fix machine import when on normal Linux. |
tree | commitdiff |
2018-06-30 |
Limor "Ladyada"... | Merge pull request #16 from ladyada/master 0.1.8 |
tree | commitdiff |
2018-06-30 |
ladyada | SPI write/readinto work, tested with BME280 |
tree | commitdiff |
2018-06-30 |
Limor "Ladyada"... | Merge pull request #14 from ladyada/master 0.1.7 |
tree | commitdiff |
2018-06-30 |
ladyada | add pins to board |
tree | commitdiff |
2018-06-30 |
ladyada | add more pins, and organize a little nicer |
tree | commitdiff |
2018-06-30 |
ladyada | quiet gpio |
tree | commitdiff |
2018-06-29 |
Scott Shawcroft | Switch to a function for const and package it. 0.1.5 |
tree | commitdiff |
2018-06-28 |
Limor "Ladyada"... | Merge pull request #13 from tannewt/raspi 0.1.0 |
tree | commitdiff |
2018-06-28 |
ladyada | remove extraneous debugs |
tree | commitdiff |
2018-06-27 |
ladyada | beginningish of SPI support |
tree | commitdiff |
2018-06-27 |
ladyada | bit of a hack |
tree | commitdiff |
2018-06-27 |
ladyada | just raw read/write for i2c - tested with mcp9808 |
tree | commitdiff |
2018-06-27 |
ladyada | completed busio i2c demo |
tree | commitdiff |
2018-06-27 |
ladyada | add i2c scanning |
tree | commitdiff |
2018-06-27 |
ladyada | begin i2c |
tree | commitdiff |
2018-06-27 |
ladyada | digitalio works |
tree | commitdiff |
2018-06-27 |
ladyada | matches other boards nicer |
tree | commitdiff |
2018-06-27 |
ladyada | start raspi compatibility |
tree | commitdiff |
2018-06-27 |
Scott Shawcroft | Merge pull request #12 from tannewt/auto_pypi |
tree | commitdiff |
2018-06-27 |
Scott Shawcroft | Get docs building |
tree | commitdiff |
2018-06-27 |
Scott Shawcroft | Lint! Untested. |
tree | commitdiff |
2018-06-04 |
Brennen Bearnes | first pass at a setup.py |
tree | commitdiff |
2018-02-27 |
Limor "Ladyada"... | Merge pull request #8 from cefn/master |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Cruft removal |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Moved to adafruit_blinka.agnostic |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Agnostic now a package. Interactive testing now relies... |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Minimise variables per module, given memory ceiling |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Implementation of hardware I2C. Added timeout and recei... |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Raise erro rwhen attempting software I2C on platform... |
tree | commitdiff |
2018-02-26 |
Cefn Hoile | Moved ports declarations into microcontroller.pin packa... |
tree | commitdiff |
next |