Skip to content

Commit

Permalink
ported new ps2phy from ps2x2pico
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne committed Jan 27, 2024
1 parent bf741b4 commit 7737840
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 314 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ project(ps2pico C CXX ASM)
# Initialise the Raspberry Pi Pico SDK
pico_sdk_init()

## add_compile_definitions(ATORXT=1)
## add_executable(ps2pico src/ps2pico.c src/atphy.c)
add_compile_definitions(ATPHY)
add_executable(ps2pico src/ps2pico.c src/atphy.c)

add_compile_definitions(ATORXT=0)
add_executable(ps2pico src/ps2pico.c src/xtphy.c)
##add_compile_definitions(XTPHY)
##add_executable(ps2pico src/ps2pico.c src/xtphy.c)

add_compile_definitions(CLOCKIN=14)
add_compile_definitions(CLOCKOUT=15)
Expand Down
Loading

0 comments on commit 7737840

Please sign in to comment.