Commit 0f946c2
authored
feat: fd-commands (#4)
- [x] QueryDownstreamDevices (dc25fdf)
- [x] test_query_downstream_devices_request_codec
- [x] test_query_downstream_devices_response_codec
- [x] QueryDownstreamIdentifiers
(dc25fdf)
- [x] test_query_downstream_identifiers_request_codec
- [x] test_query_downstream_identifiers_response_codec
- [x] GetDownstreamFirmwareParameters
(b63b0f6)
- [x] test_get_downstream_firmware_parameters_request_codec
- [x] test_get_downstream_firmware_parameters_response_codec
- [x] test_device_parameter_table_codec
- [x] test_get_downstream_firmware_parameters_portion_codec
- [x] RequestDownstreamDeviceUpdate
(69aac44)
- [x] test_request_downstream_device_update_request_codec
- [x] test_request_downstream_device_update_response_codec
- [x] GetPackageData (ab8f458)
- [x] test_get_package_data_request_codec
- [x] test_get_package_data_response_codec
- [x] GetDeviceMetaData (1face4e)
- [x] test_get_device_meta_data_request_codec
- [x] test_get_device_meta_data_response_codec
- [x] GetMetaData (116aebd)
- [x] test_get_metadata_request_codec
- [x] test_get_meta_data_response_codec
---------
Signed-off-by: leongross <[email protected]>1 parent c8f162b commit 0f946c2
File tree
17 files changed
+2539
-39
lines changed- src
- message/firmware_update
- protocol
17 files changed
+2539
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
40 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
41 | 74 | | |
42 | 75 | | |
43 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
| 260 | + | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
| |||
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
334 | | - | |
| 333 | + | |
335 | 334 | | |
336 | 335 | | |
337 | 336 | | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
340 | 352 | | |
341 | 353 | | |
342 | 354 | | |
343 | | - | |
| 355 | + | |
344 | 356 | | |
345 | 357 | | |
346 | 358 | | |
347 | 359 | | |
| 360 | + | |
348 | 361 | | |
349 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
350 | 375 | | |
351 | 376 | | |
352 | 377 | | |
353 | | - | |
| 378 | + | |
354 | 379 | | |
355 | 380 | | |
356 | 381 | | |
357 | 382 | | |
358 | 383 | | |
| 384 | + | |
359 | 385 | | |
360 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
361 | 399 | | |
362 | 400 | | |
0 commit comments