摘要: 【教程】配置 CLion 优雅开发 STM32 本教程详细介绍了如何在 CLion 中配置开发 STM32 的环境,旨在替代传统的 Keil MDK,提供更优雅、高效的嵌入式开发体验。教程涵盖了从环境搭建到编译、烧录、调试的全流程,特别针对 OpenOCD、STM32CubeProgrammer 和 J-LINK 三种烧录方式进行了详细说明,并提供了 FreeRTOS 调试的解决方案。 阅读全文
posted @ 2025-05-02 16:16 略无慕艳意 阅读(2760) 评论(2) 推荐(3)
摘要: This message is used to verify that this feed (feedId:177737899331668992) belongs to me (userId:86274747203398656). Join me in enjoying the next gener 阅读全文
posted @ 2025-08-11 22:32 略无慕艳意 阅读(8) 评论(0) 推荐(0)
摘要: Notes of Effective CMake The core philosophy of modern CMake revolves around treating build scripts as code, shifting from outdated directory-level commands to a more maintainable and scalable target-centric paradigm based on targets and properties. In this model, developers define executables and libraries as self-contained targets using add_executable or add_library, and then precisely manage their build specifications and usage requirements through target_* commands with PRIVATE, PUBLIC, and INTERFACE keywords to con 阅读全文
posted @ 2025-08-08 23:17 略无慕艳意 阅读(44) 评论(1) 推荐(0)
摘要: 本文是 Visual Studio 2022 的入门指南,主要介绍了解决方案与项目的组织结构、过滤器的使用、包含目录的配置、宏的使用方法,以及静态库和动态链接库的创建与使用。此外,还介绍了如何使用 CMake 自动生成解决方案。 阅读全文
posted @ 2025-07-30 01:50 略无慕艳意 阅读(489) 评论(0) 推荐(3)
摘要: 带宽是一个多领域通用的概念,核心含义为特定时间段内信道传输数据的总能力。其具体定义因应用场景而异,但始终与"容量"和"速率"相关。在数字领域体现为数据传输速率,在模拟领域则表现为信号频率范围。 阅读全文
posted @ 2025-07-28 23:14 略无慕艳意 阅读(483) 评论(0) 推荐(0)
摘要: 本文详细介绍了如何在 Ubuntu 16.04 上使用 CLion 开发 ROS Melodic 项目。 阅读全文
posted @ 2025-05-24 13:50 略无慕艳意 阅读(96) 评论(0) 推荐(0)