├── .github └── FUNDING.yml ├── .gitignore ├── README.md ├── case ├── TRHMSX_cart_guide_v1.4.stl ├── TRHMSX_case_base_v2.0.stl └── TRHMSX_case_top_v1.1.svg ├── hardware ├── _old │ └── 1.4 │ │ ├── README.MD │ │ └── trhmsx │ │ ├── bom │ │ └── ibom.html │ │ ├── fabrication-toolkit-options.json │ │ ├── fp-info-cache │ │ ├── fp-info-cache-crisaghomepc │ │ ├── fp-lib-table │ │ ├── libraries │ │ ├── 4-6437270-1.stp │ │ ├── 5749180-1.stp │ │ ├── CUI_MD-40SM.kicad_mod │ │ ├── CUI_RCJ-044.kicad_mod │ │ ├── Conn_uSDcard.kicad_mod │ │ ├── EP1C12Q240C8N--3DModel-STEP-510211.STEP │ │ ├── EP1C12Q240C8N.kicad_sym │ │ ├── EPCS4.kicad_sym │ │ ├── ESP-01.kicad_mod │ │ ├── LOGO_MSX.kicad_mod │ │ ├── MCSP-Q1-08-A-SG-T_R.stp │ │ ├── MT48LC16M16A2TG-6A_IT_GTR.kicad_sym │ │ ├── NC7WZU04P6X.kicad_sym │ │ ├── NC7WZU04P6X.mod │ │ ├── PJ-307-HD-B.stp │ │ ├── PJ-307.kicad_mod │ │ ├── PJRAN1X1U02AUX.kicad_sym │ │ ├── QFP50P3460X3460X410-240N.kicad_mod │ │ ├── SO08.kicad_mod │ │ ├── SOP80P1176X120-54N.kicad_mod │ │ ├── SOT65P210X110-6N.kicad_mod │ │ ├── SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod │ │ ├── TE_5530841-5.kicad_mod │ │ ├── TE_5749180-1.kicad_mod │ │ ├── TE_6364372-2.kicad_mod │ │ ├── TRH.kicad_mod │ │ ├── TRHMSX.kicad_sym │ │ └── USB-A1HSW6--3DModel-STEP-56544.STEP │ │ ├── production │ │ ├── TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.3.zip │ │ ├── TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.4.zip │ │ ├── bom.csv │ │ ├── designators.csv │ │ ├── netlist.ipc │ │ └── positions.csv │ │ ├── sym-lib-table │ │ ├── trhmsx.kicad_pcb │ │ ├── trhmsx.kicad_prl │ │ ├── trhmsx.kicad_pro │ │ ├── trhmsx.kicad_sch │ │ └── trhmsx.kicad_sch-bak ├── hidman-micro │ └── firmware │ │ ├── KEYNAMES.EXE │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── amstrad.c │ │ ├── amstrad.h │ │ ├── andyalloc.c │ │ ├── andyalloc.h │ │ ├── build-release.bat │ │ ├── ch559.h │ │ ├── data.c │ │ ├── data.h │ │ ├── dataflash.c │ │ ├── dataflash.h │ │ ├── defs.h │ │ ├── dist │ │ ├── hidman.bin │ │ └── hidman.hex │ │ ├── keyboardled.c │ │ ├── keyboardled.h │ │ ├── linkedlist.c │ │ ├── linkedlist.h │ │ ├── main.c │ │ ├── menu.c │ │ ├── menu.h │ │ ├── mouse.c │ │ ├── mouse.h │ │ ├── parsedescriptor.c │ │ ├── parsedescriptor.h │ │ ├── pinout.txt │ │ ├── preset.c │ │ ├── preset.h │ │ ├── ps2.c │ │ ├── ps2.h │ │ ├── ps2mapping.c │ │ ├── ps2mapping.h │ │ ├── ps2protocol.c │ │ ├── ps2protocol.h │ │ ├── pwm.c │ │ ├── pwm.h │ │ ├── scancode.c │ │ ├── scancode.h │ │ ├── settings.c │ │ ├── settings.h │ │ ├── system.c │ │ ├── system.h │ │ ├── test.c │ │ ├── test.h │ │ ├── testdata.c │ │ ├── testdata.h │ │ ├── type.h │ │ ├── uart.c │ │ ├── uart.h │ │ ├── uart1.c │ │ ├── usbdef.h │ │ ├── usbhidkeys.h │ │ ├── usbhost.c │ │ ├── usbhost.h │ │ ├── usbll.c │ │ ├── usbll.h │ │ ├── xt.c │ │ └── xt.h └── trhmsx │ ├── bom │ └── ibom.html │ ├── docs │ ├── CH559DS1.PDF │ ├── CH559EVT.PDF │ └── CH559SCH.PDF │ ├── fabrication-toolkit-options.json │ ├── fp-info-cache │ ├── fp-info-cache-crisaghomepc │ ├── fp-lib-table │ ├── libraries │ ├── 4-6437270-1.stp │ ├── 5749180-1.stp │ ├── CH55x.kicad_sym │ ├── CH55x.lib │ ├── CUI_MD-40SM.kicad_mod │ ├── CUI_RCJ-044.kicad_mod │ ├── Conn_uSDcard.kicad_mod │ ├── EP1C12Q240C8N--3DModel-STEP-510211.STEP │ ├── EP1C12Q240C8N.kicad_sym │ ├── EPCS4.kicad_sym │ ├── ESP-01.kicad_mod │ ├── LOGO_MSX.kicad_mod │ ├── LOGO_MSX.kicad_sym │ ├── LOGO_TRH.kicad_mod │ ├── LOGO_TRH.kicad_sym │ ├── MCSP-Q1-08-A-SG-T_R.stp │ ├── MD-40SM.kicad_sym │ ├── MT48LC16M16A2TG-6A_IT_GTR.kicad_sym │ ├── NC7WZU04P6X.kicad_sym │ ├── NC7WZU04P6X.mod │ ├── PJ-307-HD-B.stp │ ├── PJ-307.kicad_mod │ ├── PJRAN1X1U02AUX.kicad_sym │ ├── QFP50P3460X3460X410-240N.kicad_mod │ ├── SO08.kicad_mod │ ├── SOP80P1176X120-54N.kicad_mod │ ├── SOT65P210X110-6N.kicad_mod │ ├── SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod │ ├── Same_Sky_MD-40SM.step │ ├── TE_5530841-5.kicad_mod │ ├── TE_5749180-1.kicad_mod │ ├── TE_6364372-2.kicad_mod │ ├── TRH.kicad_mod │ ├── TRHMSX.kicad_sym │ └── USB-A1HSW6--3DModel-STEP-56544.STEP │ ├── production │ ├── TRHMSX_-_The_simple_MSX2_clone_in_FPGA_1.51.zip │ ├── bom.csv │ ├── designators.csv │ ├── netlist.ipc │ └── positions.csv │ ├── sym-lib-table │ ├── trhmsx.kicad_pcb │ ├── trhmsx.kicad_prl │ ├── trhmsx.kicad_pro │ ├── trhmsx.kicad_sch │ └── trhmsx.kicad_sch-bak ├── images ├── 2023-11-26_15-43.png ├── 2024-02-25_21-25.png ├── 2024-04-27_21-23.png ├── 2024-04-27_21-26.png ├── 2024-04-27_21-33.png ├── 2024-04-27_21-35.png ├── 2024-04-27_21-37.png ├── 2024-04-27_21-38.png ├── 2024-04-27_21-40.png ├── 2024-04-27_21-41.png ├── 2024-04-27_21-42.png ├── 2024-04-27_21-42_1.png ├── 2024-04-27_21-54.png ├── 20240229_213756238_iOS (Medium).jpg ├── 20240313_182510806_iOS (Medium).jpg ├── 20240318_212452009_iOS-Small.jpg ├── 20240427_212416648_iOS-Medium.jpg ├── 2025-01-01_06-55.png ├── _old │ └── 2024-02-25_20-27.png ├── ccans.png ├── image-18.png ├── image-19.png ├── image-20.png ├── image-23.png ├── image-27-1024x576.png ├── image-28-1024x576.png ├── image-35.png ├── image-36.png ├── trtk1c5n.png └── u7ev7r1h.png └── software └── WCHISPTool_Setup.exe /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/README.md -------------------------------------------------------------------------------- /case/TRHMSX_cart_guide_v1.4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/case/TRHMSX_cart_guide_v1.4.stl -------------------------------------------------------------------------------- /case/TRHMSX_case_base_v2.0.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/case/TRHMSX_case_base_v2.0.stl -------------------------------------------------------------------------------- /case/TRHMSX_case_top_v1.1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/case/TRHMSX_case_top_v1.1.svg -------------------------------------------------------------------------------- /hardware/_old/1.4/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/README.MD -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/bom/ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/bom/ibom.html -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/fabrication-toolkit-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/fabrication-toolkit-options.json -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/fp-info-cache -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/fp-info-cache-crisaghomepc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/fp-info-cache-crisaghomepc -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/fp-lib-table -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/4-6437270-1.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/4-6437270-1.stp -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/5749180-1.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/5749180-1.stp -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/CUI_MD-40SM.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/CUI_MD-40SM.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/CUI_RCJ-044.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/CUI_RCJ-044.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/Conn_uSDcard.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/Conn_uSDcard.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/EP1C12Q240C8N--3DModel-STEP-510211.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/EP1C12Q240C8N--3DModel-STEP-510211.STEP -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/EP1C12Q240C8N.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/EP1C12Q240C8N.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/EPCS4.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/EPCS4.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/ESP-01.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/ESP-01.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/LOGO_MSX.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/LOGO_MSX.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/MCSP-Q1-08-A-SG-T_R.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/MCSP-Q1-08-A-SG-T_R.stp -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/MT48LC16M16A2TG-6A_IT_GTR.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/MT48LC16M16A2TG-6A_IT_GTR.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/NC7WZU04P6X.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/NC7WZU04P6X.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/NC7WZU04P6X.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/NC7WZU04P6X.mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/PJ-307-HD-B.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/PJ-307-HD-B.stp -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/PJ-307.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/PJ-307.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/PJRAN1X1U02AUX.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/PJRAN1X1U02AUX.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/QFP50P3460X3460X410-240N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/QFP50P3460X3460X410-240N.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/SO08.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/SO08.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/SOP80P1176X120-54N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/SOP80P1176X120-54N.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/SOT65P210X110-6N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/SOT65P210X110-6N.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/TE_5530841-5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/TE_5530841-5.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/TE_5749180-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/TE_5749180-1.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/TE_6364372-2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/TE_6364372-2.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/TRH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/TRH.kicad_mod -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/TRHMSX.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/TRHMSX.kicad_sym -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/libraries/USB-A1HSW6--3DModel-STEP-56544.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/libraries/USB-A1HSW6--3DModel-STEP-56544.STEP -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.3.zip -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/TRHMSX_-_A_simple_MSX2_clone_in_FPGA_1.4.zip -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/bom.csv -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/designators.csv -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/netlist.ipc -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/production/positions.csv -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/sym-lib-table -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/trhmsx.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/trhmsx.kicad_pcb -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/trhmsx.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/trhmsx.kicad_prl -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/trhmsx.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/trhmsx.kicad_pro -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/trhmsx.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/trhmsx.kicad_sch -------------------------------------------------------------------------------- /hardware/_old/1.4/trhmsx/trhmsx.kicad_sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/_old/1.4/trhmsx/trhmsx.kicad_sch-bak -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/KEYNAMES.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/KEYNAMES.EXE -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/LICENSE -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/Makefile -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/amstrad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/amstrad.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/amstrad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/amstrad.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/andyalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/andyalloc.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/andyalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/andyalloc.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/build-release.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/build-release.bat -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ch559.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ch559.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/data.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/data.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/dataflash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/dataflash.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/dataflash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/dataflash.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/defs.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/dist/hidman.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/dist/hidman.bin -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/dist/hidman.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/dist/hidman.hex -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/keyboardled.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/keyboardled.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/keyboardled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/keyboardled.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/linkedlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/linkedlist.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/linkedlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/linkedlist.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/main.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/menu.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/menu.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/mouse.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/mouse.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/parsedescriptor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/parsedescriptor.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/parsedescriptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/parsedescriptor.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/pinout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/pinout.txt -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/preset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/preset.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/preset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/preset.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2mapping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2mapping.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2mapping.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2protocol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2protocol.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/ps2protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/ps2protocol.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/pwm.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/pwm.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/scancode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/scancode.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/scancode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/scancode.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/settings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/settings.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/settings.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/system.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/system.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/test.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/test.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | uint8_t DumpHID(INTERFACE *pInterface); 3 | -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/testdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/testdata.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/testdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/testdata.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/type.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/uart.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/uart.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/uart1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/uart1.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbdef.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbhidkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbhidkeys.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbhost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbhost.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbhost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbhost.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbll.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/usbll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/usbll.h -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/xt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/xt.c -------------------------------------------------------------------------------- /hardware/hidman-micro/firmware/xt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/hidman-micro/firmware/xt.h -------------------------------------------------------------------------------- /hardware/trhmsx/bom/ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/bom/ibom.html -------------------------------------------------------------------------------- /hardware/trhmsx/docs/CH559DS1.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/docs/CH559DS1.PDF -------------------------------------------------------------------------------- /hardware/trhmsx/docs/CH559EVT.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/docs/CH559EVT.PDF -------------------------------------------------------------------------------- /hardware/trhmsx/docs/CH559SCH.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/docs/CH559SCH.PDF -------------------------------------------------------------------------------- /hardware/trhmsx/fabrication-toolkit-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/fabrication-toolkit-options.json -------------------------------------------------------------------------------- /hardware/trhmsx/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/fp-info-cache -------------------------------------------------------------------------------- /hardware/trhmsx/fp-info-cache-crisaghomepc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/fp-info-cache-crisaghomepc -------------------------------------------------------------------------------- /hardware/trhmsx/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/fp-lib-table -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/4-6437270-1.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/4-6437270-1.stp -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/5749180-1.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/5749180-1.stp -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/CH55x.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/CH55x.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/CH55x.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/CH55x.lib -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/CUI_MD-40SM.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/CUI_MD-40SM.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/CUI_RCJ-044.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/CUI_RCJ-044.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/Conn_uSDcard.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/Conn_uSDcard.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/EP1C12Q240C8N--3DModel-STEP-510211.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/EP1C12Q240C8N--3DModel-STEP-510211.STEP -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/EP1C12Q240C8N.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/EP1C12Q240C8N.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/EPCS4.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/EPCS4.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/ESP-01.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/ESP-01.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/LOGO_MSX.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/LOGO_MSX.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/LOGO_MSX.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/LOGO_MSX.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/LOGO_TRH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/LOGO_TRH.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/LOGO_TRH.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/LOGO_TRH.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/MCSP-Q1-08-A-SG-T_R.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/MCSP-Q1-08-A-SG-T_R.stp -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/MD-40SM.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/MD-40SM.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/MT48LC16M16A2TG-6A_IT_GTR.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/MT48LC16M16A2TG-6A_IT_GTR.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/NC7WZU04P6X.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/NC7WZU04P6X.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/NC7WZU04P6X.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/NC7WZU04P6X.mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/PJ-307-HD-B.stp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/PJ-307-HD-B.stp -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/PJ-307.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/PJ-307.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/PJRAN1X1U02AUX.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/PJRAN1X1U02AUX.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/QFP50P3460X3460X410-240N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/QFP50P3460X3460X410-240N.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/SO08.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/SO08.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/SOP80P1176X120-54N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/SOP80P1176X120-54N.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/SOT65P210X110-6N.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/SOT65P210X110-6N.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/SWITCHCRAFT_PJRAN1X1U02AUX.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/Same_Sky_MD-40SM.step: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/Same_Sky_MD-40SM.step -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/TE_5530841-5.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/TE_5530841-5.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/TE_5749180-1.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/TE_5749180-1.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/TE_6364372-2.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/TE_6364372-2.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/TRH.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/TRH.kicad_mod -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/TRHMSX.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/TRHMSX.kicad_sym -------------------------------------------------------------------------------- /hardware/trhmsx/libraries/USB-A1HSW6--3DModel-STEP-56544.STEP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/libraries/USB-A1HSW6--3DModel-STEP-56544.STEP -------------------------------------------------------------------------------- /hardware/trhmsx/production/TRHMSX_-_The_simple_MSX2_clone_in_FPGA_1.51.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/production/TRHMSX_-_The_simple_MSX2_clone_in_FPGA_1.51.zip -------------------------------------------------------------------------------- /hardware/trhmsx/production/bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/production/bom.csv -------------------------------------------------------------------------------- /hardware/trhmsx/production/designators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/production/designators.csv -------------------------------------------------------------------------------- /hardware/trhmsx/production/netlist.ipc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/production/netlist.ipc -------------------------------------------------------------------------------- /hardware/trhmsx/production/positions.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/production/positions.csv -------------------------------------------------------------------------------- /hardware/trhmsx/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/sym-lib-table -------------------------------------------------------------------------------- /hardware/trhmsx/trhmsx.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/trhmsx.kicad_pcb -------------------------------------------------------------------------------- /hardware/trhmsx/trhmsx.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/trhmsx.kicad_prl -------------------------------------------------------------------------------- /hardware/trhmsx/trhmsx.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/trhmsx.kicad_pro -------------------------------------------------------------------------------- /hardware/trhmsx/trhmsx.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/trhmsx.kicad_sch -------------------------------------------------------------------------------- /hardware/trhmsx/trhmsx.kicad_sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/hardware/trhmsx/trhmsx.kicad_sch-bak -------------------------------------------------------------------------------- /images/2023-11-26_15-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2023-11-26_15-43.png -------------------------------------------------------------------------------- /images/2024-02-25_21-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-02-25_21-25.png -------------------------------------------------------------------------------- /images/2024-04-27_21-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-23.png -------------------------------------------------------------------------------- /images/2024-04-27_21-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-26.png -------------------------------------------------------------------------------- /images/2024-04-27_21-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-33.png -------------------------------------------------------------------------------- /images/2024-04-27_21-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-35.png -------------------------------------------------------------------------------- /images/2024-04-27_21-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-37.png -------------------------------------------------------------------------------- /images/2024-04-27_21-38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-38.png -------------------------------------------------------------------------------- /images/2024-04-27_21-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-40.png -------------------------------------------------------------------------------- /images/2024-04-27_21-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-41.png -------------------------------------------------------------------------------- /images/2024-04-27_21-42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-42.png -------------------------------------------------------------------------------- /images/2024-04-27_21-42_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-42_1.png -------------------------------------------------------------------------------- /images/2024-04-27_21-54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2024-04-27_21-54.png -------------------------------------------------------------------------------- /images/20240229_213756238_iOS (Medium).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/20240229_213756238_iOS (Medium).jpg -------------------------------------------------------------------------------- /images/20240313_182510806_iOS (Medium).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/20240313_182510806_iOS (Medium).jpg -------------------------------------------------------------------------------- /images/20240318_212452009_iOS-Small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/20240318_212452009_iOS-Small.jpg -------------------------------------------------------------------------------- /images/20240427_212416648_iOS-Medium.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/20240427_212416648_iOS-Medium.jpg -------------------------------------------------------------------------------- /images/2025-01-01_06-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/2025-01-01_06-55.png -------------------------------------------------------------------------------- /images/_old/2024-02-25_20-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/_old/2024-02-25_20-27.png -------------------------------------------------------------------------------- /images/ccans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/ccans.png -------------------------------------------------------------------------------- /images/image-18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-18.png -------------------------------------------------------------------------------- /images/image-19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-19.png -------------------------------------------------------------------------------- /images/image-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-20.png -------------------------------------------------------------------------------- /images/image-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-23.png -------------------------------------------------------------------------------- /images/image-27-1024x576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-27-1024x576.png -------------------------------------------------------------------------------- /images/image-28-1024x576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-28-1024x576.png -------------------------------------------------------------------------------- /images/image-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-35.png -------------------------------------------------------------------------------- /images/image-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/image-36.png -------------------------------------------------------------------------------- /images/trtk1c5n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/trtk1c5n.png -------------------------------------------------------------------------------- /images/u7ev7r1h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/images/u7ev7r1h.png -------------------------------------------------------------------------------- /software/WCHISPTool_Setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristianoag/trhmsx/HEAD/software/WCHISPTool_Setup.exe --------------------------------------------------------------------------------