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

UART: Add wrapper around RIOT's UART-interface #39

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

Commits on Feb 1, 2023

  1. Added uart

    kbarning committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    17995a0 View commit details
    Browse the repository at this point in the history
  2. Fixed callback

    kbarning committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    dd1372a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'implement_uart' into '6-uart-wrapper'

    Added uart
    
    See merge request atacama/rust-riot-wrappers!3
    kbarning committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9dad81a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    5e3c472 View commit details
    Browse the repository at this point in the history
  2. Add init pins

    kbarning committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    fc644cf View commit details
    Browse the repository at this point in the history
  3. DAC: Add wrapper around RIOTs DAC-interface

    Joel Aschmann committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    88ff4a6 View commit details
    Browse the repository at this point in the history
  4. Merge branch '3-dac-pdi-wrapper' into 'main'

    DAC PDI wrapper
    
    Closes RIOT-OS#3
    
    See merge request atacama/rust-riot-wrappers!2
    Joel Aschmann committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c6fbd33 View commit details
    Browse the repository at this point in the history
  5. Fix comments

    kbarning committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    79e8e23 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Merge branch 'upstream-merge-080223' into 'main'

    Upstream merge 08.02.2023
    
    See merge request atacama/rust-riot-wrappers!7
    Flole998 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    78d412a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. PWM: Add wrapper around RIOTs PWM-interface

    Joel Aschmann committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    fa26004 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2-pwm-peripheral-driver-interface-wrapper' into 'main'

    Add PWM wrapper and embedded hal implementation
    
    Closes RIOT-OS#2
    
    See merge request atacama/rust-riot-wrappers!1
    Joel Aschmann committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4aa6841 View commit details
    Browse the repository at this point in the history
  3. Fixed signature

    kbarning committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9be601c View commit details
    Browse the repository at this point in the history
  4. Fixed closure type

    kbarning committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cfbe7c1 View commit details
    Browse the repository at this point in the history
  5. Mark init pins as unsafe

    kbarning committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    9bff3de View commit details
    Browse the repository at this point in the history
  6. Fix comments

    kbarning committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    793614b View commit details
    Browse the repository at this point in the history
  7. Change drop

    kbarning committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    c6ef6d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    c7cc626 View commit details
    Browse the repository at this point in the history
  2. Add generics to rxstart

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b1f76f0 View commit details
    Browse the repository at this point in the history
  3. Add mode feature

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c3738ca View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into '6-uart-wrapper'

    # Conflicts:
    #   Cargo.toml
    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    581729d View commit details
    Browse the repository at this point in the history
  5. Added feature

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0b965d2 View commit details
    Browse the repository at this point in the history
  6. Delete dac.rs

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    11014dd View commit details
    Browse the repository at this point in the history
  7. Delete pwm.rs

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b81ee74 View commit details
    Browse the repository at this point in the history
  8. Removed wrong libs

    kbarning committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4d917bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2896752 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Removed unused comments

    kbarning committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6b40cd9 View commit details
    Browse the repository at this point in the history
  2. Update uart.rs

    kbarning committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fd5d9b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    fd70931 View commit details
    Browse the repository at this point in the history
  2. Add newline to cargo.toml

    kbarning committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    0c1f2dd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Added new macro to init uart

    kbarning committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    055fa14 View commit details
    Browse the repository at this point in the history
  2. Fix comments

    kbarning committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    66de5f0 View commit details
    Browse the repository at this point in the history
  3. Added scoped approach

    kbarning committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1b87e04 View commit details
    Browse the repository at this point in the history
  4. Add static new

    kbarning committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    a98b8e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de785c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Make get gpio optional

    kbarning committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0fc9d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff8dd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Add new scoped main

    kbarning committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a9231a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Update src/uart.rs

    Co-authored-by: chrysn <[email protected]>
    kbarning and chrysn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c3afaf4 View commit details
    Browse the repository at this point in the history
  2. Update src/uart.rs

    Co-authored-by: chrysn <[email protected]>
    kbarning and chrysn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7aff5f7 View commit details
    Browse the repository at this point in the history
  3. Update src/uart.rs

    Co-authored-by: chrysn <[email protected]>
    kbarning and chrysn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5a6ea25 View commit details
    Browse the repository at this point in the history
  4. Update src/uart.rs

    Co-authored-by: chrysn <[email protected]>
    kbarning and chrysn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cc63b4f View commit details
    Browse the repository at this point in the history
  5. Update src/uart.rs

    Co-authored-by: chrysn <[email protected]>
    kbarning and chrysn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    83856a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6eada9 View commit details
    Browse the repository at this point in the history
  7. add test

    kbarning committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bbfa1c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb8257f View commit details
    Browse the repository at this point in the history
  9. Reordering

    kbarning committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e0cd794 View commit details
    Browse the repository at this point in the history
  10. Cleanup

    kbarning committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0b0c400 View commit details
    Browse the repository at this point in the history