20171115_jeffrey - silenceuncrio/diary GitHub Wiki

0910

review

1425

Azuretec 的特別需求 - Add one special way to put their own logo and would not overwrite by further firmware upgrade

目前已完成了第一版

1515

經過幾次的測試大致確認這一初始版本的功能

上 code

commit 519c9419584d3ce5fbcc6734b54e0de055b63fe5
Author: jeffrey <[email protected]>
Date:   Wed Nov 15 15:10:31 2017 +0800

    add one special way to put 'Azuretec' own logo and would not overwrite by further firmware upgrade

 .../home/factory/icos/customize/customize.json     |   4 +
 proscend/prosrc/icos/icoslib/Makefile              |   3 +
 proscend/prosrc/icos/icoslib/customize/Makefile    |  13 +
 proscend/prosrc/icos/icoslib/customize/customize.c | 373 +++++++++++++++++++++
 proscend/prosrc/icos/icoslib/entry.c               |   9 +
 proscend/prosrc/icos/include/icos_common.h         |   1 +
 proscend/prosrc/icos/include/icos_module.h         |   1 +
 proscend/prosrc/icos/include/module_customize.h    |  18 +
 proscend/prosrc/icos/iweb/iweb.c                   |  66 ++++
 proscend/prosrc/webcgi/Makefile                    |   4 +
 proscend/prosrc/webcgi/customize.c                 | 144 ++++++++
 proscend/prosrc/www/app/feature/customize.html     |  72 ++++
 proscend/prosrc/www/app/feature/customize.js       |  85 +++++
 proscend/prosrc/www/app/services/icos.service.js   |  12 +
 proscend/prosrc/www/src/index.html.src             |   2 +
 15 files changed, 807 insertions(+)

1520

一個 compile flag 錯了導致 vcom.cgi 沒被產生出來

commit 69311e21265351acf3cb51a0f2b0f78165dd2550
Author: jeffrey <[email protected]>
Date:   Wed Nov 15 15:21:24 2017 +0800

    fix the bug about the wrong compile flag for 'vcom.cgi'

1530

因應 VLAN 作者 john 的需求

commit 0e5816801a318017c81c9c9c229481c696fc85f1
Author: jeffrey <[email protected]>
Date:   Wed Nov 15 15:28:42 2017 +0800

    remove the logic protection about the 'Subnet' field

 proscend/prosrc/www/app/feature/vlan.html | 3 +--
 proscend/prosrc/www/app/feature/vlan.js   | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

1610

john 的 GPS Time 追加完成

commit f642730b809b1ead825a631a8316e3c0b4641cb1
Author: jeffrey <[email protected]>
Date:   Wed Nov 15 16:04:22 2017 +0800

    - add 'GPS Time' field according compile flag 'PROSRC_GNSS'
    - explicit type convert to U08, U16
      - old way cause problem

 proscend/prosrc/webcgi/sntp.c                    | 68 +++++++++++++++++++-----
 proscend/prosrc/www/app/feature/timeAndDate.html | 15 ++++++
 proscend/prosrc/www/app/locale-en.json           |  1 +
 proscend/prosrc/www/app/locale-fr.json           |  1 +
 proscend/prosrc/www/app/locale-zh-tw.json        |  1 +
 5 files changed, 74 insertions(+), 12 deletions(-)