pico hid: better ps2x2pico integration (#149) (#151)

Co-authored-by: No0ne <github@exa.solar>
This commit is contained in:
Maxim Devaev
2023-09-28 02:19:07 +03:00
committed by GitHub
parent cfc556f412
commit b606cd60d2
7 changed files with 74 additions and 386 deletions

View File

@@ -8,8 +8,6 @@ target_sources(${target_name} PRIVATE
ph_usb_kbd.c
ph_usb_mouse.c
ph_ps2.c
ph_ps2_kbd.c
ph_ps2_mouse.c
ph_cmds.c
ph_com.c
ph_com_bridge.c
@@ -18,6 +16,8 @@ target_sources(${target_name} PRIVATE
ph_debug.c
${PS2_PATH}/ps2phy.c
${PS2_PATH}/ps2kb.c
${PS2_PATH}/ps2ms.c
)
target_link_options(${target_name} PRIVATE -Xlinker --print-memory-usage)
target_compile_options(${target_name} PRIVATE -Wall -Wextra)