Erdni M
Erdni M
i am try connect g27 gear shifter to freeJoy Bpill. All buttons and axis were found well. Wiki have great description for config Axis to buttons. But i don't understand...
Great! I go try it. And one more question, can i use two Shift_btn on one logical_btn? This logitech shifter have Reverse speed at same position a 6 speed, but...
I have some trouble with "FreeJoy Shift1/2" scheme on "G27 gear-shifter". I try debug and build project on keil 5.31, but current project is so big for free version Keil....
Try build on ubuntu-WSL. `build-essential` is installed: ``` nyah@DESKTOP-C5IKDBM:~/projects/FreeJoy/armgcc$ make make: *** No rule to make target 'build/analog.o', needed by 'build/FreeJoy.elf'. Stop. ``` config file for only [6 speed] logical...
https://youtu.be/fqw6FA2M4bc also video has description
Found only one small problem without debugging. https://github.com/FreeJoy-Team/FreeJoy/blob/1029b5d54c10b40f85b9484309e5e35c5b335df2/application/Src/buttons.c#L896 `shifts_state` used before assigned. line 769, 808, ... L897: may be rewriten: ``` for (uint8_t i=0; ishift_config[i].button >= 0) { shifts_state |=...
``` os: CentOS 7 uname -a: Linux 3.10.0-862.11.6.el7.x86_64 #1 SMP Tue Aug 14 21:49:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux $ gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)...
@slazav, for choice port on ft2232h, you can use OPEN method https://github.com/devttys0/libmpsse/blob/master/src/mpsse.c#L94 https://github.com/devttys0/libmpsse/blob/master/docs/README.C#L4 but I think you've already found a solution in the past 4 months 😀