gexueyuan

Results 2 issues of gexueyuan

貌似是在最后一步,调用python脚本生成镜像的时候报错: python esp-idf-port/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode "dio" --flash_freq "40m" --flash_size "4MB" -o rtthread.bin rtthread-esp32.elf Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME...

## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 使用gicv3中的arm_gic_dump函数时,发现打印的版本号不对,同时发现下面一行定义的gicv3路由偏移也不对 #### 你的解决方案是什么 (what is your solution) 根据gicv3手册 修改offset #### 请提供验证的bsp和config (provide the config and bsp) - BSP: -...