Commit Graph

3753 Commits

Author SHA1 Message Date
Matthew Kennedy 7169b28ea7 both sides of JNI creeping together 2023-11-03 16:39:56 -07:00
Matthew Kennedy 30b78af119 Merge branch 'master' of https://github.com/fome-tech/fome-fw 2023-11-02 20:38:06 -07:00
Matthew Kennedy a82bb10a71 pause port scanning while a job is running 2023-11-02 20:38:01 -07:00
GitHub gen-configs Action 2405b9e91d Auto-generated configs and docs 2023-11-03 03:33:26 +00:00
Matthew Kennedy 2fb1e16258 Instead of auto port, put ECUs first in the list 2023-11-02 20:31:18 -07:00
Matthew Kennedy 16b858d7bf missed a case 2023-11-02 16:32:43 -07:00
Matthew Kennedy acecea94f1 put quotes around the openblt file path 2023-11-02 16:26:30 -07:00
Matthew Kennedy 05a16c8eeb Add logging around serial port scanning 2023-11-02 16:04:25 -07:00
GitHub gen-configs Action 8e6814d7c0 Auto-generated configs and docs 2023-11-02 22:38:36 +00:00
Matthew Kennedy b2ce3379c7 correct fome_update.srec path 2023-11-02 13:53:25 -07:00
GitHub gen-configs Action d3944f62f8 Auto-generated configs and docs 2023-11-02 09:24:16 +00:00
GitHub gen-configs Action 0ec2f24e72 Auto-generated configs and docs 2023-11-02 00:03:53 +00:00
GitHub gen-configs Action 1e86dc2fd4 Auto-generated configs and docs 2023-11-01 20:56:53 +00:00
GitHub gen-configs Action 52f3f408c2 Auto-generated configs and docs 2023-11-01 01:15:15 +00:00
Matthew Kennedy a97e835ed7 not value in saving raw controller image 2023-10-31 01:28:28 -07:00
Matthew Kennedy 4364a9730e soo many cleanups 2023-10-31 01:14:22 -07:00
Matthew Kennedy e506b69f4a code inspection cleanups 2023-10-31 01:08:12 -07:00
Matthew Kennedy b6995d6fb1 more inspection cleanup 2023-10-31 01:01:30 -07:00
Matthew Kennedy 6f3bf87199 inspection cleanups 2023-10-31 00:50:15 -07:00
Matthew Kennedy e89cba2b67 more code inspection cleanups 2023-10-31 00:45:49 -07:00
Matthew Kennedy 9293ee78b7 dead parameter! 2023-10-31 00:36:31 -07:00
Matthew Kennedy ac972a07d7 inspection cleanups 2023-10-31 00:33:24 -07:00
Matthew Kennedy a9c86b213b small cleanups 2023-10-31 00:00:03 -07:00
Matthew Kennedy 99cc5de340 imports cleanup, delete some dead files 2023-10-30 23:56:12 -07:00
GitHub gen-configs Action 062d96f8c4 Auto-generated configs and docs 2023-10-31 01:44:48 +00:00
GitHub gen-configs Action 8196fc091a Auto-generated configs and docs 2023-10-30 09:23:35 +00:00
Matthew Kennedy e03859270e Merge branch 'master' of https://github.com/fome-tech/fome-fw 2023-10-28 22:00:19 -07:00
Matthew Kennedy 8b9e9517a4 refactor some simplicity in to port detection logic 2023-10-28 21:59:06 -07:00
GitHub gen-configs Action 02e63d37f8 Auto-generated configs and docs 2023-10-29 04:52:28 +00:00
Matthew Kennedy 5a00508053 Revert "refactor some simplicity in to port detection logic"
This reverts commit edbe009adf.
2023-10-28 21:50:37 -07:00
Matthew Kennedy edbe009adf refactor some simplicity in to port detection logic 2023-10-27 22:28:38 -07:00
Matthew Kennedy b75b54bcda minor checkResponse refactor 2023-10-27 21:52:15 -07:00
Matthew Kennedy 7fb99bbbf6 inspection pass 2023-10-27 21:51:52 -07:00
Matthew Kennedy 015e824ab7 correct logic to show auto dfu option 2023-10-27 19:04:25 -07:00
Matthew Kennedy 15c8f18dae Merge branch 'master' of https://github.com/fome-tech/fome-fw 2023-10-27 19:02:40 -07:00
Matthew Kennedy 3f442adde8 avoid hash map ConcurrentModificationException 2023-10-27 19:02:02 -07:00
GitHub gen-configs Action 233ac560d0 Auto-generated configs and docs 2023-10-28 02:00:12 +00:00
Matthew Kennedy 519094d93f Merge branch 'master' of https://github.com/fome-tech/fome-fw 2023-10-27 18:58:10 -07:00
Matthew Kennedy d3de1cf86e Auto detect serial port type and cache the result 2023-10-27 18:56:42 -07:00
Matthew Kennedy a22db9d5cd cleanups, make checkResponse static 2023-10-27 18:16:44 -07:00
Matthew Kennedy f9a58d5f71 console commands cleanup 2023-10-26 12:51:25 -07:00
Matthew Kennedy 3f59e39bca openblt maybe works on mac? 2023-10-26 02:59:09 -07:00
Matthew Kennedy cdb875b634 Show update options on non-windows 2023-10-26 02:51:27 -07:00
Matthew Kennedy 4ba96bd622 show port type in UI 2023-10-26 02:45:32 -07:00
Matthew Kennedy 2c35ce52a6 add "auto" option after filtering valid ports 2023-10-26 02:33:46 -07:00
Matthew Kennedy 20313c9ee9 filter out macos garbage ports 2023-10-26 02:28:29 -07:00
Matthew Kennedy 5f97c14362 fix overzealous port list updates 2023-10-26 02:25:49 -07:00
Matthew Kennedy d443d0eb53 public 2023-10-26 02:21:08 -07:00
Matthew Kennedy f404d7c839 portresult tostring 2023-10-26 02:07:21 -07:00
Matthew Kennedy 124bbd09af
Add BootCommander for macos to bundle (#274)
* experiment

* list properly

* macos build

* testing with macos openblt branch

* build as static lib, copy mac/linux in to bundle

* use master with macos

* reenable boards

* probably correctly detect OS

* oop

* dead line
2023-10-26 01:39:00 -07:00