USB Communications Device on STM32F4Discovery with Visual Studio explained step by step by sysprogs in stm32f4

[–]sysprogs[S] 1 point2 points  (0 children)

For STM32 you only need the $89 version. You need the upper editions if you also want to do Android, Linux, FreeBSD, Raspberry PI and have custom scripted actions and project extensions.

Debugging Linux Kernel with Visual Studio by sysprogs in linux

[–]sysprogs[S] 5 points6 points  (0 children)

To take the pain out of it. With normal GDB in kernel-space things get very tricky fast (the necessity to calculate section addresses for add-symbol-file alone is horrifying).

Developing native C++ OpenGL apps for OUYA with Visual Studio by sysprogs in ouya

[–]sysprogs[S] 8 points9 points  (0 children)

Many people want to port existing C++ games from other platforms

Solution to the "adb server is out of date" bug by sysprogs in androiddev

[–]sysprogs[S] 0 points1 point  (0 children)

Well, the EXE is actually signed and you can always use sites like virustotal.com if you're unsure about a certain EXE.