Loading

摘要: 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)
摘要: 在路由器上运行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)
摘要: 首先下载并安装如下两个软件 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)
摘要: 一些零散知识的记录方便自己以后查阅 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)