Skip to content

Instantly share code, notes, and snippets.

@mbolivar
Created January 24, 2018 15:17
Show Gist options
  • Select an option

  • Save mbolivar/dfabe2de1c4f773c52dabc5b359344b2 to your computer and use it in GitHub Desktop.

Select an option

Save mbolivar/dfabe2de1c4f773c52dabc5b359344b2 to your computer and use it in GitHub Desktop.
config MCUBOOT_DEVICE_SETTINGS
# Hidden selector for device-specific settings
bool
default y
select MCUBOOT_DEVICE_CPU_CORTEX_M0 if CPU_CORTEX_M0
config MCUBOOT_DEVICE_CPU_CORTEX_M0
bool "M0-specific settings"
select create_vector_relay_table if need_to_create_table
default n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment