commit 13e73c987a1a2558e5418119896fc91f515d851d Author: Mooneer Salem Date: Tue Sep 26 01:38:07 2023 -0700 Add logic to make the buttons taller too. commit 6535ffb616776817456688bf0bae66dab55bd229 Merge: 9cb759f 48969af Author: Mooneer Salem Date: Tue Sep 26 01:31:40 2023 -0700 Merge branch 'main' of github.com:tmiw/ezDV commit 9cb759f0e5690cfe0ca3118febf415b838ac7bcd Author: Mooneer Salem Date: Tue Sep 26 01:31:22 2023 -0700 Integrate changes proposed in issue #23. commit 48969af80409c570ed68795d1eff0acb77b5ee9a Author: Mooneer Salem Date: Mon Sep 25 21:37:39 2023 -0700 Don't blink the LEDs if the battery isn't actively charging. commit a22e169e1528ad47b22f47b976a90edafced890d Author: Mooneer Salem Date: Mon Sep 25 20:20:27 2023 -0700 Disable memory test in favor of ECC to improve startup times. commit f3292e706906a63568b65c7774764f02cb7e731e Author: Mooneer Salem Date: Mon Sep 25 20:20:15 2023 -0700 Fix Linux compile error. commit 2a62bf0b16e6e725b9e8d4ef5cc4af9bbe8bb4e6 Author: Mooneer Salem Date: Sun Sep 17 12:46:21 2023 -0700 Enable ECC for external RAM. commit 39e95887f88912cdf9c42fbff9810de34ec10a46 Author: Mooneer Salem Date: Sun Sep 17 12:46:10 2023 -0700 Disable fuel gauge update wakeup to prevent battery drain. commit 3208ddbce64b726e4888e34ed507345a3c6b50f3 Author: Mooneer Salem Date: Sun Sep 17 12:45:46 2023 -0700 Remove task affinity for Flex and FreeDV tasks to reduce dropouts. commit 8cebb16a4514d06afae97dc25c7c01021a0a3d04 Author: Mooneer Salem Date: Sun Sep 17 00:48:10 2023 -0700 Fuel gauge: only adjust temperature every 60 seconds per datasheet. commit 12d64360789eee41c260345191ab3c50eca9a3a5 Author: Mooneer Salem Date: Sun Sep 17 00:32:14 2023 -0700 Animate LEDs during boot into battery charge mode. commit 5085d63041411729fb188407c4d53b050b073a85 Author: Mooneer Salem Date: Sun Sep 17 00:24:08 2023 -0700 Shaved a few hundred milliseconds off of the boot time. commit df7b59eb2ac59fa9553532ed68a8a56c916183f8 Author: Mooneer Salem Date: Sat Sep 16 23:48:15 2023 -0700 Remove taskWake as it's not actually being used. commit 285e42d97520f6c86b562d2e8b1995ea978abf53 Merge: 39c189d 59916a9 Author: Mooneer Salem Date: Tue Sep 12 20:13:36 2023 -0700 WIP on main: 39c189d Avoid duplicate wakeups from ULP. commit 59916a9cfbb4b63130e71dc8c53a2983f3abbd54 Author: Mooneer Salem Date: Tue Sep 12 20:13:36 2023 -0700 index on main: 39c189d Avoid duplicate wakeups from ULP. commit 39c189d312bb409cfff61e5649591f03db846ab2 Author: Mooneer Salem Date: Sat Sep 9 19:03:10 2023 -0700 Avoid duplicate wakeups from ULP. commit 1cf24459ecbfad5b0e4d3733db26fccfd166b050 Author: Mooneer Salem Date: Sat Sep 9 18:51:26 2023 -0700 Use GPIO0 to detect USB power and display the charge percentage while off. This change requires a resistor divider on GPIO0 (suggested values: 220K/320Kohm) and ideally a Schottky diode to prevent current from flowing backwards towards USB VBUS. However, this change has no impact on previous board revisions, so existing ezDV boards do not need to be modded at this time. commit 6af897fcf14b31d981c421e2ac7a3a38f8ab686c Author: Mooneer Salem Date: Thu Sep 7 23:07:06 2023 -0700 Fix issue preventing filters from being set properly on initial SmartSDR startup. commit 62fe289c0ad67018e3112eba4b61bbb8234b8742 Author: Mooneer Salem Date: Wed Sep 6 23:01:18 2023 -0700 Fix issue with FreeDV Reporter reporting incorrect frequency when using multiple slices on SmartSDR startup. commit 8f2d7ed527be33e7b0994efc4bce0593183c559f Author: Mooneer Salem Date: Tue Sep 5 22:43:52 2023 -0700 Settings related bugfixes: 1. Radio tab: hide FlexRadio specific fields when disabling radio control. 2. Wi-Fi/Radio tabs: * Fix bug preventing Save button from re-appearing on error. * Wi-Fi tab: prevent invalid pointer access when disabling Wi-Fi. Additionally, handler registration has been cleaned up slightly in DVTask. commit be3df31be3c92ca9fe7fcb701d3b8e4143bde7db Author: Mooneer Salem Date: Mon Sep 4 23:27:54 2023 -0700 More changes to prevent words from cutting off at the end of transmissions: 1. Add one frame of silence at the end of each transmission if a FreeDV mode is active. 2. For IC-705, defer sending the CI-V command to release PTT until its own TX buffer is empty. commit 8de7b563902862dece4f62ed20e42d52f051fc8d Author: Mooneer Salem Date: Sat Sep 2 13:56:13 2023 -0700 Add 'fuel gauge' mode in the firmware. HW changes are required to activate it, though.