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

docs(c/driver/framework): Add documentation for building a driver using the driver framework #2186

Merged
merged 33 commits into from
Oct 29, 2024

Commits on Oct 17, 2024

  1. sketch driver stub recipe

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    dc0485b View commit details
    Browse the repository at this point in the history
  2. more complete stubs

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e4936a3 View commit details
    Browse the repository at this point in the history
  3. maybe?

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fc3d63a View commit details
    Browse the repository at this point in the history
  4. dev

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    70d1dda View commit details
    Browse the repository at this point in the history
  5. remove

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de9f860 View commit details
    Browse the repository at this point in the history
  6. add back as executable

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    71a94b5 View commit details
    Browse the repository at this point in the history
  7. include what you use

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    029329d View commit details
    Browse the repository at this point in the history
  8. much prose

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0c1281c View commit details
    Browse the repository at this point in the history
  9. implement driver

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b141b72 View commit details
    Browse the repository at this point in the history
  10. high level explain

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    24ab3d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99815db View commit details
    Browse the repository at this point in the history
  12. maybe make it build

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d070c99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b71f7cb View commit details
    Browse the repository at this point in the history
  14. spelling

    paleolimbot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1cc1580 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. see if one more pic works

    paleolimbot committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    07d6b8e View commit details
    Browse the repository at this point in the history
  2. try global pic

    paleolimbot committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1793e31 View commit details
    Browse the repository at this point in the history
  3. maybe?

    paleolimbot committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fc9b19a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ee161e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. maybe example for test

    paleolimbot committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6d53dc3 View commit details
    Browse the repository at this point in the history
  2. fix uninitialized ptr

    paleolimbot committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c307b55 View commit details
    Browse the repository at this point in the history
  3. more docs

    paleolimbot committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3823ef5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. revert "fix"

    paleolimbot committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ec96756 View commit details
    Browse the repository at this point in the history
  2. lint

    paleolimbot committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f004583 View commit details
    Browse the repository at this point in the history
  3. typos

    paleolimbot committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    64aade2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. set up nanoarrow

    paleolimbot committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6ac4ee9 View commit details
    Browse the repository at this point in the history
  2. attempt linking

    paleolimbot committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d202e89 View commit details
    Browse the repository at this point in the history
  3. fingers crossed

    paleolimbot committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    caa8d04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27504b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    3a549b6 View commit details
    Browse the repository at this point in the history
  2. More parsing fixes

    lidavidm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9b38eae View commit details
    Browse the repository at this point in the history
  3. Fix indent

    lidavidm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bb4664c View commit details
    Browse the repository at this point in the history
  4. Make example debuggable

    lidavidm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4db29f7 View commit details
    Browse the repository at this point in the history
  5. fix

    lidavidm committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    78b3622 View commit details
    Browse the repository at this point in the history