Commit graph

  • 37bb8af768 [HAL] Fixed formatting jgromes 2023-04-22 18:08:08 +02:00
  • d5fe5e3e2d [HAL] Cleaned up example and added comments jgromes 2023-04-22 18:07:47 +02:00
  • 7e47910430 [HAL] Renamed Hal to RadioLibHal jgromes 2023-04-22 18:07:27 +02:00
  • 8aac62de46 Deploying to gh-pages from @ b76b819b12 🚀 jgromes 2023-04-22 14:27:48 +00:00
  • b76b819b12
    Merge pull request #730 from Mesteery/new-hal Jan Gromeš 2023-04-22 16:26:31 +02:00
  • 94050efb1b add example Mestery 2023-04-18 19:21:01 +02:00
  • 01642d5c15 Deploying to gh-pages from @ 21f2ef6836 🚀 jgromes 2023-04-17 17:13:45 +00:00
  • 21f2ef6836 [SX128x] Fixed IQ inversion jgromes 2023-04-17 19:12:42 +02:00
  • 336dff3f0d Deploying to gh-pages from @ 2e8d0ae8a3 🚀 jgromes 2023-04-17 17:11:42 +00:00
  • 2e8d0ae8a3 [SX126x] Fixed IQ inversion not caching (#731) jgromes 2023-04-17 19:10:26 +02:00
  • f20cc978a7 update interrupt action mode type Mestery 2023-04-16 21:45:39 +02:00
  • 9a68a3c901 use uint32 instead of uint8 for pin type Mestery 2023-04-16 21:39:00 +02:00
  • 6695133576 fix documentation Mestery 2023-04-16 21:05:35 +02:00
  • e141f4f151 fix warnings Mestery 2023-04-16 21:01:55 +02:00
  • 0cf308be04 remove byte usage Mestery 2023-04-16 21:00:05 +02:00
  • f37c0b55c0 try move include inside Mestery 2023-04-16 20:54:48 +02:00
  • 3d43a618e3 guard arduinohal include Mestery 2023-04-16 20:54:31 +02:00
  • d8f0d36407
    fix Mestery 2023-04-13 17:50:27 +02:00
  • 7faeb46ada im so stupid Mestery 2023-04-13 01:42:19 +02:00
  • ec3d4eaf20 Improve hardware abstraction layer Mestery 2023-04-11 04:51:29 +02:00
  • 7576ab4dff Deploying to gh-pages from @ 88549baf83 🚀 jgromes 2023-04-12 17:01:33 +00:00
  • 88549baf83
    Merge pull request #728 from Mesteery/undef-macro Jan Gromeš 2023-04-12 19:00:44 +02:00
  • 45e9fd44bb
    nitpick Mestery 2023-04-12 18:44:12 +02:00
  • 27575b8c49
    Remove RADIOLIB_DEBUG_PRINT_BIN Mestery 2023-04-12 18:43:43 +02:00
  • 09fc9290bb
    Undefine RADIOLIB_DEBUG_PRINT_BIN macro after use Mestery 2023-04-12 16:50:05 +02:00
  • 676ee7d2bc Deploying to gh-pages from @ 9c019a58e7 🚀 jgromes 2023-04-10 15:26:40 +00:00
  • 9c019a58e7
    Merge pull request #726 from Mesteery/fix-generic-build Jan Gromeš 2023-04-10 17:25:40 +02:00
  • 17ae017f89
    address changes Mestery 2023-04-10 14:51:07 +02:00
  • 6ef8b105da Deploying to gh-pages from @ cb385f5946 🚀 jgromes 2023-04-10 12:06:09 +00:00
  • cb385f5946 [SX126x] Remove standby before data read (#703) jgromes 2023-04-10 14:05:25 +02:00
  • c8b28887ee [SX127x] Fixed comment jgromes 2023-04-10 14:03:37 +02:00
  • 6a879077ba Deploying to gh-pages from @ 0f5b31aa3a 🚀 jgromes 2023-04-10 11:58:39 +00:00
  • 0f5b31aa3a [SX127x] Removed standby before data read jgromes 2023-04-10 13:57:00 +02:00
  • ff37f4fe7c Deploying to gh-pages from @ b9fb0893b3 🚀 jgromes 2023-04-10 09:55:54 +00:00
  • b9fb0893b3 [SX127x] Added missing explicit CRC configuration jgromes 2023-04-10 11:54:59 +02:00
  • cccc9742bb [CI] Skip SSTV examples for Arduino Uno (not enough RAM) jgromes 2023-04-10 11:20:35 +02:00
  • 220b4dad7f
    use printf in both build Mestery 2023-04-09 23:47:44 +02:00
  • 6456da188d
    fix debug print Mestery 2023-04-09 21:34:13 +02:00
  • 67e4dd4815
    fix delayMicroseconds Mestery 2023-04-09 20:34:42 +02:00
  • 2a45f71384
    fix undef digitalread Mestery 2023-04-09 16:58:56 +02:00
  • 7b6fd24c8e
    fix non arduino build Mestery 2023-04-08 19:56:41 +00:00
  • 390b425b39 [MOD] Fixed default Arduino callbacks for SPI (#725) jgromes 2023-04-10 11:11:17 +02:00
  • 8371788101 Deploying to gh-pages from @ 7c0fc5305a 🚀 jgromes 2023-04-10 08:30:09 +00:00
  • 7c0fc5305a [STM32WL] Fixed build for Platformio (#718) jgromes 2023-04-10 10:29:21 +02:00
  • 26f61100dc Deploying to gh-pages from @ f59a69f5c4 🚀 jgromes 2023-04-10 07:08:17 +00:00
  • f59a69f5c4 [MOD] Removed references to Arduino SPI callbacks (#725) jgromes 2023-04-10 09:06:40 +02:00
  • efc2e9f291 [nRF24] Removed references to Arduino SPI callbacks (#725) jgromes 2023-04-10 09:06:24 +02:00
  • cdbb827091 [CC1101] Removed references to Arduino SPI callbacks (#725) jgromes 2023-04-10 09:06:08 +02:00
  • e887405f64 Deploying to gh-pages from @ 9d36ae4bee 🚀 jgromes 2023-04-09 20:38:19 +00:00
  • 9d36ae4bee [MOD] Fixed SPI callbacks on non-Arduino platforms (#725) jgromes 2023-04-09 22:37:36 +02:00
  • c864f8a8e2 Deploying to gh-pages from @ 8587f73bd9 🚀 jgromes 2023-04-09 15:10:16 +00:00
  • 8587f73bd9 [SX127x] Implemented fractional bit rate (#505) jgromes 2023-04-09 17:08:45 +02:00
  • 2ed1a04b3d Deploying to gh-pages from @ 9d3a2bb72f 🚀 jgromes 2023-04-08 19:46:10 +00:00
  • 9d3a2bb72f [SX128x] Added IQ inversion (#724) jgromes 2023-04-08 21:45:15 +02:00
  • 9dde85598b [SX126x] Added IQ inversion jgromes 2023-04-08 21:44:51 +02:00
  • 13248b6eab [SX127x] Fixed comments jgromes 2023-04-08 21:44:14 +02:00
  • 696d628ce9 Fixed readme link jgromes 2023-04-07 09:12:25 +02:00
  • 8ddc80831d Updated readme jgromes 2023-04-07 09:11:44 +02:00
  • 11ea9a6f96 Deploying to gh-pages from @ 5f0cfa9bf6 🚀 jgromes 2023-04-02 19:01:59 +00:00
  • 5f0cfa9bf6 [SX126x] Improved RNG jgromes 2023-04-02 21:01:13 +02:00
  • abfdaf7523 Deploying to gh-pages from @ 45c5859338 🚀 jgromes 2023-03-31 20:03:46 +00:00
  • 45c5859338 [SX128x] Fixed packet length in implicit mode (#716) jgromes 2023-03-31 22:02:58 +02:00
  • ece2621a6f [SX126x] Fixed packet length in LoRa implicit mode jgromes 2023-03-31 22:02:35 +02:00
  • 0210e10a24 [MOD] Fixed swapped NSS/BUSY order (#716) jgromes 2023-03-30 23:17:34 +02:00
  • e546518fae Deploying to gh-pages from @ d5b1521c54 🚀 jgromes 2023-03-30 09:04:21 +00:00
  • d5b1521c54
    Merge pull request #714 from gasagna/master Jan Gromeš 2023-03-30 11:02:11 +02:00
  • 642cbd8bfd added link to original issue Davide Lasagna 2023-03-30 09:49:50 +01:00
  • c400a1428e fix #709 Davide Lasagna 2023-03-29 18:21:18 +01:00
  • a7d1880848 Deploying to gh-pages from @ c2b40f088f 🚀 jgromes 2023-03-27 21:28:52 +00:00
  • c2b40f088f
    Merge pull request #711 from G4lile0/master Jan Gromeš 2023-03-27 23:28:18 +02:00
  • f62f912c87 [SX127x] Unified getRSSI interface jgromes 2023-03-27 23:22:03 +02:00
  • ab9cf0d528 [SX126x] Unified getRSSI interface jgromes 2023-03-27 23:21:37 +02:00
  • 50318a6c60 bool packet miss on SX126x::getRSSI G4lile0 2023-03-27 21:21:45 +02:00
  • 09ab5f8073 [SX127x] & [SX126x] read current RSSI for getRSSI G4lile0 2023-03-27 20:51:44 +02:00
  • bcb9161e2a Deploying to gh-pages from @ c10343e853 🚀 jgromes 2023-03-27 16:49:28 +00:00
  • c10343e853 [SX126x] Added spectral scan in frequency jgromes 2023-03-27 18:48:32 +02:00
  • 155e614b08 Deploying to gh-pages from @ ee7c1e7604 🚀 jgromes 2023-03-26 20:21:12 +00:00
  • ee7c1e7604 [SX128x] Added PHY startReceive (#700) jgromes 2023-03-26 22:20:19 +02:00
  • 5d365d4da7 [SX127x] Added PHY startReceive (#700) jgromes 2023-03-26 22:20:08 +02:00
  • 9dd401e4a1 [SX126x] Added PHY startReceive (#700) jgromes 2023-03-26 22:19:53 +02:00
  • 1d92f1d786 [Si443x] Added PHY startReceive (#700) jgromes 2023-03-26 22:18:28 +02:00
  • b108686a0f [RF69] Added PHY startReceive (#700) jgromes 2023-03-26 22:18:16 +02:00
  • a534f490b1 [nRF24] Added PHY startReceive (#700) jgromes 2023-03-26 22:18:08 +02:00
  • 87c1d04b42 [CC1101] Added PHY startReceive (#700) jgromes 2023-03-26 22:17:55 +02:00
  • 0c15424419 [PHY] Fixed startReceive compatibility (#700) jgromes 2023-03-26 22:17:19 +02:00
  • 04e24ab9d1 [SX1278] New getInstRSSI to get current RSSI G4lile0 2023-03-24 20:30:06 +01:00
  • c325c3f21f Deploying to gh-pages from @ 9dae818033 🚀 jgromes 2023-03-23 18:08:02 +00:00
  • 9dae818033 [SX126x] Explicitly enabled CRC (#706) jgromes 2023-03-23 19:07:04 +01:00
  • c3de8b9099 [SX127x] Explicitly enabled CRC (#706) jgromes 2023-03-23 19:06:43 +01:00
  • 48d49aabba Merge branch 'master' of https://github.com/jgromes/RadioLib jgromes 2023-03-22 22:13:32 +01:00
  • 8bbcc908f5 [SX126x] Fixed frequency error calculation (#706) jgromes 2023-03-22 22:12:28 +01:00
  • 91386e9313
    Merge pull request #708 from gasagna/master Jan Gromeš 2023-03-21 21:11:53 +01:00
  • b7e12f5c71 fix for #705 Davide Lasagna 2023-03-21 19:56:21 +00:00
  • 1bec311519 Deploying to gh-pages from @ cd4575ebb0 🚀 jgromes 2023-03-21 17:19:21 +00:00
  • cd4575ebb0 [SX126x] Fixed chip id (#707) jgromes 2023-03-21 18:18:17 +01:00
  • 19c300a99b Deploying to gh-pages from @ dc2eb523a9 🚀 jgromes 2023-03-20 20:59:57 +00:00
  • dc2eb523a9 [SX126x] Cleanup whitespaces jgromes 2023-03-20 21:59:07 +01:00
  • 48e8920db0 Deploying to gh-pages from @ 9b9a34bd2c 🚀 jgromes 2023-03-20 18:14:46 +00:00
  • 9b9a34bd2c Fixed build options include order jgromes 2023-03-20 19:13:38 +01:00
  • 8096d09126 Deploying to gh-pages from @ cfe6128656 🚀 jgromes 2023-03-18 09:56:45 +00:00