Star1110
682
代码介绍
代码
Issues53
Pull Requests89
流水线
Actions
讨论
Wiki
项目成员124
分析
项目设置
Star1110
682
  1. openhitls
  2. /
  3. testcode
  4. /
  5. config
  6. /
  7. cmake
HhanzhiyangFix ISO 19790 cmake compilation issue
d734c3e8创建于 13 天前历史提交
文件最后提交记录最后更新时间
CMVP
Fix ISO 19790 cmake compilation issue Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/158213 天前
STM32F4
Support Pure cmake build build: Migrate build system from Python/JSON/CMake hybrid to pure CMake The previous build system mixed Python scripts and JSON configuration files with CMake, scattering build logic across multiple languages and formats. This made the system hard to understand and maintain, and required a Python interpreter at configure time. The build system has been rewritten entirely in CMake. Feature flags, dependency resolution, platform detection, compiler options, and config-header generation are now all expressed natively in CMake. For more details, see the "Build and Installation" section in README.md.2 个月前