摘要: #include <atomic> #include <chrono> #include <condition_variable> #include <iostream> #include <mutex> #include <thread> int main() { constexpr size_t 阅读全文
posted @ 2022-10-20 20:58 山岚2013 阅读(109) 评论(0) 推荐(0) 编辑
摘要: debug kiCAD Debug编译之后,使用 WXTRACE=KICAD_LOCALE kicad 打开wx的Trace信息(wxLogTrace)。 编译及安装 编译及安装完kicad之后,还需要编译及安装:symbol, footprint, template。仓库地址: KiCad Sym 阅读全文
posted @ 2022-10-20 07:38 山岚2013 阅读(246) 评论(0) 推荐(0) 编辑