2019-12-03 |
Francis Guevarra | Add a singleton Connection class to get the same object... |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Add pulseio support with nova pwmout |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Add support for digitalio pins |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Comment out pin import for i2c for now to get it workin... |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Enable spi init and read |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Fix some syntax errors and add binho nova to busio... |
tree | commitdiff |
2019-12-03 |
Jonathan Georgino | First attempt at implementing I2C driver -- Untested... |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Silence pin stuff for now |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Initial Binho Nova plumbing |
tree | commitdiff |
2019-12-03 |
Francis Guevarra | Fix some pylint errors |
tree | commitdiff |
2019-12-03 |
Melissa LeBlanc... | Merge pull request #192 from DonPancoe/bbb_industrial 3.0.8 |
tree | commitdiff |
2019-12-03 |
Melissa LeBlanc... | Merge pull request #190 from makermelissa/master 3.0.7 |
tree | commitdiff |
2019-12-03 |
Don Pancoe | Added BEAGLEBONE_BLACK_INDUSTRIAL to board.py. It still... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Merge branch 'master' of https://github.com/binhollc... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Make sure to set spi's numericalbase to 10 |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Adafuit uses 7-bit address, shift address to make it... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Shift address 1 bit to the left to support 7-bit addressing |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Fix some SPI-related code to get BME280 example code... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Add uart interface |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Add a singleton Connection class to get the same object... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Add pulseio support with nova pwmout |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Add support for digitalio pins |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Comment out pin import for i2c for now to get it workin... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Enable spi init and read |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Fix some syntax errors and add binho nova to busio... |
tree | commitdiff |
2019-12-02 |
Jonathan Georgino | First attempt at implementing I2C driver -- Untested... |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Silence pin stuff for now |
tree | commitdiff |
2019-12-02 |
Francis Guevarra | Initial Binho Nova plumbing |
tree | commitdiff |
2019-12-02 |
Melissa LeBlanc... | Merge branch 'master' of https://github.com/adafruit... |
tree | commitdiff |
2019-12-02 |
Melissa LeBlanc... | Merge pull request #187 from crbn60/master 3.0.6 |
tree | commitdiff |
2019-12-02 |
Adam Sherman | Reuse existing file instead of create a new one |
tree | commitdiff |
2019-12-02 |
Melissa LeBlanc... | Removed variable used for testing |
tree | commitdiff |
2019-12-02 |
Melissa LeBlanc... | Blinka will work with i2c-3 enabled with no code changes! |
tree | commitdiff |
2019-11-30 |
Adam Sherman | Duplicate Beaglebone Black for Green Wireless |
tree | commitdiff |
2019-11-27 |
Lady Ada | fix mixed up idle state polarity, and extra first-pulse... 3.0.5 |
tree | commitdiff |
2019-11-26 |
Francis Guevarra | Make sure to set spi's numericalbase to 10 |
tree | commitdiff |
2019-11-26 |
Francis Guevarra | Adafuit uses 7-bit address, shift address to make it... |
tree | commitdiff |
2019-11-26 |
Francis Guevarra | Shift address 1 bit to the left to support 7-bit addressing |
tree | commitdiff |
2019-11-26 |
Melissa LeBlanc... | Merge pull request #183 from theacodes/master 3.0.4 |
tree | commitdiff |
2019-11-26 |
Thea Flowers | Add stubs for micropython.natve, viper, and asm_thumb |
tree | commitdiff |
2019-11-26 |
Francis Guevarra | Fix some SPI-related code to get BME280 example code... |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Merge pull request #170 from hamishmb/fix-thread-safety 3.0.2 |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Merge pull request #181 from adafruit/revert-175-patch-3 |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Revert "Update jetson_nano.py" |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Merge pull request #180 from adafruit/revert-176-patch-2 |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Revert "Update pin.py" |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Merge pull request #175 from tb5874/patch-3 |
tree | commitdiff |
2019-11-25 |
Melissa LeBlanc... | Merge pull request #176 from tb5874/patch-2 |
tree | commitdiff |
2019-11-23 |
Francis Guevarra | Add uart interface |
tree | commitdiff |
2019-11-22 |
tb5874 | Update jetson_nano.py |
tree | commitdiff |
2019-11-22 |
tb5874 | Update pin.py |
tree | commitdiff |
2019-11-22 |
Francis Guevarra | Add a singleton Connection class to get the same object... |
tree | commitdiff |
2019-11-21 |
Francis Guevarra | Add pulseio support with nova pwmout |
tree | commitdiff |
2019-11-20 |
Francis Guevarra | Add support for digitalio pins |
tree | commitdiff |
2019-11-19 |
Francis Guevarra | Comment out pin import for i2c for now to get it workin... |
tree | commitdiff |
2019-11-18 |
Francis Guevarra | Enable spi init and read |
tree | commitdiff |
2019-11-17 |
Francis Guevarra | Fix some syntax errors and add binho nova to busio... |
tree | commitdiff |
2019-11-17 |
Jonathan Georgino | First attempt at implementing I2C driver -- Untested... |
tree | commitdiff |
2019-11-17 |
Francis Guevarra | Silence pin stuff for now |
tree | commitdiff |
2019-11-17 |
Francis Guevarra | Initial Binho Nova plumbing |
tree | commitdiff |
2019-11-14 |
Limor "Ladyada"... | Merge pull request #173 from caternuson/iss172 3.0.1 |
tree | commitdiff |
2019-11-14 |
caternuson | add SPI phase check to FT232H |
tree | commitdiff |
2019-11-01 |
Melissa LeBlanc... | Merge pull request #168 from pdp7/master |
tree | commitdiff |
2019-10-31 |
Hamish McIntyre... | Add a lock for thread safety when the I2C class is... |
tree | commitdiff |
2019-10-29 |
Melissa LeBlanc... | Merge pull request #169 from makermelissa/master 3.0.0 |
tree | commitdiff |
2019-10-29 |
Melissa LeBlanc... | Changed error to more appropriate type |
tree | commitdiff |
2019-10-26 |
Drew Fustini | Add PWMOut for PocketBeagle #159 |
tree | commitdiff |
2019-10-19 |
Limor "Ladyada"... | Merge pull request #167 from makermelissa/master 2.6.1 |
tree | commitdiff |
2019-10-19 |
Melissa LeBlanc... | Always pass on set_no_cs() |
tree | commitdiff |
2019-10-19 |
Melissa LeBlanc... | Merge pull request #166 from lichttag/master |
tree | commitdiff |
2019-10-19 |
lichttag | Fix missing attribute exception on RPi |
tree | commitdiff |
2019-10-11 |
Limor "Ladyada"... | Merge pull request #164 from caternuson/spi_freq 2.6.0 |
tree | commitdiff |
2019-10-11 |
caternuson | add SPI frequency property |
tree | commitdiff |
2019-10-05 |
Limor "Ladyada"... | Merge pull request #162 from makermelissa/master 2.5.3 |
tree | commitdiff |
2019-10-05 |
Melissa LeBlanc... | Fixes issue with SPI on Orange Pi Zero and R1 |
tree | commitdiff |
2019-09-28 |
Limor "Ladyada"... | Update spi.py 2.5.2 |
tree | commitdiff |
2019-09-26 |
Limor "Ladyada"... | Merge pull request #160 from caternuson/ft232h_chunky_s... 2.5.1 |
tree | commitdiff |
2019-09-26 |
caternuson | chunkify ft232h spi write |
tree | commitdiff |
2019-09-21 |
Limor "Ladyada"... | Merge pull request #158 from caternuson/ft232h 2.5.0 |
tree | commitdiff |
2019-09-21 |
caternuson | add i2c scan |
tree | commitdiff |
2019-09-20 |
caternuson | doc strings and misc cosmetic |
tree | commitdiff |
2019-09-20 |
caternuson | initial working ft232h i2c/spi/gpio |
tree | commitdiff |
2019-09-11 |
Limor "Ladyada"... | Merge pull request #155 from makermelissa/master 2.4.1 |
tree | commitdiff |
2019-09-11 |
Melissa LeBlanc... | This should get the Pi 1 Model A working |
tree | commitdiff |
2019-09-06 |
Melissa LeBlanc... | Merge pull request #152 from hansoostendorp/orangepizero 2.4.0 |
tree | commitdiff |
2019-09-06 |
Melissa LeBlanc... | Merge branch 'orangepizero' of https://github.com/hanso... |
tree | commitdiff |
2019-09-06 |
Hans Oostendorp | The AllWinner H2 SoC has the same pinout as the AllWinn... |
tree | commitdiff |
2019-09-06 |
Hans Oostendorp | add SPI support for Orange Pi Zero |
tree | commitdiff |
2019-09-05 |
Hans Oostendorp | add support for Orange Pi Zero board |
tree | commitdiff |
2019-08-23 |
Melissa LeBlanc... | Merge pull request #145 from makermelissa/master 2.3.2 |
tree | commitdiff |
2019-08-16 |
Alvaro Figueroa | Adding board definition, fixing microcontroller pin... |
tree | commitdiff |
2019-08-15 |
Melissa LeBlanc... | Merge pull request #148 from swarren/jetson-spi 2.3.1 |
tree | commitdiff |
2019-08-15 |
Stephen Warren | Require Jetson.GPIO on aarch64 |
tree | commitdiff |
2019-08-15 |
Stephen Warren | Add SPI controller support for Jetson boards |
tree | commitdiff |
2019-08-15 |
Stephen Warren | Jetson TX2: Add missing D7 pin definition |
tree | commitdiff |
2019-08-13 |
Alvaro Figueroa | Erasing wrong file for riscv port |
tree | commitdiff |
2019-08-13 |
Alvaro Figueroa | Initial work for adding hifive unleashed, bit lost... |
tree | commitdiff |
2019-08-06 |
Melissa LeBlanc... | Merge pull request #146 from paulcrawford/master 2.3.0 |
tree | commitdiff |
2019-08-06 |
Melissa LeBlanc... | PR Changes, organized mc, removed duplicates |
tree | commitdiff |
2019-08-05 |
Melissa LeBlanc... | Undo previous commit, just changed requirements |
tree | commitdiff |
next |