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

Parport build test #1874

Merged
merged 2 commits into from
Aug 24, 2024
Merged

Parport build test #1874

merged 2 commits into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. function prototype consistency fix for ppiwin.c

    mingw builds for Windows require a function prototype fix.
    ndim committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8947817 View commit details
    Browse the repository at this point in the history
  2. ci: Build parallel port code on supported systems

    Build parallel port code on supported systems
    
    Unsupported systems are:
    
      * Windows operating system
      * MacOS operating system
    
    This means the CI can test
    
      * native Linux builds (yes, even for arm systems)
    
    Untested at this time are the BSDs.
    
    Removes the dysfunctional Windows (since Windows XP)  parallel port code,
    and has the buildsystems fail Windows builds if parallel port builds are
    requested (HAVE_PARPORT or --enable-parport).
    
    avrdudes#1874 (comment)
    ndim committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    16d7d0b View commit details
    Browse the repository at this point in the history