Commit a793b94
authored
4 files changed
+10
-5
lines changed- Jenkinsfile+17-1
- __init__.py+1-1
- board/SConscript+3
- board/drivers/usb.h+9-9
- board/flasher.h+9-22
- board/main.c+17-16
- board/main_declarations.h+3-1
- board/pedal/main.c+4-8
- board/provision.h-4
- board/usb_protocol.h+2-4
- examples/can_logger.py+1-14
- examples/get_panda_password.py-20
- examples/tesla_tester.py+1-14
- python/__init__.py+36-121
- release/make_release.sh+11-30
- release/ota_release.sh-18
- tests/automated/helpers.py+8-4
- tests/canfd/test_ci_canfd.py+100
- tests/flashing_loop.sh-9
- tests/loopback_test.py+2-9
- tests/standalone_test.py+1-4
- tests/throughput_test.py-59
- tests/tucan_loopback.py+2-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
| 415 | + | |
414 | 416 | | |
415 | 417 | | |
416 | 418 | | |
| |||
445 | 447 | | |
446 | 448 | | |
447 | 449 | | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
448 | 453 | | |
449 | | - | |
| 454 | + | |
450 | 455 | | |
451 | 456 | | |
452 | 457 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
| 343 | + | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments