Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HITL tests: change testing speeds #862

Merged
merged 1 commit into from Feb 24, 2022
Merged

HITL tests: change testing speeds #862

merged 1 commit into from Feb 24, 2022

Conversation

briskspirit
Copy link
Contributor

For singe speed tests we care only about 500Kbit/s (instead of 250)
For multiple speeds tests - larger speeds list to check for possible clock/prescaler problem.

@briskspirit briskspirit merged commit 51ccb9f into master Feb 24, 2022
@briskspirit briskspirit deleted the test_speeds branch February 24, 2022 22:36
michaelhonan pushed a commit to michaelhonan/panda that referenced this pull request Mar 6, 2022
budney pushed a commit to budney/panda that referenced this pull request Mar 25, 2022
commit 2272d13
Author: ClockeNessMnstr <locke.dftc@gmail.com>
Date:   Wed Feb 9 21:56:36 2022 -0500

    3071 panda

commit 234e436
Author: Igor Biletksyy <bs@privacy.im>
Date:   Mon Mar 7 14:32:14 2022 -0800

    rename to enable_deepsleep

commit 860e5a4
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Mon Mar 7 14:25:19 2022 -0800

    Red Panda: auto switching to CAN FD with BRS (commaai#868)

    * add canfd autoenable

    * add check to tests

    * fix default speeds

    * add autoswitch test

commit 4f422ed
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Mon Mar 7 14:24:57 2022 -0800

    C2: fix bootkick (commaai#854)

commit de7e1e7
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Mon Mar 7 14:24:04 2022 -0800

    Deep sleep(stop) mode for pandas (commaai#832)

    * Add RTC with LSI for BP, GP, WP

    * disable jenkins temporarily, REVERT!

    * experiments

    * cleanup is still needed

    * cppcheck unused suppress

    * raise deepsleep limit timeout to 120sec

    * more experiments on usb_enumerated

    * continue

    * soft_disconnect

    * almost done

    * not enough

    * no ignition

    * still don't like it..

    * rename to has_rtc_battery

    * clock_source on the way!?

    * delay 3 sec

    * works on C3, needs test on C2

    * And this is for C2

    * disable bootkick

    * misra 10.4

    * ..

    * ..

    * set power state the right way

    * change that

    * seems don't need that? check on C2/C3

    * partially works on RP...

    * comments (will work after rebase)

    * change fault name

    * switch to manual activation mode

    * Revert "disable jenkins temporarily, REVERT!"

    This reverts commit 578d425.

    * my dear pedal!

commit e8e9d84
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Mon Mar 7 10:47:38 2022 -0800

    fix release script

commit 51ccb9f
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Thu Feb 24 14:36:53 2022 -0800

    HITL tests: change testing speeds (commaai#862)

commit 8435bda
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Thu Feb 24 14:09:13 2022 -0800

    CAN FD: adjust bit timing settings to SAE specifications J2284-4 and J2284-5 (commaai#861)

    * try that

    * revert to SAE and remove TDC

    * add support for speed < 250kbps

commit cb88a17
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Tue Feb 22 21:29:50 2022 -0800

    Honda: revert back to button enable for Nidec (commaai#858)

commit 2806eec
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Feb 20 19:38:08 2022 -0800

    python: add safety param arg to set_safety_mode

commit 9d27011
Author: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Date:   Sun Feb 20 17:13:22 2022 -0800

    misc CAN FD fixes (commaai#856)

    Co-authored-by: Comma Device <device@comma.ai>

commit 0e79ab3
Author: Igor Biletskyy <briskspirit@users.noreply.github.com>
Date:   Mon Feb 14 14:31:16 2022 -0800

    Fix USB enumeration detection for C2 (commaai#853)
budney added a commit to budney/panda that referenced this pull request Mar 27, 2022
51ccb9f HITL tests: change testing speeds (commaai#862)
8435bda CAN FD: adjust bit timing settings to SAE specifications J2284-4 and J2284-5 (commaai#861)
budney pushed a commit to budney/panda that referenced this pull request Mar 28, 2022
From: budney
2650024 Renamed unsafe_mode to alternative_experience in subaru-community code.

From: commaai/master
Merge: 0e79ab3^..7104818

7104818 rename unsafeMode to alternativeExperience (commaai#878)
e01c645 Toyota: increase torque rate limit (commaai#887)
0591f68 Honda: fix missing interceptor tests (commaai#886)
991638a Tesla: only allow cancel button (commaai#880)
499906f Nissan + Tesla: don't exit controls allowed on blocked message (commaai#877)
ba10911 GM: enters controls on falling edge of button presses (commaai#876)
868fd53 Hyundai: enter controls on falling edge of buttons (commaai#875)
4acaebb Honda: enter controls on falling edge of button presses (commaai#874)
e6722c7 Honda Nidec: match openpilot engagement behavior (commaai#872)
a53528a Add more hints when troubleshooting panda (commaai#864)
5a7af82 Hyundai: only allow cancel while cruise is enabled (commaai#870)
891653f Docker: bump openpilot and fix Toyota EPS scale factor for test (commaai#869)
234e436 rename to enable_deepsleep
860e5a4 Red Panda: auto switching to CAN FD with BRS (commaai#868)
4f422ed C2: fix bootkick (commaai#854)
de7e1e7 Deep sleep(stop) mode for pandas (commaai#832)
e8e9d84 fix release script
51ccb9f HITL tests: change testing speeds (commaai#862)
8435bda CAN FD: adjust bit timing settings to SAE specifications J2284-4 and J2284-5 (commaai#861)
cb88a17 Honda: revert back to button enable for Nidec (commaai#858)
2806eec python: add safety param arg to set_safety_mode
9d27011 misc CAN FD fixes (commaai#856)
0e79ab3 Fix USB enumeration detection for C2 (commaai#853)
budney pushed a commit to budney/panda that referenced this pull request Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant