summaryrefslogtreecommitdiffstats
path: root/assets/js/rootLantiq.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-09Convert sendImageMtd and XYMini to SerialReadWrite (#230)Ernesto Castellotti1-22/+5
2023-06-07Convert changeBaudrate, waitEndImageLoad and flashImageMtd to SerialReadWrite (#229)Ernesto Castellotti1-37/+21
* Convert changeBaudrate, waitEndImageLoad and flashImageMtd to SerialReadWrite * fix
2023-06-07Removed use of openPortLineBreak/LineBreakTransformer in unlockHuaweiShell() (#228)Ernesto Castellotti1-31/+28
2023-06-06[HOT FIX] Regressions caused by PR #214 (#217)Ernesto Castellotti1-6/+13
2023-06-02rootLantiq: Fix BREAK received on FTDI using Uint8Array directly (#214)Ernesto Castellotti1-36/+30
2023-01-19Fix flash web: Removed double callback (#131)Ernesto Castellotti1-5/+1
2023-01-16Add serial-ymodem flash web-app (#77) (#96)Simone1-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>
2023-01-12Remove outputErrorCallback from openPortLineBreakErnesto Castellotti1-4/+6
2023-01-12Add sfpModel parameter and remove successCallbackErnesto Castellotti1-13/+13
2023-01-12Fix outputMsgCallback waitFailbackShellErnesto Castellotti1-1/+1
Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
2023-01-12Moved serial port management to utils.jsErnesto Castellotti1-39/+57
2023-01-12Moved all root process to rootLantiq.jsErnesto Castellotti1-4/+49
2023-01-12Moved useful functions to assets/js/rootLantiq.jsErnesto Castellotti1-0/+68