-
Notifications
You must be signed in to change notification settings - Fork 137
Add new emulator 'm33mu' update tests #664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
c3192b3 to
25db046
Compare
53ca924 to
9900661
Compare
03eda9c to
e8ea518
Compare
e8ea518 to
403f5ad
Compare
| #define RCC_AHB3ENR (*(volatile uint32_t *)(RCC_BASE + 0x94)) /* RM0456 - Table 108 */ | ||
| #define RCC_AHB3ENR_GTZC2EN (1 << 12) | ||
|
|
||
| #define RCC_APB1LENR (*(volatile uint32_t *)(RCC_BASE + 0x9C)) /* RM0456 - Table 108 */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be RCC_APB1ENR1
| @@ -0,0 +1,85 @@ | |||
| /* target.ld | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this file be generated from target.ld.in? It doesn't look like it should be committed to git (same for other targets).
Added new emulator tests based on danielinux/m33mu.
Added trustzone test cases and github actions based on m33mu-ci.