-
Notifications
You must be signed in to change notification settings - Fork 206
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
[DNM] Px4 firmware nuttx 10.3.0+ serial fixes testing #285
Draft
davids5
wants to merge
8
commits into
px4_firmware_nuttx-10.3.0+
Choose a base branch
from
px4_firmware_nuttx-10.3.0+-serial-fixes-testing
base: px4_firmware_nuttx-10.3.0+
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
[DNM] Px4 firmware nuttx 10.3.0+ serial fixes testing #285
davids5
wants to merge
8
commits into
px4_firmware_nuttx-10.3.0+
from
px4_firmware_nuttx-10.3.0+-serial-fixes-testing
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2de0013 - Browse repository at this point
Copy the full SHA 2de0013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3994e2f - Browse repository at this point
Copy the full SHA 3994e2fView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c696d5e - Browse repository at this point
Copy the full SHA c696d5eView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00c85b4 - Browse repository at this point
Copy the full SHA 00c85b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5ed50 - Browse repository at this point
Copy the full SHA 5a5ed50View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed5762 - Browse repository at this point
Copy the full SHA eed5762View commit details
Commits on Dec 5, 2023
-
s32k3xx:edma clear state before callback add idle check
This prevents dma stop operations called of a completion call back from rentering, the callback and ensures that the call back will see the idle state.
Configuration menu - View commit details
-
Copy full SHA for d40ce1b - Browse repository at this point
Copy the full SHA d40ce1bView commit details -
s32k3xx:Serial refactor out tx dma semaphore
Fixes stuttering output. The use of the semaphore was causing blocking on non blocking callers. This ensured that the TX DAM would be restated, but when it was switched to trywait in 8362e31, it left data in the xmit queue unsent. This solution removes the semaphore and restart the DMA on completion if there is more data in the xmit queue to be sent.
Configuration menu - View commit details
-
Copy full SHA for fcf6a09 - Browse repository at this point
Copy the full SHA fcf6a09View commit details
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.