]> git.tnoah.ca Git - lora-radio.git/shortlog
lora-radio.git
2025-01-09 jacob.evaRevert radiolib work and fix SX127X issues #39
2024-12-23 jacob.evaAdd LilyGo T3 v1.0 models
2024-12-07 jacob.evaRetrieve firmware image length from bootloader cfg...
2024-12-06 jacob.evaFix split packet issue on some boards with SX1280 confi...
2024-12-06 jacob.evaCorrect T3S3 SX1280 buffer size
2024-12-06 jacob.evaFix incorrect variable names and add t-echo release...
2024-12-06 jacob.evaRevert to SX127X TX power value being read directly...
2024-11-11 jacob.evaMerge branch 'dev' of github.com:liberatedsystems/RNode...
2024-11-11 jacob.evaFix version display error
2024-10-31 jacobevaMerge pull request #52 from WifiHero91/patch-1
2024-10-26 WifiHero91Update Makefile
2024-10-26 WifiHero91Update Boards.h
2024-10-23 jacob.evaFix T3S3 init on AB and AC models
2024-10-23 jacob.evaFix RX buffer BLE issue for good
2024-10-23 jacob.evaopenCom XL - Adjust TX power PA curve
2024-10-23 jacob.evaEnlarge BLE transmission buffer to support split packets
2024-10-22 jacob.evaChange read_len to array to combat multiple interface...
2024-10-22 jacob.evaFix edge case of potential packet duplication
2024-10-22 jacob.evaCorrect version to 1.74
2024-10-16 jacob.evaAdd openCom XL upload target
2024-10-16 jacob.evaFix openCom XL compilation
2024-10-16 jacob.evaUpdate T3S3 SX1280 PA model code, again
2024-10-16 jacob.evaFix - correct version to 1.75
2024-10-16 jacob.evaUpdate openCom XL makefile targets
2024-10-16 jacob.evaAdd openCom XL board definition
2024-10-16 jacob.evaEnsure instant startup on openCom XL
2024-10-16 jacob.evaBump version to 1.75
2024-10-16 jacob.evaFix BLE service duplication bug on nRF52
2024-10-16 jacob.evaEnable fast preamble and change fast preamble length...
2024-10-15 jacob.evaRemove reference to old variable
2024-10-15 jacob.evaUpdate T3S3 SX1280 with PA model
2024-10-15 jacob.evaFix buffer overrun and freezing bugs
2024-10-12 jacob.evaStore SX127X tx power in variable, attempt to fix #39
2024-10-12 jacob.evaAdd Heltec LoRa32 v3 to setTXPower
2024-10-12 jacob.evaChange model code for T3S3 SX1280 w/ PA
2024-10-12 jacob.evaLimit T3S3 TX power for now
2024-10-12 jacob.evaCorrect T3S3 flashing
2024-10-12 jacob.evaCorrect T3S3 SX1280 PA pins
2024-10-12 jacob.evaCorrect T3S3 SPI configuration
2024-10-12 jacob.evaFix missing --port option
2024-10-12 jacob.evaAdd TXEN and RXEN pins for PA model of T3S3
2024-10-12 jacob.evaUpdate to RNode Firmware v1.78 (upstream)
2024-10-12 jacob.evaFix edge case in transmission handling
2024-10-11 jacob.evaMerge t-echo display support (currently non-scaled)
2024-10-11 jacob.evaMerge branch 'master' of github.com:liberatedsystems...
2024-10-11 jacob.evaMerge branch 'make_fixes'
2024-10-11 jacob.evaMerge
2024-10-01 jacobevaMerge pull request #46 from tomuk5/E22_ESP32
2024-10-01 jacob.evaFix interface framing assignment conflict
2024-09-27 Aaron BieberRevamp makefile to be more dynamic and reduce much...
2024-09-16 jacobevaMerge pull request #40 from jeremybox/techo/fix-arduino...
2024-09-16 Jeremyfixes adds missing adafruit repo used for prep-nrf...
2024-09-13 tomuk5E22 Board
2024-09-12 jacob.evaCleanup
2024-09-12 jacobevaMerge pull request #36 from jeremybox/techo
2024-09-12 jeremyboxDelete .vscode/settings.json
2024-09-12 jeremyadds .vscode to git ignore file
2024-09-12 jeremySquashed commit of the following:
2024-09-11 jacob.evaAllow ESP32 with BLE to compile
2024-09-11 jacob.evaWell that was embarassing...
2024-09-11 jacob.evaReplace all references to python with python3 instead...
2024-09-11 jacob.evaRevert to ISR handling packets and cap SX1280 data...
2024-09-10 tomuk5Add custom board signing and EEPROM instructions
2024-09-10 jacob.evaCorrect various lengths and data types
2024-09-10 jacob.evaChange interrupt layout and address SX1280 errata
2024-09-10 jacob.evaImprove BLE serial performance + add BLE battery display
2024-09-05 jacob.evaAdd support for retrieving packet length on implicit...
2024-09-04 jacob.evaFinish off edge cases of race condition
2024-09-04 jacob.evaCorrect interface selection logic
2024-09-04 jacob.evaFix race condition on multiple interfaces receiving...
2024-09-04 jacob.evaMove FIFOBuffer to src dir
2024-09-04 jacob.evaAdd check for freeNode in RAK4631 power section
2024-09-03 jacobevaMerge pull request #31 from macvenez/makefile-ports
2024-09-03 macvenezAdded default port for upload or specified by argument...
2024-08-31 jacob.evaFix BLE pairing state on NRF52
2024-08-30 jacob.evaMerge branch 'master' of github.com:liberatedsystems...
2024-08-30 jacob.evaMake screensaver checks more efficient + add periodic...
2024-08-30 jacobevaMerge pull request #24 from jeremybox/screensaver
2024-08-30 jeremymakes SCREENSAVER_INTERVAL a #define to save some ram
2024-08-30 jacob.evaImprove screensaver to be non-blocking
2024-08-30 jacobevaMerge pull request #22 from jeremybox/screensaver
2024-08-30 jacob.evaFix corruption / dropped packet issues caused by small...
2024-08-29 jeremyAdds a rudimentary screen saver that briefly (500ms...
2024-08-24 jacob.evaRemove redundant radio status updates
2024-08-24 jacob.evaOnly send phy stats *after* sending config parameter...
2024-08-21 jacob.evaFix weird behaviour with queue sizing
2024-08-21 jacob.evaFix BLE pairing behaviour and disable just works pairing
2024-08-06 jacob.evaFix SPI semaphore lockup issue on ESP32
2024-08-03 jacob.evaClarify pin requirements
2024-08-01 jacob.evaAuto install needed packages, and bypass external manag...
2024-08-01 jacob.evaUpdate dependencies
2024-08-01 jacob.evaRemove last remaining AVR stuff
2024-07-31 jacob.evaUpdate guide and fix spelling / grammar errors
2024-07-31 jacobevaMerge pull request #17 from nathmo/patch-1
2024-07-31 Nathann MorandAdded a few info in CONTRIBUTING.md
2024-07-24 jacob.evaFix issue with SX1280 TX power not being set properly
2024-07-24 jacob.evaRename freeNode to openCom XL
2024-07-23 jacob.evaAdd freeNode as supported product
2024-07-20 jacob.evaAdd rak4631_sx1280 and freenode board variant targets
2024-07-20 jacob.evaMerge branch 't3s3_sx1280'
next