summaryrefslogtreecommitdiffstats
path: root/assets/js/rootLantiq.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert sendImageMtd and XYMini to SerialReadWrite (#230)Ernesto Castellotti2023-06-091-22/+5
|
* Convert changeBaudrate, waitEndImageLoad and flashImageMtd to SerialReadWrite (#229)Ernesto Castellotti2023-06-071-37/+21
| | | | | * Convert changeBaudrate, waitEndImageLoad and flashImageMtd to SerialReadWrite * fix
* Removed use of openPortLineBreak/LineBreakTransformer in unlockHuaweiShell() (#228)Ernesto Castellotti2023-06-071-31/+28
|
* [HOT FIX] Regressions caused by PR #214 (#217)Ernesto Castellotti2023-06-061-6/+13
|
* rootLantiq: Fix BREAK received on FTDI using Uint8Array directly (#214)Ernesto Castellotti2023-06-021-36/+30
|
* Fix flash web: Removed double callback (#131)Ernesto Castellotti2023-01-191-5/+1
|
* Add serial-ymodem flash web-app (#77) (#96)Simone2023-01-161-8/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add gui form ymodem * Remove LineBreakTransformer and add async * Add function to start ymodem in uboot * Add XYMini implementation * Remove delay from startYmodemLoad * update gui * Fix broken script code * Split waitUbootStop * Add changeBaudrate * Fix changeBaudrate * Add sendImageMtd * Add waitEndImageLoad * Add flashImageMtd * Implement flash firmware * fix js code Co-authored-by: Ernesto Castellotti <mail@ernestocastellotti.it>
* Remove outputErrorCallback from openPortLineBreakErnesto Castellotti2023-01-121-4/+6
|
* Add sfpModel parameter and remove successCallbackErnesto Castellotti2023-01-121-13/+13
|
* Fix outputMsgCallback waitFailbackShellErnesto Castellotti2023-01-121-1/+1
| | | Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
* Moved serial port management to utils.jsErnesto Castellotti2023-01-121-39/+57
|
* Moved all root process to rootLantiq.jsErnesto Castellotti2023-01-121-4/+49
|
* Moved useful functions to assets/js/rootLantiq.jsErnesto Castellotti2023-01-121-0/+68