上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页
摘要: QEMU Arm 所支持的芯片以及开发板 xPack 64-bit QEMU v2.8.0 (qemu-system-gnuarmeclipse). Supported boards: Maple LeafLab Arduino-style STM32 microcontroller board ( 阅读全文
posted @ 2020-07-01 13:20 sinferwu 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: static inline int printk_get_level(const char *buffer) { if (buffer[0] == KERN_SOH_ASCII && buffer[1]) { switch (buffer[1]) { case '0' ... '7': case ' 阅读全文
posted @ 2020-06-24 13:52 sinferwu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://www.zerotier.com/ 远程桌面 NoMachine https://www.nomachine.com/DT12I00014 Windows 命令路径 "xxx\NoMachine\bin\nxserver.exe" "xxx\NoMachine\etc\server. 阅读全文
posted @ 2020-06-13 22:42 sinferwu 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 指令名 功能描述 DMB 数据存储器隔离。DMB 指令保证: 仅当所有在它前面的存储器访问操作 都执行完毕后,才提交(commit)在它后面的存储器访问操作。 DSB 数据同步隔离。比 DMB 严格: 仅当所有在它前面的存储器访问操作 都执行完毕后,才执行在它后面的指令(亦即任何指令都要等待存储器访 阅读全文
posted @ 2020-06-12 13:55 sinferwu 阅读(7815) 评论(0) 推荐(1) 编辑
摘要: 1.CPU读Cache时: ●若hit,则CPU直接从Cache中读取数据即可。 ●若miss,有两种处理方式: >Read through,即直接从内存中读取数据; >Read allocate,先把数据读取到Cache中,再从Cache中读数据。 2.CPU写Cache时: ●若hit,有两种处 阅读全文
posted @ 2020-06-12 13:51 sinferwu 阅读(3121) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/Roland_Sun/article/details/105547271 阅读全文
posted @ 2020-06-10 20:19 sinferwu 阅读(356) 评论(0) 推荐(0) 编辑
摘要: Marvel 88E1510, 88E1512, 88E1514, 88E1518 https://github.com/lbeauloye/Mecatro_UCL https://github.com/lbeauloye/Mecatro_UCL/blob/17c9ccb591b730b0877f0 阅读全文
posted @ 2020-06-10 14:52 sinferwu 阅读(897) 评论(0) 推荐(0) 编辑
摘要: https://interactive.freertos.org/hc/en-us/community/posts/210028946-S3C6410-using-RVDS-tool-chain https://interactive.freertos.org/attachments/token/t 阅读全文
posted @ 2020-06-01 18:04 sinferwu 阅读(277) 评论(0) 推荐(0) 编辑
摘要: https://github.com/FreeRTOS/FreeRTOS/blob/9c0c37ab9b56f2c90085b78df2f58b5833e473db/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libs 阅读全文
posted @ 2020-06-01 17:46 sinferwu 阅读(984) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Xilinx/qemu https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842060/QEMU Xilinx Quick Emulator User Guide https://www.xilinx 阅读全文
posted @ 2020-05-31 14:31 sinferwu 阅读(490) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 27 下一页