会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
I'm trying
博客园
首页
新随笔
联系
订阅
管理
2024年7月2日
linux config TrackPoint middle button
摘要: xinput list-props [id] | grep Scroll xinput set-prop [trackpoint ID] [scroll ID] [value] config /usr/share/X11/xorg.conf.d add this and reboot Section
阅读全文
posted @ 2024-07-02 00:19 Chilo
阅读(19)
评论(0)
推荐(0)
2024年5月26日
openclash导致不能正常连接git
摘要: 在路由器上运行openclash后发现不能正常连接到git,经过排查后发现是22端口的问题. 在 ~/.ssh/config 中添加, 修改使用443端口连接git Host github.com Hostname ssh.github.com Port 443 User git 修改后能够正常连接
阅读全文
posted @ 2024-05-26 22:45 Chilo
阅读(0)
评论(0)
推荐(0)
2022年1月1日
Rthread+Cubemx快速构建工程
摘要: 首先下载并安装如下两个软件 RT_Thread下载链接:https://www.rt-thread.org/page/studio.html CubeMX下载链接:https://www.st.com/en/embedded-software/stm32cubeg0.html#get-softwar
阅读全文
posted @ 2022-01-01 08:59 Chilo
阅读(678)
评论(0)
推荐(0)
2020年12月12日
PlatformIO+CubeMx USART 浮点数打印
摘要: 一些零散知识的记录方便自己以后查阅 gcc 中printf的重定向 #include <stdio.h> int _write(int fd, char *ptr, int len) { HAL_UART_Transmit(&huart2, (uint8_t*)ptr, len, 0xFFFF);
阅读全文
posted @ 2020-12-12 23:52 Chilo
阅读(660)
评论(0)
推荐(1)
公告