zhangyan

Results 5 issues of zhangyan

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) https://github.com/RT-Thread/rt-thread/issues/8469 解决issue #### 你的解决方案是什么 (what is your solution) 对cortex-a cpu的启动步骤仿照aarch64的风格进行了整理,使逻辑更加清晰,并解决了上述问题。已在qemu-vexpress-a9,raspi4-32,phytium开发板上进行测试,目前可以正常启动 #### 请提供验证的bsp和config (provide the config and bsp) - BSP:...

v5.1.0

![3992c091430d8f958424fe5588de350](https://github.com/RT-Thread/rt-thread/assets/103986797/8c959d05-0036-4f63-8ad5-17141f21309c) 使用这个链接无法正常下载编译链,ping不通了。请问后面会提供新的下载方法,还是修复这个问题?手动下载的话,linux环境的编译链在github社区可以找到,Env环境下的编译链在网上只搜索到一个百度网盘,下载起来有点麻烦。

在进行cortex-a cpu 测试的时候,当开启smp 功能,在 rt_hw_init_mmu_table ---> rt_aspace_init ---> _init_lock ---> rt_object_init 中会调用 rt-thread\libcpu\arm\cortex-a\cpuport.c 中的 rt_hw_spin_lock 函数,此时cortex-a cpu 中的 SCTLR 中关闭了dcache 与 mmu bit ,对于某些cortex-a的cpu 来说此时memory type 为 Strongly Ordered ,...

https://github.com/RT-Thread/rt-thread/pull/8672 您好,在这次修改之后,我使用rt-smart时 启动出现如下报错,这一块不太了解,请问是需要添加哪些配置或者代码吗? ![bdd2f2f2e1287cbe35dbd2f277bacc4](https://github.com/RT-Thread/rt-thread/assets/103986797/8556ee22-3d3c-4954-807c-516c4db5e49d)

### Describe problem solved by the proposed feature 您好,目前posix接口的utest只移植了一部分测试代码,很多只写了Kconfig。 请问是否已支持完全,后续是否会继续添加? ### Describe your preferred solution 更新posix测试代码 ### Describe possible alternatives _No response_