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

Fix CubeRed and Dual Core Bootloader issues #27392

Merged

Conversation

bugobliterator
Copy link
Member

  • Disable second core by default
  • Fix bug in dual usb bootloader related to timeout.
  • Rebuild bootloaders for dual core Cubes

@bugobliterator bugobliterator force-pushed the pr-fix-cubered-bootloader branch 2 times, most recently from c8b7cfa to 957775b Compare June 26, 2024 05:18
@@ -286,15 +286,15 @@ def configure_env(self, cfg, env):

if cfg.env.DEBUG:
env.CFLAGS += [
'-g',
'-g3',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check works on clang? or enable only on gcc

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--debug build added to CI check.

@@ -269,6 +269,30 @@ void __early_init(void) {
STM32_NOCACHE_MPU_REGION_2_SIZE |
MPU_RASR_ENABLE);
#endif
#if defined(DUAL_CORE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not critical, but prefer a fn in stm32_util.c

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@tridge tridge removed the DevCallEU label Jun 26, 2024
@peterbarker peterbarker merged commit 452df90 into ArduPilot:master Jul 5, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants