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

boards/stm32: Fix ds1307 and move it to stm32/common #12166

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. board/stm32f4discovery: Fix ds1307.c initialization

    The ds1307 doesn't need to call i2c_register() because it is done
    inside stm32_bringup.c
    
    Signed-off-by: Alan C. Assis <[email protected]>
    acassis committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e5c177a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. boards: Move DS1307 initialization to stm32/common

    The DS1307 was used as board specific, but it is better move it to
    stm32/common to be easily used by other boards as well.
    
    Signed-off-by: Alan C. Assis <[email protected]>
    acassis committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d359218 View commit details
    Browse the repository at this point in the history