qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.28k stars 39.38k forks source link

ChibiOS USB Serial - Ergodox Infinity (ARM) stenography #1961

Closed KoviRobi closed 6 years ago

KoviRobi commented 7 years ago

I was trying to get my Ergodox Infinity to use the stenography extension, but I was having trouble getting it to work. The way I understand it, the problem was with it relying on LUFA, whereas the ErgoDox Infinity uses ChibiOS, which doesn't use 'virtser_send'. I was wondering if someone knows about USB serial in ChibiOS and could help me get it working?

seebs commented 6 years ago

I think the right solution (probably?) is to implement a virtser_send for ChibiOS, so that there's one visible. But I don't know exactly how one would go about this.

drashna commented 6 years ago

Yeah, if ChibiOS doesn't have a virtual serial port, or it properly implemented .... then "no dice".

Maybe @fredizzimo may know what the issue is, as I believe that he's the resident ChibiOS expert.

fredizzimo commented 6 years ago

Support for this was added in https://github.com/qmk/qmk_firmware/pull/2362