Начата работа над GUI для симулятора:

- выставление настроек компиляции
- задание исходников и путей для компиляции
This commit is contained in:
2025-06-08 20:16:55 +03:00
parent 70e524f041
commit 3a14a5c252
4 changed files with 218 additions and 28 deletions

View File

@@ -45,8 +45,8 @@
// Parametrs of MCU simulator
//#define RUN_APP_MAIN_FUNC_THREAD ///< Enable using thread for MCU main() func
#define DEKSTOP_CYCLES_FOR_MCU_APP 0xFF ///< number of for() cycles after which MCU thread would be suspended
#define MCU_CORE_CLOCK 72000000
//#define DEKSTOP_CYCLES_FOR_MCU_APP 0xFF ///< number of for() cycles after which MCU thread would be suspended
//#define MCU_CORE_CLOCK 72000000
//#define DEINITIALIZE_AFTER_SIM ///< Enable deinitializing structures at simulation ends