Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
librf24-RPi-1.4.9-1.armhf.rpm | 2024-06-11 | 91.5 kB | |
librf24-RPi_1.4.9-1_armhf.deb | 2024-06-11 | 84.0 kB | |
librf24-SPIDEV-1.4.9-1.arm64.rpm | 2024-06-11 | 70.3 kB | |
librf24-SPIDEV_1.4.9-1_arm64.deb | 2024-06-11 | 62.7 kB | |
librf24-SPIDEV-1.4.9-1.armhf.rpm | 2024-06-11 | 66.0 kB | |
librf24-SPIDEV_1.4.9-1_armhf.deb | 2024-06-11 | 58.3 kB | |
librf24-RPi-1.4.9-1.arm64.rpm | 2024-06-11 | 96.5 kB | |
librf24-RPi_1.4.9-1_arm64.deb | 2024-06-11 | 89.1 kB | |
PlatformIO-RF24-1.4.9.tar.gz | 2024-06-11 | 2.9 MB | |
README.md | 2024-06-11 | 2.5 kB | |
v1.4.9 source code.tar.gz | 2024-06-11 | 5.0 MB | |
v1.4.9 source code.zip | 2024-06-11 | 5.1 MB | |
Totals: 12 Items | 13.7 MB | 5 |
What's Changed
- Update clang format by @2bndy5 in https://github.com/nRF24/RF24/pull/940
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/nRF24/RF24/pull/941
- GPIO changes (RPi5 support) by @TMRh20 in https://github.com/nRF24/RF24/pull/942
- Docs: Byte alignment/packing mismatches by @TMRh20 in https://github.com/nRF24/RF24/pull/945
- Update COMMON_ISSUES re: write() function by @TMRh20 in https://github.com/nRF24/RF24/pull/947
- Docs: testRPD by @TMRh20 in https://github.com/nRF24/RF24/pull/948
- Update MRAA timer functions by @TMRh20 in https://github.com/nRF24/RF24/pull/950
- Modify Main docs page by @TMRh20 in https://github.com/nRF24/RF24/pull/951
- Fix for SPIDEV & MRAA: delayMicroseconds() by @TMRh20 in https://github.com/nRF24/RF24/pull/952
- Add delay to manualAcknowledgements example by @TMRh20 in https://github.com/nRF24/RF24/pull/953
- Fix for pigpio delayMicroseconds by @TMRh20 in https://github.com/nRF24/RF24/pull/954
- Link to new (CMake) installer by default by @TMRh20 in https://github.com/nRF24/RF24/pull/957
- separate ISR handling from IRQ processing by @2bndy5 in https://github.com/nRF24/RF24/pull/956
- Promiscuous scanners by @2bndy5 in https://github.com/nRF24/RF24/pull/955
- Update SPIDEV driver for Character Device v2 ABI; cache FDs by @2bndy5 in https://github.com/nRF24/RF24/pull/959
- IRQ support using Linux kernel Character Device + Posix threads by @2bndy5 in https://github.com/nRF24/RF24/pull/961
- cache gpio chip detection when properly initialized by @2bndy5 in https://github.com/nRF24/RF24/pull/962
- use quotes for linux/gpio.h include by @2bndy5 in https://github.com/nRF24/RF24/pull/963
- Add link to RF24G library in docs by @TMRh20 in https://github.com/nRF24/RF24/pull/964
- revise MRAA driver's GPIO implementation by @2bndy5 in https://github.com/nRF24/RF24/pull/966
- update python wrapper/examples/doc by @2bndy5 in https://github.com/nRF24/RF24/pull/967
- wrap MRAA lib's
Gpio::isr()
for IRQ support by @2bndy5 in https://github.com/nRF24/RF24/pull/970 - Use BCM2835 lib's Edge Detection Status for IRQ support by @2bndy5 in https://github.com/nRF24/RF24/pull/969
- wrap
wiringPiISRStop()
in driver API by @2bndy5 in https://github.com/nRF24/RF24/pull/968 - disable auto-detect driver and default to SPIDEV by @2bndy5 in https://github.com/nRF24/RF24/pull/973
New Contributors
- @dependabot made their first contribution in https://github.com/nRF24/RF24/pull/941
Full Changelog: https://github.com/nRF24/RF24/compare/v1.4.8...v1.4.9