Commit Graph

  • 7e30e23843
    Merge 8ce59f84ce into bed02c9d97 Jeremy 2024-09-30 20:04:57 -0400
  • 8ce59f84ce WIP: refactors a lot of the Display.h code to support future boards in a more logical way (by dispay size rather than type) jeremy 2024-09-29 20:24:53 -0400
  • 6ed29517c7
    Revamp makefile to be more dynamic and reduce much some duplication Aaron Bieber 2024-09-27 09:20:56 -0600
  • 7dde795cd7 WIP: T-ECHO DISPLAY jeremy 2024-09-25 21:23:24 -0400
  • 5c764e6f50 adds initial support for the display on the t-echo jeremy 2024-09-18 14:17:23 -0400
  • a2631b5685 adds initial support for the display on the t-echo jeremy 2024-09-18 11:13:31 -0400
  • 11b75502a5
    Merge 7a6855d90e into bed02c9d97 Marco Veneziano 2024-09-17 19:35:43 +0200
  • 41dbdbe8d2
    Merge branch 'liberatedsystems:master' into techo/display jeremybox 2024-09-16 15:22:28 -0400
  • 3e7c8f1c29 WIP: t-echo display code started Jeremy 2024-09-16 15:21:07 -0400
  • 7ab3825aaa
    Attempt to fix incorrect TX power being returned (SX127X) sx127x-fix jacob.eva 2024-09-16 18:09:33 +0100
  • bed02c9d97
    Merge pull request #40 from jeremybox/techo/fix-arduino-build master jacobeva 2024-09-16 18:00:42 +0100
  • 50a60f07d2 fixes adds missing adafruit repo used for prep-nrf, and adds prep-nrf to the make prep Jeremy 2024-09-16 12:50:56 -0400
  • 2cdf2951e6
    Cleanup jacob.eva 2024-09-12 20:32:54 +0100
  • a8af5314b7
    Merge pull request #36 from jeremybox/techo jacobeva 2024-09-12 20:22:46 +0100
  • 83ae40470f
    Delete .vscode/settings.json jeremybox 2024-09-12 11:03:56 -0400
  • 2550b7a379 adds .vscode to git ignore file jeremy 2024-09-12 11:02:21 -0400
  • 02f9dc1345 Squashed commit of the following: jeremy 2024-09-12 10:57:16 -0400
  • 07b7e28c74
    Allow ESP32 with BLE to compile jacob.eva 2024-09-11 21:49:56 +0100
  • ba9022335c
    Well that was embarassing... jacob.eva 2024-09-11 21:49:27 +0100
  • f8299568fb
    Replace all references to python with python3 instead, close #33 jacob.eva 2024-09-11 21:01:51 +0100
  • 51afd310a5
    Revert to ISR handling packets and cap SX1280 data rate jacob.eva 2024-09-11 20:18:43 +0100
  • 02c12158f5 continues work on the t-echo firmware jeremy 2024-08-30 23:46:09 -0400
  • f3ec5c517d makes SCREENSAVER_INTERVAL a #define to save some ram jeremy 2024-08-30 11:54:12 -0400
  • 7790880eb1 Make screensaver checks more efficient + add periodic refresh to RAK4631 jacob.eva 2024-08-30 18:18:56 +0100
  • c3b5a6f47f
    Add custom board signing and EEPROM instructions tomuk5 2024-09-09 10:22:09 +0100
  • 638bcfff1a
    Correct various lengths and data types jacob.eva 2024-09-10 22:39:49 +0100
  • c3c254cd96
    Change interrupt layout and address SX1280 errata jacob.eva 2024-09-10 22:39:15 +0100
  • 7f787d5910
    Improve BLE serial performance + add BLE battery display jacob.eva 2024-09-10 22:37:26 +0100
  • 4110101231 Add custom board signing and EEPROM instructions tomuk5 2024-09-09 10:22:09 +0100
  • f025579341
    Remove references to clearIRQStatus jacob.eva 2024-09-05 15:38:16 +0100
  • 6b6d950a4d
    Remove clearIRQStatus and reject packets with failed CRC as intended jacob.eva 2024-09-05 15:35:04 +0100
  • c9fd5f7d3b
    Add support for retrieving packet length on implicit header jacob.eva 2024-09-05 13:10:11 +0100
  • 7a6855d90e Better adc reading and USB recognition macvenez 2024-09-05 11:37:39 +0200
  • 419a5c6ce3
    Finish off edge cases of race condition jacob.eva 2024-09-04 21:56:47 +0100
  • cc4010fc95
    Correct interface selection logic jacob.eva 2024-09-04 18:25:36 +0100
  • 81aff16c2d
    Fix race condition on multiple interfaces receiving at once jacob.eva 2024-09-04 17:37:09 +0100
  • 6035e1a2c2
    Move FIFOBuffer to src dir jacob.eva 2024-09-04 17:35:07 +0100
  • 52629cb1bf
    Add check for freeNode in RAK4631 power section jacob.eva 2024-09-04 10:18:52 +0100
  • 93c365dc48
    Merge branch 'liberatedsystems:master' into master Marco Veneziano 2024-09-03 18:28:49 +0200
  • 3ccdb79b91
    Merge pull request #31 from macvenez/makefile-ports jacobeva 2024-09-03 16:26:24 +0100
  • 28c127de51 Removed extra wrong commit macvenez 2024-09-03 16:23:24 +0200
  • a54a8ed44d Added default port for upload or specified by argument "port" macvenez 2024-09-03 15:41:53 +0200
  • 7b0777e8a5 Added default port for upload or specified by argument "port" macvenez 2024-09-03 15:41:53 +0200
  • 2e25092e1d Very basic Heltec V3 battery support macvenez 2024-09-03 00:14:11 +0200
  • 8279eb60e1
    Merge a73bdad9fd into 06b4683993 Marco Veneziano 2024-09-02 18:25:42 +0200
  • a73bdad9fd Added very basic support for Heltec V3 battery voltage macvenez 2024-09-02 18:14:44 +0200
  • 06b4683993
    Fix BLE pairing state on NRF52 jacob.eva 2024-08-31 21:46:07 +0100
  • ff955109f9 adds Initial work on support for the t-echo (not working yet) jeremy 2024-08-30 17:50:36 -0400
  • 139cf7e3bf
    Merge branch 'master' of github.com:liberatedsystems/RNode_Firmware_CE jacob.eva 2024-08-30 18:21:16 +0100
  • d9cb64ec93
    Make screensaver checks more efficient + add periodic refresh to RAK4631 jacob.eva 2024-08-30 18:18:56 +0100
  • 5cb7de66d8
    Merge pull request #24 from jeremybox/screensaver jacobeva 2024-08-30 17:01:18 +0100
  • 8686ee7844 makes SCREENSAVER_INTERVAL a #define to save some ram jeremy 2024-08-30 11:54:12 -0400
  • 17ad6d213d
    Improve screensaver to be non-blocking jacob.eva 2024-08-30 15:31:20 +0100
  • 9d68b58e2e
    Merge pull request #22 from jeremybox/screensaver jacobeva 2024-08-30 15:07:36 +0100
  • 4714917fbe
    Increase max transmit power for sx127x boards to 20dbm. Fountain of Ink 2024-08-30 11:28:46 +0000
  • 65acd4f339
    Fix corruption / dropped packet issues caused by small UART buffer jacob.eva 2024-08-30 12:07:56 +0100
  • c80a4caab0 Adds a rudimentary screen saver that briefly (500ms) inverts the screen every 10 minutes on OLED displays to prevent burn-in. jeremy 2024-08-29 18:41:52 -0400
  • 55d0a41aa8
    Remove redundant radio status updates jacob.eva 2024-08-24 15:12:50 +0100
  • 36c90de9f8
    Only send phy stats *after* sending config parameter reply to master jacob.eva 2024-08-24 11:08:13 +0100
  • 7f05a4fd9f
    Fix weird behaviour with queue sizing jacob.eva 2024-08-21 17:54:38 +0100
  • d7f2de07c0
    Fix BLE pairing behaviour and disable just works pairing jacob.eva 2024-08-21 11:01:38 +0100
  • 721cee3603
    Fix SPI semaphore lockup issue on ESP32 jacob.eva 2024-08-06 17:37:47 +0100
  • 701be08ec1
    Add the start of BLE support on ESP32 esp32-ble jacob.eva 2024-08-06 17:25:50 +0100
  • a4fe2baf78
    Clarify pin requirements jacob.eva 2024-08-03 13:24:27 +0100
  • 152e7f17b3
    Auto install needed packages, and bypass external management error jacob.eva 2024-08-01 18:04:39 +0100
  • 761923e210
    Update dependencies jacob.eva 2024-08-01 18:04:31 +0100
  • fe7d745052
    Remove last remaining AVR stuff jacob.eva 2024-08-01 17:53:22 +0100
  • e5eea88aa5
    Update guide and fix spelling / grammar errors jacob.eva 2024-07-31 22:11:34 +0100
  • f778e4d76f
    Merge pull request #17 from nathmo/patch-1 jacobeva 2024-07-31 21:26:43 +0100
  • 6fd34849fb
    Updated BUILDING.md Nathann Morand 2024-07-31 14:14:03 +0200
  • a4d40ef105
    Added a few info in CONTRIBUTING.md Nathann Morand 2024-07-31 13:55:24 +0200
  • f328e4ce4a
    Attempt to fix TTGO-LoRa32 crash ttgo-lora32-fix jacob.eva 2024-07-26 22:09:23 +0100
  • 003aab4072
    Fix issue with SX1280 TX power not being set properly jacob.eva 2024-07-24 15:52:08 +0100
  • 02c691481b
    Rename freeNode to openCom XL jacob.eva 2024-07-24 08:55:20 +0100
  • f643eba8bb
    Add freeNode as supported product jacob.eva 2024-07-23 20:05:02 +0100
  • a287d7b01c
    Add rak4631_sx1280 and freenode board variant targets jacob.eva 2024-07-20 16:47:01 +0100
  • 282815eb95
    Merge branch 't3s3_sx1280' jacob.eva 2024-07-20 16:08:00 +0100
  • cdf41e1ea5
    Increment sleep nrf52-hash-fix jacob.eva 2024-07-16 21:38:33 +0100
  • c0272c9536
    Add delay to prevent failure jacob.eva 2024-07-16 21:28:01 +0100
  • d69c1552e2
    Fix for FW hashe not being calculated correctly on NRF52 jacob.eva 2024-07-16 21:10:05 +0100
  • c88fe0ed33
    Add support for negative TX power values jacob.eva 2024-07-12 15:15:56 +0100
  • e5fcf79e4d
    Add support for freeNode to EEPROM jacob.eva 2024-07-12 13:54:50 +0100
  • 8b705b2f4e
    Fix Bluetooth functionality on NRF52 jacob.eva 2024-07-12 13:30:32 +0100
  • fee8d2b28b
    Add todo t3s3_sx1280 jacob.eva 2024-07-09 10:38:39 +0100
  • ba2d36add9
    Switch from board variant being set separately to using model number instead. jacob.eva 2024-07-09 10:37:50 +0100
  • 63eab05014
    Add clarification for interface_spi jacob.eva 2024-07-09 09:41:14 +0100
  • 35e9f36ffd
    Add T3S3 target and different variants of the board jacob.eva 2024-07-09 09:40:30 +0100
  • 236ea0b999
    Update release notes jacob.eva 2024-07-05 10:46:41 +0100
  • c6981f713b
    Invert modem selection outline v1.73-alpha v1.73 1.73 jacob.eva 2024-07-04 19:41:23 +0100
  • edce15f381
    Bump version to 1.73 jacob.eva 2024-07-04 19:09:48 +0100
  • 5fb1f452a4
    Fix TNC settings not being saved, courtesy of @attermann jacob.eva 2024-07-04 19:02:46 +0100
  • fd688b987d
    Merge branch 'interfaces' jacob.eva 2024-07-04 18:59:09 +0100
  • efe807bb22
    Remove unsupported AVR board jacob.eva 2024-07-04 18:56:01 +0100
  • ff12b8921c
    Use new ESP32 IDF and force version in prep-esp32 jacob.eva 2024-07-04 18:55:16 +0100
  • 7f3e8813f0
    Fix linker errors on ESP32 boards jacob.eva 2024-07-04 18:53:41 +0100
  • 87b59bab3b
    Fix builds and restructure configs for multi interface jacob.eva 2024-07-04 18:52:29 +0100
  • 0cc26f4980
    Fix dotted outline for stat screen on OLED jacob.eva 2024-07-04 18:12:25 +0100
  • 62270a9ced
    Fix stack overflow issues on Heltec32 V3 jacob.eva 2024-07-04 13:57:51 +0100
  • 7c338c7caf
    Fix ESP32 and Heltec32_V3 compilation errors jacob.eva 2024-07-04 13:41:16 +0100
  • acb74f61d4
    Store online_interface_list in heap, preventing errors on ESP32 jacob.eva 2024-07-04 13:40:03 +0100