File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ config ESP_SIMPLE_BOOT
2020 default y if !BOOTLOADER_MCUBOOT && !MCUBOOT
2121 help
2222 The Simple Boot is a booting method that doesn't need a 2nd stage bootloader.
23- Output is a single image that should be flashed at a offset defined by used SOC.
23+ Output is a single image that should be flashed at an offset defined by used SOC.
2424 Please note that this method brings the system up with all memories set-up, but
2525 all other features, such as secure boot OTA or slots management are not available.
2626
2727config ESP_HEAP_RUNTIME
2828 bool
2929 default y
3030 help
31- Enabling this will allocate SRAM area starting by a last linked data at symbolic `_end`,
32- ending by a last memory location that can be safely accesed (depending on a boot mode).
31+ Enabling this will allocate SRAM area starting from the last linked data at the symbolic `_end`,
32+ ending at the last memory location that can be safely accessed (depending on a boot mode).
3333 This is a memory pool used in runtime to create a new heap memory.
3434
3535config ESP32_TIMER_TASK_STACK_SIZE
You can’t perform that action at this time.
0 commit comments