wolfBoot
wolfBoot copied to clipboard
RX72N support
MCU: Renesas RX72N Board: RX72N/Envision Kit IDE: e2Studio Compiler: CCRX FIT Module: r_flash_rx Flash access: hal/renesasRx.c
e2Studio Project: wolfBoot IDE/Renesas/e2studio_CCRX/wolfBoot Sample app IDE/Renesas/e2studio_CCRX/app_RenesasRX01
Usually debug printfs are not on in embedded targets.
I see it is usually not included, but Renesas e2Studio has by default. I was assuming nice to enable in the sample project.
I see it is usually not included, but Renesas e2Studio has by default. I was assuming nice to enable in the sample project.
I agree, and I am in favor of having debug in the example application. I don't like debug prints in the bootloader code, for safety and code size reasons. All the data you print are available in the application space as well and can be printed after the application has been staged, avoiding to bring in kilobytes of libC code + device drivers in your bootloader code.
I see your current bootloader partition is 64KB, I wonder if it can be made smaller.
Hi @kojo1 what is the status on this one? We have recently received some enquiry about this port.
@kojo1 Please fix merge conflicts on this PR, then check with @danielinux to see if there are additional feedback items that need to be addressed here. Thanks!
Re-submit the PR as PR313. New PR is SW only. TSIP support version will be submitted separately.