文章分类 -  嵌入式

上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要:https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP/ 阅读全文
posted @ 2024-09-25 23:28 微笑的''80 阅读(13) 评论(0) 推荐(0)
摘要:Microchip AVR libc https://www.bilibili.com/video/BV1ie4y1u7fF/?spm_id_from=333.788&vd_source=2e137d91d58e280049b91fe9f4ffd6dd 阅读全文
posted @ 2024-09-25 22:53 微笑的''80 阅读(24) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/ozlArzZ_RAmVAfi44D0hyw 嘿,朋友,你是不是写代码的时候,总觉得有些重复的操作让人头疼?比如,每次运行项目之前,总要一步步去手动编译、测试,或者打包?好像时间就这样被悄悄偷走了。其实啊,这种问题很常见,很多程序员都和你一样,被 阅读全文
posted @ 2024-09-22 16:52 微笑的''80 阅读(43) 评论(0) 推荐(0)
摘要:http://www.openedv.com/docs/boards/stm32/zdyz_stm32f103_warship.html https://www.yuanzige.com/course/detail/50101 阅读全文
posted @ 2024-09-22 15:19 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要:https://github.com/RobertoBenjami/stm32_graphics_display_drivers ALINETEK 2.8寸 TFTLCD模块特点 https://blog.csdn.net/weixin_42645653/article/details/113707 阅读全文
posted @ 2024-09-21 22:36 微笑的''80 阅读(15) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_64549256/article/details/136982526 https://www.cnblogs.com/einstein-2014731/p/4885300.html 阅读全文
posted @ 2024-09-20 21:53 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/solo666/p/16707812.html 汇编文件要改成大写 .S 结尾 阅读全文
posted @ 2024-09-18 22:33 微笑的''80 阅读(20) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/alan666/p/8312232.html 阅读全文
posted @ 2024-09-15 22:20 微笑的''80 阅读(26) 评论(0) 推荐(0)
摘要:https://www.didaproject.com/show-142.html #configure --help --enable-obsolete-nsl build and install the obsolete libnsl library and depending NSS modu 阅读全文
posted @ 2024-09-15 21:50 微笑的''80 阅读(22) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/neillan/article/details/120970890 https://blog.csdn.net/wan212000/article/details/126001480 https://cloud.tencent.com/developer/ 阅读全文
posted @ 2024-09-15 21:11 微笑的''80 阅读(19) 评论(0) 推荐(0)
摘要:https://github.com/lvgl/lv_port_linux https://blog.51cto.com/u_4018548/9347557 阅读全文
posted @ 2024-09-15 10:47 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq153471503/article/details/105514114?sharetype=blogdetail&sharerId=105514114&sharerefer=PC&sharesource=dyg540&sharefrom=from_li 阅读全文
posted @ 2024-09-13 21:17 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:#!/bin/bash cd ./qtbase/mkspecs/ cp linux-arm-gnueabi-g++ linux-arm-gnueabihf-g++ -r ./configure -prefix /home/jeams/qt5.15 -xplatform linux-arm-gnuea 阅读全文
posted @ 2024-09-09 00:41 微笑的''80 阅读(7) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/as4589sd/article/details/108834410 阅读全文
posted @ 2024-09-02 21:24 微笑的''80 阅读(10) 评论(0) 推荐(0)
摘要:1. 主机: main.c 查看代码 #include <stdio.h> int main() { printf("hello world!!\r\n"); return 0; } 2. 执行静态编译 arm-linux-gnueabihf-gcc main.c -o hello --static 阅读全文
posted @ 2024-09-01 16:52 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/661388537 阅读全文
posted @ 2024-09-01 12:38 微笑的''80 阅读(24) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/zhangpf6699/article/details/134138777 https://www.jianshu.com/p/c7614a4ca954 阅读全文
posted @ 2024-08-29 21:32 微笑的''80 阅读(38) 评论(0) 推荐(0)
摘要:S3C2440 移植最新5.2linux内核 https://www.cnblogs.com/kmist/p/11362849.html https://www.bilibili.com/read/cv36388268/ https://blog.csdn.net/u013171226/articl 阅读全文
posted @ 2024-08-27 23:31 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:https://docs.u-boot.org/en/latest/build/source.html https://docs.u-boot.org/en/latest/board/emulation/qemu-arm.html 解决办法:##命令 export CROSS_COMPILE=arm 阅读全文
posted @ 2024-08-27 21:58 微笑的''80 阅读(9) 评论(0) 推荐(0)
摘要:下载得到文件__gnu_mcount_nc_patch.patch.gz后,使用命令:gzip -dc __gnu_mcount_nc_patch.patch.gz | patch -p1,再次编译,搞定 https://www.cnblogs.com/Mr-ox/p/6351830.html 阅读全文
posted @ 2024-08-27 18:04 微笑的''80 阅读(9) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 10 下一页