Skip to content

Conversation

@danielinux
Copy link
Member

@danielinux danielinux commented Jan 9, 2026

Added new emulator tests based on danielinux/m33mu.

Added trustzone test cases and github actions based on m33mu-ci.

  • Found and fixed block-size mismatch in STM32U5 port
  • Found and fixed issues in MPCBB settings (created separate config for U5 vs L5)
  • Updated wolfPSA submodule origin (git+ssh -> https)

@danielinux danielinux force-pushed the m33mu-tests branch 2 times, most recently from c3192b3 to 25db046 Compare January 12, 2026 09:30
@danielinux danielinux force-pushed the m33mu-tests branch 3 times, most recently from 53ca924 to 9900661 Compare January 14, 2026 10:19
@danielinux danielinux marked this pull request as ready for review January 14, 2026 11:05
@danielinux danielinux self-assigned this Jan 15, 2026
#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 */
Copy link
Contributor

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
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants