This repository was archived by the owner on May 6, 2021. It is now read-only.
Commit 706a1e6
Platform: Fix platform init function of Musca S1
The commit
0eb7c91 HAL: Rename platform init function
combined `tfm_spm_hal_post_init` and `tfm_spm_hal_post_init_platform`
into a single weak function `tfm_hal_platform_init` which platforms
can override. But Musca S1 was missed out from the refactoring,
leading to issues such as IRQ and timers performances.
This commit completes the platform init refactoring for Musca S1 to
resolve the issues.1 parent f17ce5d commit 706a1e6
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
685 | 686 | | |
686 | 687 | | |
687 | 688 | | |
688 | | - | |
| 689 | + | |
689 | 690 | | |
690 | 691 | | |
691 | 692 | | |
692 | 693 | | |
693 | 694 | | |
694 | | - | |
695 | | - | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
0 commit comments