2026 stable 21.11.x.rusefi clean history#68
Draft
dron0gus wants to merge 34 commits into
Draft
Conversation
rusefi/rusefi#6781 macro hook allowing consumers to limit loops
On GD32 CAN_TSTAT bits [25:24] has another meaning vs STM32: "These bits are the number of the Tx FIFO mailbox in which the frame will be transmitted if at least one mailbox is empty." While on STM32: "In case at least one transmit mailbox is free, the code value is equal to the number of the next transmit mailbox free." So to determine free mailbox we need to check TMEx bits on GD32.
Instead of __func__. This should help localize problem but increase binary size.
This reverts commit d71fe57.
In case of DMA mux any DMA channel can serve any DMA souce, so no need to check if valid channel is assigned for peripheral
If SNOR_SPI_WORKAROUND_CACHE is set to TRUE driver will to all Tx and Rx operation thrugh internal nocache buffer
If SNOR_SPI_WORKAROUND_CACHE is set to TRUE driver will to all Tx and Rx operation thrugh internal nocache buffer
Some SD cards need significant time for initialization. Seems initialization happens on first read.
3cd9914 to
d5a1892
Compare
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.
No description provided.