-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Build parallel port code on supported systems
Build parallel port code on supported systems Unsupported systems are: * MSVC compiler (does not support GNU style inline asm) * macos operating system (no macos implementations for preprocessor macros DO_PPI_READ, DO_PPI_WRITE, ppi_claim, ppi_release) This means the CI can test * native Linux builds (yes, even for arm systems) * native Windows builds using mingw 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). #1874 (comment)
- Loading branch information
Showing
6 changed files
with
21 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,7 +223,6 @@ add_library(libavrdude | |
pindefs.c | ||
ppi.c | ||
ppi.h | ||
ppiwin.c | ||
serbb.h | ||
serbb_posix.c | ||
serbb_win32.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.