v1.4.9
What's Changed
- Update clang format by @2bndy5 in #940
- Bump actions/checkout from 3 to 4 by @dependabot in #941
- GPIO changes (RPi5 support) by @TMRh20 in #942
- Docs: Byte alignment/packing mismatches by @TMRh20 in #945
- Update COMMON_ISSUES re: write() function by @TMRh20 in #947
- Docs: testRPD by @TMRh20 in #948
- Update MRAA timer functions by @TMRh20 in #950
- Modify Main docs page by @TMRh20 in #951
- Fix for SPIDEV & MRAA: delayMicroseconds() by @TMRh20 in #952
- Add delay to manualAcknowledgements example by @TMRh20 in #953
- Fix for pigpio delayMicroseconds by @TMRh20 in #954
- Link to new (CMake) installer by default by @TMRh20 in #957
- separate ISR handling from IRQ processing by @2bndy5 in #956
- Promiscuous scanners by @2bndy5 in #955
- Update SPIDEV driver for Character Device v2 ABI; cache FDs by @2bndy5 in #959
- IRQ support using Linux kernel Character Device + Posix threads by @2bndy5 in #961
- cache gpio chip detection when properly initialized by @2bndy5 in #962
- use quotes for linux/gpio.h include by @2bndy5 in #963
- Add link to RF24G library in docs by @TMRh20 in #964
- revise MRAA driver's GPIO implementation by @2bndy5 in #966
- update python wrapper/examples/doc by @2bndy5 in #967
- wrap MRAA lib's
Gpio::isr()
for IRQ support by @2bndy5 in #970 - Use BCM2835 lib's Edge Detection Status for IRQ support by @2bndy5 in #969
- wrap
wiringPiISRStop()
in driver API by @2bndy5 in #968 - disable auto-detect driver and default to SPIDEV by @2bndy5 in #973
New Contributors
- @dependabot made their first contribution in #941
Full Changelog: v1.4.8...v1.4.9