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

Add USB support #18

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

Add USB support #18

wants to merge 12 commits into from

Commits on Sep 6, 2021

  1. usb/: Create usb testing app

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    fe22794 View commit details
    Browse the repository at this point in the history
  2. prj.conf: Configure Log level. bloodlight_rev2_defconfig: Uart

    Interrupt driven
    
    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8600f57 View commit details
    Browse the repository at this point in the history
  3. usb.c: Comment previous code and change data writting method.

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    86c68c3 View commit details
    Browse the repository at this point in the history
  4. usb.c: Use uart to receive messages

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    95e519f View commit details
    Browse the repository at this point in the history
  5. usb.c: Create Interrupt handler

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    24d5b15 View commit details
    Browse the repository at this point in the history
  6. usb.c: Update bl_usb_init

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f239f3b View commit details
    Browse the repository at this point in the history
  7. CMakeLists.txt: Hardcode Commit SHA.

    I was having problems to obtain the last commit sha, store it in a variable
    and pass it to msg.c, so I decided to hard code a commit sha and leave
    the current work commented so the next developer can continue from
    there.
    
    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b9ae4c7 View commit details
    Browse the repository at this point in the history
  8. usb.c: Remove redundant code

    Zephyr implements it's own usb driver.
    
    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    856f675 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. CMakeLists.txt: Build usb.c

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6bff2c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. bl.c/bloodlight_rev.dts: Migrate clocks to Zephyr

    * Change clocks enabling method
    * Move clock configuration to device treee
    
    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    91e06f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. FIXUPS

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f559a21 View commit details
    Browse the repository at this point in the history
  2. WIP

    Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
    Iker Perez del Palomar Sustatxa committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    6a4cec4 View commit details
    Browse the repository at this point in the history