Skip to content

arm/olimex-stm32-p407: Fix kmodule board profile#14748

Merged
xiaoxiang781216 merged 1 commit intoapache:masterfrom
acassis:fix_olimex_p407_kmod
Nov 12, 2024
Merged

arm/olimex-stm32-p407: Fix kmodule board profile#14748
xiaoxiang781216 merged 1 commit intoapache:masterfrom
acassis:fix_olimex_p407_kmod

Conversation

@acassis
Copy link
Copy Markdown
Contributor

@acassis acassis commented Nov 12, 2024

Summary

Just increase the ksram and usram to avoid compilation issue.

Impact

Fix kmodule build

Testing

Local building only

@github-actions github-actions Bot added Board: arm Size: XS The size of the change in this PR is very small labels Nov 12, 2024
Just increase the ksram and usram to avoid compilation issue.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
@acassis acassis force-pushed the fix_olimex_p407_kmod branch from 33dc810 to 9efa0f2 Compare November 12, 2024 15:28
@lupyuen lupyuen linked an issue Nov 12, 2024 that may be closed by this pull request
1 task
@xiaoxiang781216
Copy link
Copy Markdown
Contributor

@crafcat7 please fix the compiler error from https://github.com/apache/nuttx/actions/runs/11800434109/job/32871462888?pr=14748:

mount/fs_automount.c: In function 'automount_initialize':
Error: mount/fs_automount.c:816:7: error: 'return' with no value, in function returning non-void [-Werror=return-type]
  816 |       return;
      |       ^~~~~~
```

@xiaoxiang781216
Copy link
Copy Markdown
Contributor

let's ignore the known ci error and merge this patch directly.

@xiaoxiang781216 xiaoxiang781216 merged commit cd2633d into apache:master Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: arm Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] olimex-stm32-p407/kmodule: .bss will not fit in region ksram

3 participants