Gerhard Hoffmann e7723f669f Added internal helpers for supporting dcUpdate:
DownloadResult sendNextAddress(int bNum) const;
    DownloadResult sendNextDataBlock(QByteArray const &b, int bNum) const;
    DownloadResult sendStatus(int ret) const;
    DownloadResult dc_downloadBinary(QByteArray const &binary) const;
    bool startBootloader() const;
    bool stopBootloader() const;
    bool openSerial(int br, QString baudrate, QString comPort) const;
    bool closeSerial(QString comport) const;
    bool resetDeviceController() const;
    QByteArray loadBinaryDCFile(QString filename) const;
    bool downloadBinaryToDC(QString const &bFile) const;

Redeclared returning "bool":
    dc_openSerial
    dc_closeSerial
    bl_checkDL.
    Added dc_updateDC(...).
2023-04-05 14:08:16 +02:00
2023-03-30 08:48:46 +02:00
2023-03-30 08:44:14 +02:00
2023-03-17 13:11:03 +01:00
2023-03-17 12:45:49 +01:00
2023-03-17 13:13:11 +01:00
2023-03-17 10:52:38 +01:00

The file is empty.
Description
No description provided
Readme 3.9 MiB
Languages
C++ 90.9%
C 7.8%
Shell 0.7%
QMake 0.6%