3 files changed
+11
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 |
| |
9 | 17 |
| |
10 | 18 |
| |
| |||
14 | 22 |
| |
15 | 23 |
| |
16 | 24 |
| |
| 25 | + | |
17 | 26 |
| |
18 | 27 |
| |
19 | 28 |
| |
|
- .github/workflows/ci.yml+1-1
- .nvmrc+1-1
- .vscode/launch.json+2-2
- package-lock.json+53-204
- package.json+5-8
- packages/kboot/package-lock.json+17-15
- packages/kboot/package.json+1-1
- packages/mcumgr/package-lock.json+14-6
- packages/mcumgr/package.json+1-1
- packages/uhk-agent/package-lock.json+25-25
- packages/uhk-agent/package.json+2-2
- packages/uhk-agent/src/dev-extension.ts-20
- packages/uhk-agent/src/electron-main.ts+1-3
- packages/uhk-agent/src/services/device.service.ts+22-6
- packages/uhk-agent/src/services/logger.service.ts+8-2
- packages/uhk-agent/src/util/command-line.ts+7-1
- packages/uhk-common/package-lock.json+8-7
- packages/uhk-common/package.json+1-1
- packages/uhk-common/src/log/get-log-options.ts+10
- packages/uhk-common/src/log/log-reg-exps.ts-1
- packages/uhk-common/src/log/logger.service.ts+8
- packages/uhk-common/src/models/command-line-args.ts+5
- packages/uhk-common/src/models/log-options.ts+7
- packages/uhk-common/src/models/uhk-products.ts+3-3
- packages/uhk-usb/src/uhk-hid-device.ts+15-16
- packages/uhk-usb/src/uhk-operations.ts+30-29
- packages/uhk-usb/src/utils/find-device-config-in-firmware-json.ts+11
- packages/uhk-usb/src/utils/generate-device-serial-number.ts+3
- packages/uhk-usb/src/utils/get-device-user-config-path.ts+3-5
- packages/uhk-usb/src/utils/index.ts+2
- packages/uhk-web/package-lock.json+3.0k-3.1k
- packages/uhk-web/package.json+19-19
- packages/uhk-web/src/renderer/services/electron-log.service.ts+8
- packages/usb/blink-led-pwm-brightness.ts-21
- packages/usb/blink-test-leds.ts-20
- packages/usb/bootloader-reset-timeout-test.ts-34
- packages/usb/eeprom-stress-test-wrapper.sh-3
- packages/usb/eeprom-stress-test.sh-27
- packages/usb/factory-update-uhk60.ts+74
- packages/usb/factory-update-uhk80.ts+23-15
- packages/usb/factory-update.ts-99
- packages/usb/get-adc-value.ts-24
- packages/usb/hidapi-async-stress-test.ts-22
- packages/usb/invalid-config.bin-1
- packages/usb/send-command-80.js-84
- packages/usb/set-led-pwm-brightness.ts-20
- packages/usb/set-variable.ts+44-30
- packages/usb/src/command-line.ts+10-2
- packages/usb/src/parse-logging-options.ts-32
- packages/usb/src/uhk.ts+2-4
- packages/usb/src/util/get-device-id-from-arg.ts-25
- packages/usb/src/util/get-uhk-device-product-from-arg.ts+57
- packages/usb/src/util/index.ts+1-1
- packages/usb/update-firmwares-and-configs.ts+14-6
- packages/usb/update-loop-getkey.sh-12
- packages/usb/wait-for-device.ts+4-8
- packages/usb/write-hardware-config.ts+9-3
- scripts/release.js+1-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments