-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to avoid taking wrong data of features mode from flash
- Loading branch information
Showing
12 changed files
with
1,029 additions
and
298 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-3.0-or-later | ||
# | ||
add_library(psx-device INTERFACE) | ||
target_include_directories(psx-device INTERFACE ${CMAKE_CURRENT_LIST_DIR}) | ||
target_link_libraries(psx-device INTERFACE pico_stdlib hardware_pio hardware_gpio) | ||
target_sources(psx-device INTERFACE | ||
${CMAKE_CURRENT_LIST_DIR}/controller_simulator.c | ||
${CMAKE_CURRENT_LIST_DIR}/controller_simulator.h) | ||
pico_generate_pio_header(psx-device ${CMAKE_CURRENT_LIST_DIR}/psxSPI.pio) |
Oops, something went wrong.