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

[READY] daq: daq25 eth bringup #141

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

[READY] daq: daq25 eth bringup #141

wants to merge 6 commits into from

Conversation

eiln
Copy link

@eiln eiln commented Nov 7, 2024

Verified w5500 eth broadcast, still need SD testing

Verified w5500 eth broadcast, still need SD testing

Signed-off-by: Eileen Yoon <[email protected]>
@eiln eiln requested a review from a team as a code owner November 7, 2024 14:47
@eiln eiln changed the title daq: daq25 eth bringup [READY] daq: daq25 eth bringup Nov 7, 2024
Had to increase clk speed for SDIO
TODO integrate HSE

Signed-off-by: Eileen Yoon <[email protected]>
for pin in range(16):
    for value in [0, 1]:
        x = 1 << (pin + (16 * (not value)))
        y = 1 << (((not value) << 4) | pin)
        assert(x == y)

compiler probably does it already but whatever

Signed-off-by: Eileen Yoon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant