Reset CANFD auto-detection on CAN init#2271
Merged
adeebshihadeh merged 4 commits intomasterfrom Sep 15, 2025
Merged
Conversation
jyoung8607
approved these changes
Sep 15, 2025
Collaborator
jyoung8607
left a comment
There was a problem hiding this comment.
LGTM, we're now picking up VIN and OBD firmware on a CAN-FD Honda Pilot.
9662a1dab70c9dc3/0000001b--d4a8e2dcf4
heysenbug
pushed a commit
to Ever-Cars/panda
that referenced
this pull request
Oct 8, 2025
* Reset CANFD auto-detection on CAN init * 4u * simpler, 4th is fake
heysenbug
added a commit
to Ever-Cars/panda
that referenced
this pull request
Oct 8, 2025
* jenkins: tmp disable bootkick tests hardware needs to be fixed up * flashing speeeed (commaai#2264) * less sectors * why are we taking baby steps * revert * cleanup --------- Co-authored-by: Comma Device <device@comma.ai> * optimize CAN send over SPI (commaai#2266) * profiling * lil faster * chunking happens later * little better * prealloc is no bueno? * cleanup * fix usb tests --------- Co-authored-by: Comma Device <device@comma.ai> * SPI: ensure slave is in a consistent state after failed transfer (commaai#2268) * SPI: ensure slave is in a consistent state after failed transfer * respect timeout * swap * clean that up * remove whitelist * warning * limit attempts --------- Co-authored-by: Comma Device <device@comma.ai> * remove spi dfu spam test * python/SPI: add optional single ioctl path (commaai#2262) * single ioctl * debug * fix import * cleanup --------- Co-authored-by: Comma Device <device@comma.ai> * cleanup panda connect (commaai#2274) * remove bcd * fix jungle * why fallback?? * cleanup * jenkins: use git commit to bust cache (commaai#2273) * CAN driver cleanup (commaai#2276) * it's all the same thing * not live * less macro * lil more * bool * lil more * Change PWM to 25kHz (commaai#2277) * fix build with different root * gate spi2 * Change fan to use pure pwm (commaai#2267) * set cuatro fan settings * set cuatro to use pure pwm * use pwm on all boards * remove fan max rpm configs, use pure pwm * add comment about cooldown * change max rpm in python side * remove reference to max_fan_pwm in fan.h * fully refactor fan configs into "has_fan" * increase limits on fan test to 15% either way * only tres for now * doesn't matter * not relevant anymore --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Reset CANFD auto-detection on CAN init (commaai#2271) * Reset CANFD auto-detection on CAN init * 4u * simpler, 4th is fake * spi: let err count overflow (commaai#2279) * ci: re-enable all HITL tests (commaai#2280) fan * safety: move relay fault management (commaai#2281) * safety: move relay fault management * set it * use CANPacket definition from opendbc * add --upgrade to uv sync (commaai#2282) * Update LED_PWM_POWER definition (commaai#2283) Changed LED_PWM_POWER value from 5 to 2. * Differential sound (commaai#2284) real * Remove spidev2 support from SPI implementation (commaai#2287) * Remove spidev2 support from SPI implementation Removed support for spidev2 and related transfer methods. * Remove spidev2 from dependencies Remove spidev2 dependency for Linux platform. * fix infinite serial read (commaai#2290) --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Comma Device <device@comma.ai> Co-authored-by: probablyanasian <43358667+probablyanasian@users.noreply.github.com> Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com> Co-authored-by: Shane Smiskol <shane@smiskol.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #2256