-
Notifications
You must be signed in to change notification settings - Fork 3
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
A few fixes (some specific for 5A-75B) #2
Open
nkrackow
wants to merge
41
commits into
DerFetzer:master
Choose a base branch
from
nkrackow:master
base: master
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.
Conversation
This file contains 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
…e the PHY doesnt work. 2. The peripheral code has to be inserted at the end of the peripherals list. For me it got inserted at the end after vendorExtentions and this didn't work.
Glad you got it working! |
…there needs to be 0 tx delay, otherwise the PHY doesnt work. 2. The peripheral code has to be inserted at the end of the peripherals list. For me it got inserted at the end after vendorExtentions and this didn't work." This reverts commit 0dc8be3.
…-75b V7 there needs to be 0 tx delay, otherwise the PHY doesnt work. 2. The peripheral code has to be inserted at the end of the peripherals list. For me it got inserted at the end after vendorExtentions and this didn't work."" This reverts commit cb8804c.
This reverts commit 071f0bb.
This reverts commit cd3d9b4.
Sorry ;) It's back to the state of 0dc8be3 now. |
…ggers CPU interrupt handler but both get registered in the vexriscv register
… ISR somehow effects the irq behaviour and causes a second trigger sometimes..
… uses the LEDs and the ISR toggles them, too. Seperate LED peripherals behave as expected.
…ust_SoC_playground into interrupt_tryharding
…mutables bc Mutex is wierd and i dont understand.
…ust_SoC_playground into temp_controller_demo
…' into tcp_interface_tests
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.
Yey, I finally got it to work! :)
There were a few thing that prevented me from getting the Hello World back. See commits. I tested this working on my 5A-75b and I'm pretty sure this shouldn't break anything for another platform.