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