Commit Graph

367 Commits

Author SHA1 Message Date
Liz 3b8364267c
Update library.properties 2025-09-22 16:18:10 -04:00
Limor "Ladyada" Fried 195dfe880b
Merge pull request #148 from adafruit/attiny
update sw spi enum
2025-09-22 13:55:53 -04:00
Liz e6fe7e66a7 update sw spi enum 2025-09-19 14:11:06 -04:00
Tyeth Gundry 7346756810
Merge pull request #147 from adafruit/clang-format-file
add(rule): standardise .clang-format file (implicit rules explicitly set)
2025-09-18 16:43:58 +01:00
tyeth 98426d4e30 add(rule): standardise .clang-format file (implicit rules explicitly set) 2025-09-17 15:28:47 +01:00
Tyeth Gundry eb504d4816
Bump version to 1.17.3 in library.properties 2025-09-17 14:22:18 +01:00
Limor "Ladyada" Fried 028b28acb0
Merge pull request #112 from fionn-r/master
If there are no global instances defined, don't provide default &Seri…
2025-09-16 10:09:57 -04:00
Limor "Ladyada" Fried fccaf61a79
Merge pull request #146 from adafruit/spi_bitbang_mode3
Spi bitbang mode3
2025-09-11 12:41:47 -04:00
ladyada bd4135b50c clang 2025-09-11 12:21:47 -04:00
ladyada fb90221892 fix mode 3 2025-09-11 12:20:44 -04:00
ladyada aa29b351d1 clean up ifdefs 2025-09-11 12:04:40 -04:00
Fionnán 8ede434cea
Fixing silly using #elif instead of #else... 2025-09-09 15:16:39 +08:00
Fionnán ab11ae0169
Merge branch 'adafruit:master' into master 2025-09-09 15:09:09 +08:00
Limor "Ladyada" Fried e75ac29ca6
Merge pull request #145 from brentru/add-genericdevice-end
Add end() for GenericDevice
2025-06-28 19:34:03 -04:00
brentru d8a04619f0 Add - end() for GenericDevice 2025-06-18 16:01:02 -04:00
Tyeth Gundry a09a91d13e
Update library.properties - bump version to 1.17.1 2025-04-29 13:04:24 +01:00
Limor "Ladyada" Fried 159f86a3bd
Merge pull request #140 from mak0t0san/patch-1
Update CMakeLists.txt to include "Adafruit_GenericDevice.cpp"
2025-04-28 11:14:02 -04:00
Limor "Ladyada" Fried 5e8f137415
Merge pull request #144 from meshtastic/master
Add PORTDUINO check to Adafruit_SPIDevice.h
2025-04-28 11:13:42 -04:00
Jonathan Bennett fcd9217179
fix for clang-format in Adafruit_SPIDevice.h 2025-04-26 09:47:42 -05:00
Jonathan Bennett 18a22e98ac
Add PORTDUINO check to Adafruit_SPIDevice.h
The PORTDUINO target on ARMv7 was triggering the defined(__arm__) code block, and failing compilation as a result. Quick fix to check for PORTDUINO.
2025-04-26 09:34:15 -05:00
Makoto Schoppert 276c7b3ad8
Update CMakeLists.txt
Missing source file "Adafruit_GenericDevice.cpp"
2025-01-31 22:43:45 -05:00
Limor "Ladyada" Fried 055013b58d
Merge pull request #139 from adafruit/genericdevice2
refactor the whole thing to get rid of static-ness. also clang examples
2025-01-08 15:13:46 -05:00
ladyada 186ea35211 reclang 2025-01-08 15:05:13 -05:00
ladyada 8a32dc72c9 refactor the whole thing to get rid of static-ness. also clang examples 2025-01-08 15:03:00 -05:00
Limor "Ladyada" Fried cc66c422eb
Merge pull request #137 from adafruit/genericdevice
add generic device for non-standard transports
2025-01-08 10:38:11 -05:00
ladyada 1a7e578832 test skip for uart 2025-01-08 10:25:38 -05:00
ladyada c6b5c0b2b7 Merge branch 'genericdevice' of github.com:adafruit/Adafruit_BusIO into genericdevice 2025-01-08 10:15:13 -05:00
ladyada 2663ca269f woops fix serial 2025-01-08 10:15:09 -05:00
Limor "Ladyada" Fried ff26e5a112
Merge branch 'master' into genericdevice 2025-01-08 10:13:44 -05:00
Limor "Ladyada" Fried 55e4f835bc
Merge pull request #131 from johnboiles/master
For ESP-IDF builds use arduino-esp32 instead of arduino dependency
2025-01-08 09:39:59 -05:00
Limor "Ladyada" Fried 17506175b2
Merge pull request #136 from facchinm/improve_fast_pin_io
Avoid fast pins IO on RTOS based boards
2025-01-08 09:38:46 -05:00
ladyada c0237922d3 add claude credits! 2025-01-08 09:35:51 -05:00
ladyada fcc8dfaf63 bump 2025-01-08 09:31:54 -05:00
ladyada 70ad31700a some tests for uart mode 2025-01-08 09:30:58 -05:00
ladyada c602ea03e0 doxyclanged! 2025-01-08 09:29:49 -05:00
ladyada 66448b37ec clang 2025-01-07 22:08:13 -05:00
ladyada c43db9d7c2 still need to doxy/clang 2025-01-07 22:03:15 -05:00
Tyeth Gundry 9eda3f4641
Update library.properties - bump version to 1.16.3 2025-01-07 16:23:28 +00:00
ladyada 9bd286898c Merge branch 'master' of github.com:adafruit/Adafruit_BusIO 2025-01-05 15:12:18 -05:00
ladyada 14d379e4d3 small typo fix 2025-01-05 15:12:13 -05:00
Martino Facchin c99c8564a2 fixup: clang-format fix 2024-12-16 09:41:55 +01:00
Martino Facchin 9eeac1d181 Avoid fast pins IO on RTOS based boards
Better fix than 80943e663f
2024-12-13 15:54:58 +01:00
Tyeth Gundry ddf66b491e
Update library.properties - bump version to 1.16.2 2024-10-29 21:57:16 +00:00
Limor "Ladyada" Fried 0b68c51a4a
Merge pull request #135 from caternuson/giga_i2c_patch
Patch for GIGA I2C quirk
2024-10-24 17:46:15 -04:00
caternuson 31148fe857 clangerdified 2024-10-24 14:37:54 -07:00
caternuson 9af8ab9607 giga i2c hack fix 2024-10-24 14:25:57 -07:00
John Boiles 18df8eaf8b For ESP-IDF builds use arduino-esp32 instead of arduino dependency 2024-07-31 17:09:25 -07:00
Tyeth Gundry 15fbda592d
Update library.properties - bump version to 1.16.1 2024-05-21 12:15:23 +01:00
Ha Thach fccf89cac9
Merge pull request #129 from silabs-bozont/master
Fix compatibility with Silicon Labs boards
2024-05-15 16:48:46 +07:00
Tamas Jozsi 95e8f81499 Fix compatibility with Silicon Labs boards
The Silicon Labs core moved to use ArduinoCore-API which
has a native 'BitOrder' definition
2024-05-10 17:48:14 +02:00