renesas-rx / amazon-freertos

A fork/prototype of the Amazon FreeRTOS to support Renesas RX MCUs. Please refer to our wiki for more details.
https://github.com/renesas-rx/amazon-freertos/wiki
MIT License
7 stars 6 forks source link

bootloader cannot support <64KB size for small bootloader #22

Open HirokiIshiguro opened 4 years ago

HirokiIshiguro commented 4 years ago

Describe the bug This line needs break; sequence. https://github.com/renesas-rx/amazon-freertos/blob/1f50ef5b1971183c29c6d6748b4a0a3635de2fdf/demos/renesas/rx65n-rsk/e2studio/ccrx/boot_loader/type2/src/boot_loader.c#L582

System information

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!