- Sep 19, 2024
-
-
Ayush Singh authored
bb-imager: Add MSP430 USB support Closes #16 See merge request !12
-
Ayush Singh authored
- Can now flash BeagleConnect Freedom MSP430 firmware. - Only tested Linux. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 15, 2024
-
-
Ayush Singh authored
bb-imager: Test windows flashing support Closes #8 See merge request !11
-
Ayush Singh authored
- Flashing bcf on Windows seems to work with a new firmware for msp430. So the problem currently lies in the firmware and not in this application. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 12, 2024
-
-
Ayush Singh authored
bb-imager: Only filter bcf on linux See merge request !10
-
Ayush Singh authored
- Windows does not seem to populate those properties. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
CI: Use cargo-dist See merge request !9
-
Ayush Singh authored
- Building all executables using cargo-dist - Still using cargo-appimage for appimage building. Will switch to cargo-dist once support is merged upstream - Download appimagetool from github ci - Build windows-gnu from the same job since I am cross compiling anyway. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Just copied about section from our website and link to about page. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 11, 2024
-
-
Ayush Singh authored
gui: Improve Form UI See merge request !8
-
Ayush Singh authored
- Add container around related form sections to make stuff look pretty and connected Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Add Wifi config Closes #22 See merge request !7
-
Ayush Singh authored
- Create psk file in services/ and add entry to sysconf.txt - Need to improve form GUI. Does not look great Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Add username and password config Closes #31 See merge request !6
-
Ayush Singh authored
- More sysconf stuff Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Add config for keymap Closes #33 See merge request !5
-
Ayush Singh authored
- Implemented the same way as timezone Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Add timezones Closes #32 See merge request !4
-
Ayush Singh authored
- Currently storing timezones in external file but maybe should make them an enum - Also switch to crates.io udisk2 since we no longer need mainline stuff Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
bb-imager: Allow customization after write Closes #30 See merge request !3
-
Ayush Singh authored
- Using sysconf.txt for Hostname Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 10, 2024
-
-
Ayush Singh authored
gui: Send notification on flash finish Closes #29 See merge request !2
-
Ayush Singh authored
- Send a notification in platform agnostic manner once flashing is finished. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Add page for configuration and flashing Closes #21 See merge request !1
-
Ayush Singh authored
- Also add a seperate page for configuration and flashing - Currently only one extra configuration option: to skip verification - Add documentation link to config.json - Show board documentation link while flashing Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Most probably does not work but I cannot do anything more since I do not have a mac. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Small code improvements - Use From and Into traits more. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Wasm only supports async file dialog Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 09, 2024
-
-
Ayush Singh authored
- Move flashers to a seperate module - Better for organization Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 08, 2024
-
-
Ayush Singh authored
- Since using async now, cleanup old Read code Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- macos support for drivelist was merged upstream Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Does not work yet. Just want to understand how authopen responds Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 07, 2024
-
-
Ayush Singh authored
- Also add a ci to build for macos Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Allow cancelling flashing. - Not the most reliable but does work. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Another effort to use more async - Using try_send everywhere because frankly, no point in blocking if send fails. They are only progress values. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Writing to destination is now async. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Async makes cancelling an operation much easier and safer. - So will slowly convert everything to async. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 06, 2024
-
-
Ayush Singh authored
- No point in keeping state since it is being used at a single place - Also some other cleanups Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Pipe diskpart output to null Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Launch as admin by default. - Add icon Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-