Embedded Project Setup
Set up modern C or STM32/Cortex-M embedded projects from scratch with VS Code, clangd, clang-format, clang-tidy, CMakePresets.json, Ninja, arm-none-eabi-gcc, arm-none-eabi-gdb, firmware ELF/BIN/HEX outputs, OpenOCD, ST-Link or J-Link, Cortex-Debug, Docker/GitHub Actions, and layered CMSIS/HAL/LL/bare-metal structure. Use when Codex is asked to bootstrap, standardize, or modernize embedded firmwar…
Cpp Project Setup
Set up modern C++ projects from scratch with Git/GitHub, VS Code, CMake Tools, clangd, CodeLLDB or Windows C/C++ debugging, CMakePresets.json, vcpkg manifest mode, platform triplets, Ninja, Clang/GCC/MSVC, GoogleTest, clang-format, clang-tidy, Doxygen, and CI-ready structure. Use when Codex is asked to bootstrap, standardize, or modernize a C++ CMake project; create VS Code C++ settings; add vcpk…