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

refactor device interface and add cmds: ptable, bridge, devices #315

Merged
merged 7 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. devices: refactor device ops structure

    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9a4c89d View commit details
    Browse the repository at this point in the history
  2. devices: add control io operation a.k.a. ioctl

    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    829fcc2 View commit details
    Browse the repository at this point in the history
  3. cmds: implement device driver enumeration tool

    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    99afe68 View commit details
    Browse the repository at this point in the history
  4. imxrt: implement uart ioctl to set baudrate

    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b1f422e View commit details
    Browse the repository at this point in the history
  5. cmds: implement bridge tool

    JIRA: NIL-427
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    50f673f View commit details
    Browse the repository at this point in the history
  6. cmds: introduce ptable command

    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6291566 View commit details
    Browse the repository at this point in the history
  7. cmds/ptable: use io control to get device props

    Adds io control to get total size and block size of flash device.
    
    JIRA: RTOS-848
    gerard5 authored and Darchiv committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3c943e5 View commit details
    Browse the repository at this point in the history