HelloWord-Keyboard
HelloWord-Keyboard copied to clipboard
this can be work on Linux?
with the issue.i saw some file format is.exe file
The keyboard itself should be platform-independent.
Besides @xingrz 's answer, the exe file is for easier screen pic changing, see https://youtu.be/mGShD9ZER1c?t=468 You can actually write your own tools for linux.
Besides @xingrz 's answer, the exe file is for easier screen pic changing, see https://youtu.be/mGShD9ZER1c?t=468 You can actually write your own tools for linux.
No. That tool is not release yet, since the development of Dynamic module is not finished.
Specifically,
- zadig-2.5.exe is for installing LibUSB driver for Windows. You don't need it since Linux/Mac has direct access to USB devices from userland.
- STM32 ST-LINK Utility v4.5.0.exe is a tool to program STM32 via ST-LINK debugger. There's many other alternatives on Linux, such as pyOCD. I've post a tutorial about the use of pyOCD.