Commit Graph

348 Commits

Author SHA1 Message Date
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
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
Tyeth Gundry e1aa388418
Update library.properties - bump version to 1.16.0 2024-04-16 18:44:56 +01:00
Limor "Ladyada" Fried 970ccbfd67
Merge pull request #125 from mecparts/master
Add compatibility with Arduino R4 boards
2024-04-14 22:24:24 -04:00
mecparts 5f170d8e4f
Amended code formatting 2024-02-11 14:16:08 -07:00
mecparts d5aa1a353e
Add compatibility with Arduino R4 boards 2024-02-11 13:28:45 -07:00
Tyeth Gundry fc25cd4967
Update library.properties - bump version to 1.15.0 2024-01-16 19:08:05 +00:00
Ha Thach ec19ba1d6c
Merge pull request #124 from silabs-bozont/master
Add compatibility with Silicon Labs Arduino boards
2024-01-11 11:42:02 +07:00
Tamas Jozsi 16e4726718 Add compatibility with Silicon Labs Arduino boards 2024-01-05 17:14:45 +01:00
Carter Nelson 9ebca64d82
Update library.properties 2023-10-10 09:30:15 -07:00
Limor "Ladyada" Fried c07701e0b1
Merge pull request #121 from caternuson/esp32_warns
Remove volatile compound assignments
2023-10-09 18:09:30 -04:00
caternuson 2708c120c6 remove volatile compound assignments 2023-10-09 13:52:00 -07:00
ladyada 4d276155d7 klzng 2023-10-09 12:15:35 -04:00
ladyada a9498c8f62 kick! 2023-10-09 12:13:50 -04:00
ladyada ad776484f3 Merge branch 'master' of github.com:adafruit/Adafruit_BusIO 2023-09-25 00:53:11 -04:00
ladyada fbba4799ad more specific debug during scan 2023-09-25 00:53:07 -04:00
Tyeth Gundry ee0faec7ee
Update library.properties - bump version to 1.14.4 2023-09-19 11:39:09 +01:00
Dan Halbert 7cc1d0a5fd
Merge pull request #120 from Wol/patch-1
Remove offensive term in comments
2023-09-15 23:01:30 -04:00
Luke Lowrey 9108618560
Fix line length 2023-09-16 00:59:38 +01:00
Luke Lowrey 1b7f5a9590
Remove offensive term in comments
Tidying up the language used - https://dictionary.cambridge.org/dictionary/english/spaz https://en.wiktionary.org/wiki/spaz
2023-09-16 00:30:41 +01:00