Skip to content
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

board/stm32f777zit6-meadow: Add support to F7 Core Compute #10631

Merged
merged 1 commit into from Sep 16, 2023

Conversation

acassis
Copy link
Contributor

@acassis acassis commented Sep 14, 2023

Summary

This patch add basic support to Meadow F7 Core Compute board. The board profile "f7corecomp" include support to USB Console and SD Card.

Impact

Only for Meadow F7 boards

Testing

F7 Core Compute

@xiaoxiang781216
Copy link
Contributor

xiaoxiang781216 commented Sep 15, 2023

please fix:

FAILED: nuttx 
: && /tools/ccache/bin/arm-none-eabi-g++ -nostdinc++ --specs=nosys.specs   -Wl,--entry=__start -nostdlib -Wl,--gc-sections -Wl,--cref -Wl,-Map=nuttx.map CMakeFiles/nuttx.dir/empty.cxx.obj -o nuttx  -mtune=cortex-m7  -march=armv7e-m  -mfpu=fpv5-d16  -mfloat-abi=hard  -fno-common  -Wall  -Wshadow  -Wundef  -nostdlib  -mthumb  -Wa,-mthumb  -Wa,-mimplicit-it=always  -Os  -fno-strict-aliasing  -fomit-frame-pointer  -ffunction-sections  -fdata-sections  -Wl,--script=/github/workspace/sources/nuttx/build/ld.script.tmp  -Wl,--start-group  arch/libarch.a  binfmt/libbinfmt.a  drivers/libdrivers.a  fs/libfs.a  libs/libc/libc.a  mm/libmm.a  sched/libsched.a  boards/libboard.a  libs/libxx/liblibcxxmini.a  apps/system/nsh/libapps_nsh.a  apps/system/nsh/libapps_sh.a  /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.3.1/thumb/v7e-m+dp/hard/libgcc.a  /tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/lib/thumb/v7e-m+dp/hard/libm.a  apps/libapps.a  apps/builtin/libapps_builtin.a  -Wl,--end-group && :
/tools/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/12.3.1/../../../../arm-none-eabi/bin/ld: boards/libboard.a(stm32_bringup.c.obj): in function `stm32_bringup':
stm32_bringup.c:(.text.stm32_bringup+0x2): undefined reference to `init_projectlab'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed

This patch add basic support to Meadow F7 Core Compute board.
The board profile "f7corecomp" include support to USB Console
and SD Card.
@xiaoxiang781216 xiaoxiang781216 merged commit 0f73199 into apache:master Sep 16, 2023
25 of 26 checks passed
@jerpelea jerpelea added this to To-Add in Release Notes - 12.3.0 Sep 26, 2023
@jerpelea jerpelea moved this from To-Add to Board in Release Notes - 12.3.0 Sep 27, 2023
@jerpelea jerpelea moved this from Board to done in Release Notes - 12.3.0 Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants