Eldar Khayrullin
Eldar Khayrullin
See https://github.com/StartMilandr/Pack_VEx/issues/6
Affected code with EEPROM_*() functions calls. The code compiled in GCC 5.x. **P.S.** Bug is strange and I didn't find why it appears. I'll try to find it.
We can delete the built-in CMSIS (dirs CoreSupport) because it is old and have some issues fixed in the current version of [CMSIS 5](https://github.com/ARM-software/CMSIS_5). In README I can link to...
Are anyone tested one of these MCU? Can we change status `not tested`?
Not sync modified files that updated (binary changed) but not renamed
## Issue Summary After click on TV IHSplay button `Start Streaming` TV screen go black. My PC in IHSplay is found. ## Steps to Reproduce Steps to reproduce the behavior:...
Необходимо вместо этого Использовать: ```C++ #include locale::global(locale("ru_RU.UTF-8")); // добавить в начало функции main() ``` Удалить: ```C++ #include // для функции _setmode #include // для константы _O_U16TEXT _setmode(_fileno(stdout), _O_U16TEXT); ```