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 read with timeout feature #165

Merged
merged 9 commits into from
Mar 30, 2024
Merged

Add read with timeout feature #165

merged 9 commits into from
Mar 30, 2024

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    db8ca7c View commit details
    Browse the repository at this point in the history
  2. Fix LIN mode

    Baldanos committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a5cf0b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06c04fc View commit details
    Browse the repository at this point in the history
  4. Add timeout command

    Add support for timeout read in the following modes
     * UART
     * LIN
     * SMARTCARD
    Baldanos committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6e4c12d View commit details
    Browse the repository at this point in the history
  5. Remove bsp_uart_read_u8_timeout() and bsp_smartcard_read_u8_timeout()

    Since basic read functions now work with a timeout, these two functions
    are useless
    Baldanos committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6e1832d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf42ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24ca1b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Fix UART bridge bug

    Baldanos committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e27de78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16fe2c3 View commit details
    Browse the repository at this point in the history