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

Support for STM32 #302

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

Support for STM32 #302

wants to merge 42 commits into from

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    6de22f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256abcc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fixed typo

    naichenzhao committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    92fcfbe View commit details
    Browse the repository at this point in the history
  2. please merge

    naichenzhao committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    dca5be8 View commit details
    Browse the repository at this point in the history
  3. hard coded STM32 support

    naichenzhao committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    89986a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    436b36b View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    bcbbf43 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fixed printing

    naichenzhao committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    48be057 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. changed naming

    naichenzhao committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    31d62b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. updated sleep functions

    naichenzhao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    73aea2e View commit details
    Browse the repository at this point in the history
  2. updated delay functions

    naichenzhao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7899e6b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. rebased in main

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d11f3ff View commit details
    Browse the repository at this point in the history
  2. change

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    58d2323 View commit details
    Browse the repository at this point in the history
  3. fixed typo

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5ae3be6 View commit details
    Browse the repository at this point in the history
  4. bruh

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4bb9231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9527537 View commit details
    Browse the repository at this point in the history
  6. changes

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8a97bcd View commit details
    Browse the repository at this point in the history
  7. fixed printing

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c46fbcc View commit details
    Browse the repository at this point in the history
  8. changed naming

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b3097a8 View commit details
    Browse the repository at this point in the history
  9. updated sleep functions

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f92307f View commit details
    Browse the repository at this point in the history
  10. updated delay functions

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f2554dd View commit details
    Browse the repository at this point in the history
  11. merge

    naichenzhao committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    03124a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6d2964c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    13ca0d8 View commit details
    Browse the repository at this point in the history
  2. quick commit

    naichenzhao committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    cd0c9c1 View commit details
    Browse the repository at this point in the history
  3. Suppress unused parameter error

    edwardalee authored and naichenzhao committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    6d8d4db View commit details
    Browse the repository at this point in the history
  4. Suppress unused parameter error

    edwardalee authored and naichenzhao committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    bb75db6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a66f47 View commit details
    Browse the repository at this point in the history
  6. works with newest version

    naichenzhao committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    a285e52 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. did formatting

    naichenzhao committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6ba0f42 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update low_level_platform/api/platform/lf_STM32f4_support.h

    Co-authored-by: erling <erling.jellum@gmail.com>
    naichenzhao and erlingrj authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a22a4fd View commit details
    Browse the repository at this point in the history
  2. Update low_level_platform/api/platform/lf_STM32f4_support.h

    Co-authored-by: erling <erling.jellum@gmail.com>
    naichenzhao and erlingrj authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    42fc271 View commit details
    Browse the repository at this point in the history
  3. Update low_level_platform/impl/src/lf_STM32f4_support.c

    Co-authored-by: erling <erling.jellum@gmail.com>
    naichenzhao and erlingrj authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    895a8fb View commit details
    Browse the repository at this point in the history
  4. Update low_level_platform/api/platform/lf_STM32f4_support.h

    Co-authored-by: erling <erling.jellum@gmail.com>
    naichenzhao and erlingrj authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0d3af6d View commit details
    Browse the repository at this point in the history
  5. Update low_level_platform/impl/src/lf_STM32f4_support.c

    Co-authored-by: erling <erling.jellum@gmail.com>
    naichenzhao and erlingrj authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    50603d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    cba9193 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. changed macro

    naichenzhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cf36f59 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    6e9e3c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    6974d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e1e4b View commit details
    Browse the repository at this point in the history
  3. Run clang-format

    erlingrj committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    68ec2d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d23659 View commit details
    Browse the repository at this point in the history