Wykres commitów

  • 8084e89ec0 Deploying to gh-pages from @ 43adfee174 🚀 StevenCellist 2024-05-03 20:58:43 +0000
  • 43adfee174 [LoRaWAN] Shorten LORAWAN to LW StevenCellist 2024-05-03 22:58:11 +0200
  • 639ff00109 [SSTV] Added image converter tool jgromes 2024-05-03 21:28:18 +0100
  • b675e0c034 Fix RPi example flags jgromes 2024-05-03 21:05:44 +0100
  • 6fe581aea7 Fix minor format warnings jgromes 2024-05-03 20:54:18 +0100
  • 1163604322 Deploying to gh-pages from @ 7209690bf6 🚀 jgromes 2024-05-01 18:13:28 +0000
  • 7209690bf6 [Mod] Fixed hexdump not escaping format specifiers jgromes 2024-05-01 19:12:22 +0100
  • 5f12c22715 Deploying to gh-pages from @ 92cb09a932 🚀 jgromes 2024-05-01 17:05:53 +0000
  • 92cb09a932 [CC1101] Resolve issues reported by cppcheck jgromes 2024-05-01 18:05:16 +0100
  • 62f2fbffc7 Deploying to gh-pages from @ 809025eba6 🚀 jgromes 2024-05-01 14:51:35 +0000
  • 809025eba6 [Mod] Fix issues from cppcheck scan jgromes 2024-05-01 15:51:01 +0100
  • cb9cb87556 [HAL] Make ArduinoHal constructor explicit jgromes 2024-05-01 15:41:24 +0100
  • 97adb260ce [CI] Enable cppcheck inline suppression and suppres unchecked config jgromes 2024-05-01 15:40:08 +0100
  • 720aa4e191 Deploying to gh-pages from @ 05e35407f4 🚀 jgromes 2024-05-01 13:15:25 +0000
  • 05e35407f4 [FSK4] Use abs macro instead of abs function jgromes 2024-05-01 15:14:44 +0200
  • 24e2f2da2a Deploying to gh-pages from @ 2f85326fec 🚀 jgromes 2024-05-01 13:12:39 +0000
  • 2f85326fec
    examples/NonArduino/Tock: Support RISC-V and bump libtock-c (#1082) Alistair Francis 2024-05-01 23:12:05 +1000
  • 492dee2eb9 examples/NonArduino/Tock: Update to newer libtock-c Alistair Francis 2024-05-01 19:07:54 +1000
  • 5371026c09 Deploying to gh-pages from @ 1b2b8bd67b 🚀 jgromes 2024-05-01 11:35:55 +0000
  • 1b2b8bd67b
    [LoRaWAN] Improve PHY behaviour, update beginABP, bugfixes (#1080) StevenCellist 2024-05-01 13:35:22 +0200
  • 27cf9b5741 [SX127x] Added checkOutputPower override for PHY compatibility jgromes 2024-05-01 12:13:16 +0100
  • 9aa08e6179 [LR11x0] Added checkOutputPower override for PHY compatibility jgromes 2024-05-01 12:13:05 +0100
  • 39a06cb0ce [CC1101] Added checkOutputPower override for PHY compatibility jgromes 2024-05-01 12:12:51 +0100
  • 8ead5b203d examples/NonArduino/Tock: Support building for RISC-V Alistair Francis 2024-04-30 20:04:43 +1000
  • 2c20ed92e2 Update keywords.txt StevenCellist 2024-04-30 18:54:32 +0200
  • 6e9ae1e79a [SX1278] Fix variable assignment StevenCellist 2024-04-30 18:54:22 +0200
  • b5eb4ace2a [CC1101] Update checkOutputPower StevenCellist 2024-04-30 18:53:50 +0200
  • 21f8ff6ee3
    was not properly ref byteBuff Crsarmv7l 2024-04-29 20:32:01 -0400
  • ddd4e8a269
    fix call to dropSync() Crsarmv7l 2024-04-29 20:22:38 -0400
  • 5e84ec99ff
    Update PhysicalLayer.h Crsarmv7l 2024-04-29 20:17:53 -0400
  • 52c460349c
    Fix spaces Crsarmv7l 2024-04-29 20:11:27 -0400
  • d6b3288c95
    Expose method Crsarmv7l 2024-04-29 20:02:53 -0400
  • f15ad42217
    Drop sync bool and getter for the buffer Crsarmv7l 2024-04-29 19:59:41 -0400
  • 32a277e625
    Change comment back Crsarmv7l 2024-04-29 18:14:45 -0400
  • d82c484111
    define byteBuff Crsarmv7l 2024-04-29 18:05:47 -0400
  • 9d0b24ae26
    byteBuff as intermediate buffer so we aren't writing straight to the buffer Crsarmv7l 2024-04-29 18:02:38 -0400
  • fa449bcdcb [CC1101] Resolve unused variable warning StevenCellist 2024-04-29 22:05:11 +0200
  • 489131d56d Update keywords.txt StevenCellist 2024-04-29 21:52:39 +0200
  • 88093d69fd [LoRaWAN] Prevent requesting repeated MAC commands StevenCellist 2024-04-29 21:40:46 +0200
  • 910594eeca [LoRaWAN] Improve buffer definition StevenCellist 2024-04-29 20:50:40 +0200
  • 7f2e0e6031 Resolve return-warnings in checkOutputPower() StevenCellist 2024-04-29 20:49:13 +0200
  • e3264a5f8c [LoRaWAN] Improve downlink handling StevenCellist 2024-04-29 16:03:04 +0200
  • 9ee38c1e36 [LoRaWAN] Remove unnecessary dynamic array StevenCellist 2024-04-29 15:33:05 +0200
  • 89eb48b503 [LoRaWAN] Configure physical layer on each up/downlink StevenCellist 2024-04-29 15:30:46 +0200
  • e8c09cf5d9 Implement & split off checkOutputPower StevenCellist 2024-04-29 15:29:35 +0200
  • 6591e98314 [LoRaWAN] Permute arguments to beginABP StevenCellist 2024-04-27 17:17:18 +0200
  • a85a48711f [LoRaWAN] Add getter for ToA, prevent MAC queue overflow StevenCellist 2024-04-27 17:05:16 +0200
  • 6be8d4cc88 Deploying to gh-pages from @ 841b283c0f 🚀 jgromes 2024-04-26 05:05:04 +0000
  • 841b283c0f [LoRaWAN] Use dynamic array instead of VLA jgromes 2024-04-26 07:04:16 +0200
  • 1405fd0b6d Deploying to gh-pages from @ 205031550b 🚀 jgromes 2024-04-25 19:51:27 +0000
  • 205031550b
    Use RadioLibTime_t (aka unsigned long) when dealing with millis() and micros() (#1075) Elizabeth Myers 2024-04-25 12:50:58 -0700
  • f12ca8b06e Deploying to gh-pages from @ ecfc18c35d 🚀 jgromes 2024-04-25 18:04:11 +0000
  • ecfc18c35d [CC1101] Fix RSSI readout (#1077) jgromes 2024-04-25 20:03:06 +0200
  • e35e0396d2 Use uint32_t internally in getTimeOnAir. Elizabeth Myers 2024-04-24 23:21:42 -0700
  • 4316d0f822 Change most timestamps to use RadioLibTime_t. Elizabeth Myers 2024-04-24 20:40:16 -0700
  • 6137a9c64c Use unsigned long when dealing with millis() and micros(). Elizabeth Myers 2024-04-24 09:10:27 -0700
  • c8580ce3f9 Deploying to gh-pages from @ 43ca08d8ee 🚀 jgromes 2024-04-21 13:25:23 +0000
  • 43ca08d8ee [LR11x0] Added LR1120/21 classes jgromes 2024-04-21 15:24:49 +0200
  • 2bb436a14a Deploying to gh-pages from @ e8a6297c60 🚀 jgromes 2024-04-21 13:02:41 +0000
  • e8a6297c60 [LR11x0] Added support for LR-FHSS jgromes 2024-04-21 15:01:57 +0200
  • 7086272cee Deploying to gh-pages from @ ce4d9aa150 🚀 jgromes 2024-04-21 06:48:01 +0000
  • ce4d9aa150 [LR11x0] Fixed LoRa CRC configuration jgromes 2024-04-21 08:47:27 +0200
  • 2b93f9a0da Deploying to gh-pages from @ 9451f36332 🚀 jgromes 2024-04-21 06:34:47 +0000
  • 9451f36332 [LR11x0] Use IRQ instead of DIO1 as pin name jgromes 2024-04-21 08:34:00 +0200
  • 6bde996dff Deploying to gh-pages from @ 01208574d9 🚀 jgromes 2024-04-20 19:30:06 +0000
  • 01208574d9 [LR11x0] Added CAD support (#679) jgromes 2024-04-20 21:29:32 +0200
  • c4f949b2ee Deploying to gh-pages from @ b283c1b117 🚀 jgromes 2024-04-20 16:08:26 +0000
  • b283c1b117 Added LR11x0 to supported protocols jgromes 2024-04-20 18:07:27 +0200
  • e462d49557 Deploying to gh-pages from @ 99d2e6c452 🚀 jgromes 2024-04-20 16:06:04 +0000
  • 3c502b9cdf [AX25] Fix direct mode start jgromes 2024-04-20 18:05:57 +0200
  • 99d2e6c452 [LR11x0] Added direct mode support jgromes 2024-04-20 18:05:31 +0200
  • 1fa424c82a Deploying to gh-pages from @ 6fa4aa3ebb 🚀 jgromes 2024-04-19 18:31:27 +0000
  • 6fa4aa3ebb [LR11x0] Added GFSK modem support (#679) jgromes 2024-04-19 20:30:53 +0200
  • 4d1157e3a4 Add LR11x0 to readme and library tags jgromes 2024-04-14 19:51:59 +0100
  • 88e1411399 [LR11x0] Fix potential use after free jgromes 2024-04-14 19:42:14 +0100
  • 802a5f2765 Deploying to gh-pages from @ 4a6e182789 🚀 jgromes 2024-04-14 18:38:48 +0000
  • 4a6e182789 [LR11x0] Fix virtual method hiding (#679) jgromes 2024-04-14 20:38:12 +0200
  • 62c46ba94e Deploying to gh-pages from @ 7bb747fdba 🚀 jgromes 2024-04-14 18:30:16 +0000
  • 7bb747fdba [LR11x0] Add missing header for non-Arduino paltforms (#679) jgromes 2024-04-14 19:29:35 +0100
  • f956a66ef2 [LR11x0] Fix typos in variable names jgromes 2024-04-14 19:29:12 +0100
  • 23f45153c1 [LR11x0] Suppress warnings for unimplemented features jgromes 2024-04-14 19:28:54 +0100
  • c8b355f11d Deploying to gh-pages from @ 6d232a64cf 🚀 jgromes 2024-04-14 18:24:11 +0000
  • 6d232a64cf Merge branch 'master' of https://github.com/jgromes/RadioLib jgromes 2024-04-14 20:23:00 +0200
  • 77ed4452ae [LR11x0] Added basic LR11x0 support (#679) jgromes 2024-04-14 20:22:55 +0200
  • e7da14421d [Mod] Fix SPI command byte order jgromes 2024-04-14 20:22:16 +0200
  • 46ef20ebe9 Fix interrupt emulation in Raspberry Pi example jgromes 2024-04-14 14:37:55 +0100
  • 91f89fa1f3
    Updated board definitions for the LoRaWAN Examples (#1052) Velocet 2024-04-14 08:15:50 +0200
  • 4fa501c84b Deploying to gh-pages from @ c11ac4703b 🚀 jgromes 2024-04-13 19:22:16 +0000
  • c11ac4703b [SX127x] Fixed getRSSI overload for PhysicalLayer (#1064) jgromes 2024-04-13 21:21:33 +0200
  • 7e4d40b486
    Recreate README.md Velocet 2024-04-10 08:24:14 +0200
  • d77823375a [LoRaWAN] Generate random numbers instead of digital/analog read (#1056) jgromes 2024-04-09 22:18:40 +0200
  • 0b1548f3f0 Deploying to gh-pages from @ c9d8c601df 🚀 jgromes 2024-04-07 16:35:13 +0000
  • c9d8c601df [Mod] Use enum for bit widths jgromes 2024-04-07 17:34:31 +0100
  • f982314858 Eanble all warnings in CMake jgromes 2024-04-07 16:13:33 +0100
  • 1b1c6aa888 Deploying to gh-pages from @ 4fa0656ddd 🚀 jgromes 2024-04-07 15:05:51 +0000
  • 4fa0656ddd
    [MOD] SPI configuration interface rework (#1057) Jan Gromeš 2024-04-07 17:05:07 +0200
  • 2c58711a48 [MOD] Fix signed warnings jgromes 2024-04-07 15:57:35 +0100
  • 4d9094757a Fix missing moved debug info jgromes 2024-04-07 15:51:47 +0100
  • 0bbc152070 [SX128x] Rework SPI config interface jgromes 2024-04-07 15:47:56 +0100
  • 1ce5e75ab9 [SX126x] Rework SPI config interface jgromes 2024-04-07 15:47:49 +0100