会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sinferwu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
27
下一页
2020年6月13日
虚拟局域网ZeroTier
摘要: 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
阅读(278)
评论(0)
推荐(0)
2020年6月12日
ARM指令之DMB,DSB,ISB指令
摘要: 指令名 功能描述 DMB 数据存储器隔离。DMB 指令保证: 仅当所有在它前面的存储器访问操作 都执行完毕后,才提交(commit)在它后面的存储器访问操作。 DSB 数据同步隔离。比 DMB 严格: 仅当所有在它前面的存储器访问操作 都执行完毕后,才执行在它后面的指令(亦即任何指令都要等待存储器访
阅读全文
posted @ 2020-06-12 13:55 sinferwu
阅读(9062)
评论(0)
推荐(1)
Read-Allocate / Write-Allocate
摘要: 1.CPU读Cache时: ●若hit,则CPU直接从Cache中读取数据即可。 ●若miss,有两种处理方式: >Read through,即直接从内存中读取数据; >Read allocate,先把数据读取到Cache中,再从Cache中读数据。 2.CPU写Cache时: ●若hit,有两种处
阅读全文
posted @ 2020-06-12 13:51 sinferwu
阅读(3421)
评论(0)
推荐(1)
2020年6月10日
ARM通用计时器简介
摘要: https://blog.csdn.net/Roland_Sun/article/details/105547271
阅读全文
posted @ 2020-06-10 20:19 sinferwu
阅读(368)
评论(0)
推荐(0)
lwip 88E1510, 88E1512, 88E1514, 88E1518
摘要: 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
阅读(1078)
评论(0)
推荐(0)
2020年6月1日
FreeRTOS S3C6410
摘要: 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
阅读(296)
评论(0)
推荐(0)
ARM Cache Invalidate Flush
摘要: 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
阅读(1067)
评论(0)
推荐(0)
2020年5月31日
QEMU QSPI SD Xilinx Quick Emulator User Guide
摘要: 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
阅读(583)
评论(0)
推荐(0)
30天自制操作系统
摘要: https://github.com/yourtion/30dayMakeOS
阅读全文
posted @ 2020-05-31 13:55 sinferwu
阅读(238)
评论(0)
推荐(0)
TCP/IP协议栈之QEMU
摘要: https://blog.csdn.net/m0_37621078/article/details/103190694 https://github.com/StreamAI/LwIP_Projects/tree/master/qemu-vexpress-a9 https://pdos.csail.
阅读全文
posted @ 2020-05-31 13:25 sinferwu
阅读(811)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
23
24
···
27
下一页
公告