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

Spi support #3

Merged
merged 28 commits into from
Jul 3, 2024
Merged

Spi support #3

merged 28 commits into from
Jul 3, 2024

Commits on Jul 2, 2024

  1. feat(spi): add enums and some structs of spi

    Signed-off-by: Haobo Gu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9824869 View commit details
    Browse the repository at this point in the history
  2. feat(spi): experimental impl of spi write

    Signed-off-by: Haobo Gu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fb9e2e8 View commit details
    Browse the repository at this point in the history
  3. feat(spi): finish blocking write

    Signed-off-by: Haobo Gu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2227fdb View commit details
    Browse the repository at this point in the history
  4. feat(spi): add cs_index support

    Signed-off-by: Haobo Gu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3ec261a View commit details
    Browse the repository at this point in the history
  5. feat(spi): add blocking read, fix bugs

    Signed-off-by: Haobo Gu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e736eb2 View commit details
    Browse the repository at this point in the history
  6. feat(spi): add no_data mode support

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    94f1b6b View commit details
    Browse the repository at this point in the history
  7. refactor: move blocking_spi example

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2d6294d View commit details
    Browse the repository at this point in the history
  8. feat(spi): rewrite spi implementation

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b1b6822 View commit details
    Browse the repository at this point in the history
  9. feat(spi): finish spi driver

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3e7f674 View commit details
    Browse the repository at this point in the history
  10. feat(spi): add spi to resource group

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4641386 View commit details
    Browse the repository at this point in the history
  11. fix(spi): wrong transfer mode

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    de54c06 View commit details
    Browse the repository at this point in the history
  12. fix(spi): add delay

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b45fe88 View commit details
    Browse the repository at this point in the history
  13. docs(readme): add spi

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dfbea88 View commit details
    Browse the repository at this point in the history
  14. feat(spi): add qspi example, final cleansing

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu authored and andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ed422fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    592e77a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4cb3e6 View commit details
    Browse the repository at this point in the history
  17. fix: update qspi demo

    andelf committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6b90080 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    23e3fcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb88eb View commit details
    Browse the repository at this point in the history
  3. fix(spi): freq calculation

    andelf committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fd84287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9160f3 View commit details
    Browse the repository at this point in the history
  5. feat(rt): enable L1 cache

    andelf committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    926c2ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14c810f View commit details
    Browse the repository at this point in the history
  7. fix(spi): fix spi example

    Signed-off-by: HaoboGu <haobogu@outlook.com>
    HaoboGu committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b2e2d22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1279759 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    398c58e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9fd314 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    311050c View commit details
    Browse the repository at this point in the history