Jan Ciger
Jan Ciger
I have added support for the papilio-prog uploader utility used by the Papilio One and Papilio Pro boards. By default it programs only into RAM.
I have built the usb_device_f0_custom_hid for F042 and I am playing with it on the F042 Nucleo board from ST. I had to disable the PA11/12 remapping, as this board...
The file pins_BTT_SKR_PRO_common.h has incorrect definition of the extruder thermistor pin. Line 221 contains: ``` // // Temperature Sensors // #define TEMP_0_PIN PF7//PF4 // T1 E0 ``` However the correct...
I am attempting to use OSVR with a Samsung Gear mobile HMD. Our use case is a client running on the HMD, connecting to another machine that hosts all the...
void osvrClientAttemptServerAutoStart() is not implemented (not even a dummy no-op version) for Linux. This causes linking to fail e.g. when building the OSVR-Unreal plugin for Linux. I have implemented a...
osgExport seems to ignore the scaling of models in Blender 2.62. If I make a cube, scale it 100x and export, it will display completely black in osgviewer, because normals...
I am getting this crash with Unity. The same code works OK when called from a Java app via JNI. Memory management problem? The same code works OK on PC/Windows....
Right now the Boost is autodetected by the host subprojects (osvr_json_to_c). Unfortunately, if that version is not suitable (e.g. built for different compiler version, lacking static/dynamic libraries, etc), it is...
Hello, Here is an initial attempt at a native (not cross-compiled) Linux support for UE4. It does work to the point that the plugin actually loads and lets me move...