文章分类 - 嵌入式
摘要:https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP/
阅读全文
摘要:Microchip AVR libc https://www.bilibili.com/video/BV1ie4y1u7fF/?spm_id_from=333.788&vd_source=2e137d91d58e280049b91fe9f4ffd6dd
阅读全文
摘要:https://mp.weixin.qq.com/s/ozlArzZ_RAmVAfi44D0hyw 嘿,朋友,你是不是写代码的时候,总觉得有些重复的操作让人头疼?比如,每次运行项目之前,总要一步步去手动编译、测试,或者打包?好像时间就这样被悄悄偷走了。其实啊,这种问题很常见,很多程序员都和你一样,被
阅读全文
摘要:http://www.openedv.com/docs/boards/stm32/zdyz_stm32f103_warship.html https://www.yuanzige.com/course/detail/50101
阅读全文
摘要:https://github.com/RobertoBenjami/stm32_graphics_display_drivers ALINETEK 2.8寸 TFTLCD模块特点 https://blog.csdn.net/weixin_42645653/article/details/113707
阅读全文
摘要:https://blog.csdn.net/qq_64549256/article/details/136982526 https://www.cnblogs.com/einstein-2014731/p/4885300.html
阅读全文
摘要:https://www.cnblogs.com/solo666/p/16707812.html 汇编文件要改成大写 .S 结尾
阅读全文
摘要:https://www.cnblogs.com/alan666/p/8312232.html
阅读全文
摘要:https://www.didaproject.com/show-142.html #configure --help --enable-obsolete-nsl build and install the obsolete libnsl library and depending NSS modu
阅读全文
摘要:https://blog.csdn.net/neillan/article/details/120970890 https://blog.csdn.net/wan212000/article/details/126001480 https://cloud.tencent.com/developer/
阅读全文
摘要:https://github.com/lvgl/lv_port_linux https://blog.51cto.com/u_4018548/9347557
阅读全文
摘要:https://blog.csdn.net/qq153471503/article/details/105514114?sharetype=blogdetail&sharerId=105514114&sharerefer=PC&sharesource=dyg540&sharefrom=from_li
阅读全文
摘要:#!/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
阅读全文
摘要:https://blog.csdn.net/as4589sd/article/details/108834410
阅读全文
摘要: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
阅读全文
摘要:https://zhuanlan.zhihu.com/p/661388537
阅读全文
摘要:https://blog.csdn.net/zhangpf6699/article/details/134138777 https://www.jianshu.com/p/c7614a4ca954
阅读全文
摘要:S3C2440 移植最新5.2linux内核 https://www.cnblogs.com/kmist/p/11362849.html https://www.bilibili.com/read/cv36388268/ https://blog.csdn.net/u013171226/articl
阅读全文
摘要: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
阅读全文
摘要:下载得到文件__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
阅读全文

浙公网安备 33010602011771号