文章分类 -  嵌入式

上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要:lcd.h 查看代码 #ifndef __LCD_H #define __LCD_H #include "sys.h" #include "stdlib.h" #define LCD_Data_Addr ((uint32_t)0x60020000) //FSMC写数据地址 #define LCD_R 阅读全文
posted @ 2024-01-12 12:59 微笑的''80 阅读(45) 评论(0) 推荐(0)
摘要:https://docs.espressif.com/projects/esp-iot-solution/zh_CN/latest/display/lcd/lcd_guide.html https://zhuanlan.zhihu.com/p/426284819?utm_id=0 http://ww 阅读全文
posted @ 2024-01-11 18:40 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要:http://jiaocheng.bubufx.com/info-show-1011112.html 最近在研究Intel® Galileo Gen 2开发板的Linux开发。Intel® Galileo Gen 2开发板自带的Linux比较简单,缺少很多常用的软件,而且板子自身的容量很小。所以我打 阅读全文
posted @ 2024-01-11 12:19 微笑的''80 阅读(38) 评论(0) 推荐(0)
摘要:单文件 led.bin:led.s led.lds arm-angstrom-linux-gnueabi-gcc -c led.s -o led.o arm-angstrom-linux-gnueabi-gcc -c delay.s -o delay.o arm-angstrom-linux-gnu 阅读全文
posted @ 2024-01-08 11:19 微笑的''80 阅读(6) 评论(0) 推荐(0)
摘要:https://www.icxbk.com/ask/detail/34523.html https://blog.csdn.net/weixin_44735216/article/details/132554811 阅读全文
posted @ 2024-01-07 21:07 微笑的''80 阅读(8) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/lwanttowin/article/details/80126325 阅读全文
posted @ 2024-01-07 18:38 微笑的''80 阅读(11) 评论(0) 推荐(0)
摘要:至芯科技FPGA开发板ALTERA ZX-2夏宇闻教授配套教材NIOS学习板 FPGA主芯片: ALTERA 公司Cyclone IV系列的EP4CE6E22C8。 Cyclone IV系列是ALTERA公司推出的被市场广泛认可的低成本 低功耗的FPGA系列。该芯片有6272个逻辑单元(LE), 2 阅读全文
posted @ 2024-01-06 12:39 微笑的''80 阅读(89) 评论(0) 推荐(0)
摘要:kernel: export ARCH=arm export CROSS_COMPILE=arm-none-eabi- make zImage dtbs imxrt_defconfig make -j8 OBJCOPY arch/arm/boot/zImage u-boot: sudo apt-ge 阅读全文
posted @ 2024-01-01 21:45 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要://增加缓存空间大小 git config --global http.postBuffer 524288000 //一个意思也是提升大小 git config --global core.packedGitLimit 512m git config --global core.packedGitW 阅读全文
posted @ 2024-01-01 15:24 微笑的''80 阅读(17) 评论(0) 推荐(0)
摘要:https://wiki.ubuntu.org.cn/ 阅读全文
posted @ 2023-12-31 11:17 微笑的''80 阅读(4) 评论(0) 推荐(0)
摘要:基于NXP i.MX RT1021跨界MCU实现一个简单的波形采集 https://www.eetree.cn/project/detail/1961 阅读全文
posted @ 2023-12-28 15:59 微笑的''80 阅读(20) 评论(0) 推荐(0)
摘要:安装应用中心,安装插件 https://blog.csdn.net/weixin_40973138/article/details/106081946 阅读全文
posted @ 2023-12-09 18:15 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:https://erturk.me/projects/a-rust-bsp-package-for-stm32f4-discovery-kit/ https://www.cnblogs.com/dyg540/articles/16438172.html 阅读全文
posted @ 2023-12-07 18:09 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:Introduction - 《CMake菜谱(CMake Cookbook中文版)》 - 书栈网 · BookStack 阅读全文
posted @ 2023-12-06 18:49 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-11-18 11:40 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:keil: 导出style: clang-format -style="Microsoft" --dump-config > c:\Microsoft.clang-format Arguments: -style=file:c:\Microsoft.clang-format -i !E -style 阅读全文
posted @ 2023-11-06 11:04 微笑的''80 阅读(43) 评论(0) 推荐(0)
摘要:赋读写权限 sudo chmod 777 -R /home/jeams/code https://www.jb51.net/article/231757.htm 在share definitions字段中添加要共享的目录,如:[public]path = /public #共享目录的路径public 阅读全文
posted @ 2023-10-27 18:28 微笑的''80 阅读(14) 评论(0) 推荐(0)
摘要:winserver 2016 添加文件共享服务器 linux 访问: 阅读全文
posted @ 2023-10-27 17:44 微笑的''80 阅读(23) 评论(0) 推荐(0)
摘要:https://www.pudn.com/news/6299fd64a1ab4536adf5aa71.html 阅读全文
posted @ 2022-12-06 21:55 微笑的''80 阅读(29) 评论(0) 推荐(0)
摘要:https://packages.msys2.org/base/mingw-w64-arm-none-eabi-gcc 阅读全文
posted @ 2022-12-05 22:03 微笑的''80 阅读(74) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8 9 10 下一页