This repository was archived by the owner on May 26, 2025. It is now read-only.

Description
Describe the bug
This line needs break; sequence.
|
secure_boot_state = BOOT_LOADER_STATE_BANK0_INSTALL_SECURE_BOOT_WRITE_COMPLETE2; |
System information
- RX65N RSK
- e2 studio v7.6
- Windows
- v1.4.7
- Project [OTA]
Expected behavior
bootloader can support <64KB size for small bootloader
Screenshots or console output
none
To reproduce
Set define "BOOT_LOADER_MIRROR_BLOCK_NUM_FOR_MEDIUM" to 0.
Code to reproduce the bug
#define BOOT_LOADER_MIRROR_BLOCK_NUM_FOR_MEDIUM 0
Additional context
none
Thank you!