You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
The new release 2.8.0-20170301, has a bug in nvic:nvic_readl() function. When dealing with "case 0xd04:RETTOBASE", it cannot set a right value. I read the code of Qemu-2.10.0 and add a similar function "nvic_rettobase" to determine whether the value should be changed and the error disappear.
So is there any plan to migrate to Qemu-2.10 version, as the new version is for 2.8?
I want to implement Ethernet functionality for STM32 into present code base. Do you have any suggestions for that?
Any reply will be appreciated.
The text was updated successfully, but these errors were encountered:
The new release 2.8.0-20170301, has a bug in nvic:nvic_readl() function. When dealing with "case 0xd04:RETTOBASE", it cannot set a right value. I read the code of Qemu-2.10.0 and add a similar function "nvic_rettobase" to determine whether the value should be changed and the error disappear.
So is there any plan to migrate to Qemu-2.10 version, as the new version is for 2.8?
I want to implement Ethernet functionality for STM32 into present code base. Do you have any suggestions for that?
Any reply will be appreciated.
The text was updated successfully, but these errors were encountered: