sdkconfig.defaults 367 B

123456789
  1. # Default Secure Boot bootloader is too large to fit in default
  2. # bootloader size without adding 0x1000 bytes or reducing the log level.
  3. #
  4. # If you find yourself needing to edit this in the future, it's a sign the
  5. # bootloader is bloating out!
  6. CONFIG_PARTITION_TABLE_OFFSET=0xC000
  7. # Maximize the number of possible build warnings
  8. CONFIG_COMPILER_OPTIMIZATION_PERF=y