From b1fe73d7bd40d2c0a6a0a7d1c522f0bbf91f851f Mon Sep 17 00:00:00 2001 From: ra-fsp-systems Date: Tue, 10 Sep 2024 17:49:41 -0400 Subject: [PATCH] Application Projects for RA/FSP --- .../src/application_thread_entry.c | 21 +- .../AzureCloudRA6M5SAS/src/c2d_thread_entry.c | 21 +- .../AzureCloudRA6M5SAS/src/common_utils.h | 21 +- .../source/AzureCloudRA6M5SAS/src/usr_app.c | 19 +- .../source/AzureCloudRA6M5SAS/src/usr_app.h | 21 +- .../source/AzureCloudRA6M5SAS/src/usr_hal.c | 19 +- .../source/AzureCloudRA6M5SAS/src/usr_hal.h | 19 +- .../AzureCloudRA6M5SAS/src/usr_network.c | 19 +- .../AzureCloudRA6M5SAS/src/usr_network.h | 19 +- .../e2studio/.cproject | 554 +- .../e2studio/.project | 2 +- .../e2studio/.secure_azone | 210 +- .../e2studio/.secure_xml | 28 +- ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 176 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 69 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../e2studio/.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../e2studio/R7FA6M5BH3CFC.pincfg | 22 - .../aws_ck_ra6m5_cellular_app.elf.jlink | 47 + ...h => aws_ck_ra6m5_cellular_app.elf.launch} | 60 +- .../e2studio/configuration.xml | 1102 +- .../e2studio/ra_cfg.txt | 935 +- .../e2studio/script/fsp.ld | 143 +- .../e2studio/src/I2C/i2c.c | 25 +- .../e2studio/src/I2C/i2c.h | 27 +- .../e2studio/src/ICM_20948.c | 6 +- .../e2studio/src/ICM_20948.h | 1 + .../e2studio/src/ICP_10101.c | 5 +- .../e2studio/src/RA_HS3001.c | 33 +- .../e2studio/src/RA_HS3001.h | 21 +- .../e2studio/src/RA_ICM20948.c | 42 + .../e2studio/src/RA_ICP10101.c | 34 + .../e2studio/src/RA_ZMOD4XXX_Common.c | 21 +- .../e2studio/src/RA_ZMOD4XXX_Common.h | 21 +- .../e2studio/src/RA_ZMOD4XXX_IAQ1stGen.c | 35 +- .../e2studio/src/RA_ZMOD4XXX_OAQ1stGen.c | 32 +- .../e2studio/src/RmcI2C.c | 91 +- .../e2studio/src/RmcI2C.h | 30 +- .../e2studio/src/app_thread_entry.c | 1092 +- .../e2studio/src/cellular_setup.c | 8 +- .../e2studio/src/common_init.c | 21 +- .../e2studio/src/common_init.h | 30 +- .../e2studio/src/common_utils.c | 98 +- .../e2studio/src/common_utils.h | 73 +- .../e2studio/src/console_menu/console.c | 113 +- .../e2studio/src/console_menu/console.h | 30 +- .../e2studio/src/console_menu/menu_catm.c | 109 +- .../e2studio/src/console_menu/menu_catm.h | 26 +- .../e2studio/src/console_menu/menu_flash.c | 103 +- .../e2studio/src/console_menu/menu_flash.h | 39 +- .../e2studio/src/console_menu/menu_kis.c | 77 +- .../e2studio/src/console_menu/menu_kis.h | 31 +- .../e2studio/src/console_menu/menu_main.c | 46 +- .../e2studio/src/console_menu/menu_main.h | 23 +- .../e2studio/src/console_thread_entry.c | 32 +- .../e2studio/src/flash/flash_hp.c | 195 +- .../e2studio/src/flash/flash_hp.h | 48 +- .../e2studio/src/hal_entry.c | 21 +- .../e2studio/src/icm.h | 19 + .../e2studio/src/icp.h | 19 + .../e2studio/src/mqtt_demo_helpers.c | 243 +- .../e2studio/src/mqtt_demo_helpers.h | 45 +- .../e2studio/src/ob1203_bio/KALMAN/kalman.c | 28 +- .../e2studio/src/ob1203_bio/OB1203/OB1203.c | 729 - .../e2studio/src/ob1203_bio/OB1203/OB1203.h | 338 - .../e2studio/src/ob1203_bio/SPO2/SPO2.c | 1376 +- .../e2studio/src/ob1203_bio/SPO2/SPO2.h | 133 +- .../e2studio/src/ob1203_bio/ob1203_bio.c | 1269 + .../e2studio/src/ob1203_bio/ob1203_bio.h | 99 + .../e2studio/src/oximeter.c | 1125 +- .../e2studio/src/oximeter.h | 63 +- .../e2studio/src/oximeter_thread_entry.c | 68 +- .../e2studio/src/oximstruct.h | 194 - .../e2studio/src/r_typedefs.h | 27 +- .../e2studio/src/sensor_thread_entry.c | 230 +- .../mqtt_subscription_manager.c | 5 +- .../e2studio/src/uart_CATM.c | 695 +- .../e2studio/src/uart_CATM.h | 28 +- .../e2studio/src/user_choice.c | 32 +- .../e2studio/src/user_choice.h | 38 +- .../e2studio/src/usr_config.h | 39 +- .../e2studio/src/usr_data.h | 84 +- .../e2studio/src/usr_hal.c | 24 +- .../e2studio/src/usr_hal.h | 40 +- .../e2studio/src/zmod_thread_entry.c | 39 +- .../e2studio/src/application_thread_entry.c | 19 +- .../e2studio/src/common_utils.h | 21 +- .../e2studio/src/hal_entry.c | 21 +- .../e2studio/src/mqtt_interface.c | 28 +- .../e2studio/src/mqtt_interface.h | 21 +- .../e2studio/src/usr_app.h | 21 +- .../e2studio/src/usr_config.h | 21 +- .../e2studio/src/usr_hal.c | 19 +- .../e2studio/src/usr_hal.h | 19 +- .../e2studio/src/usr_network.c | 19 +- .../e2studio/src/usr_network.h | 21 +- .../e2studio/src/application_thread_entry.c | 19 +- .../e2studio/src/common_utils.h | 21 +- .../e2studio/src/hal_entry.c | 21 +- .../e2studio/src/mqtt_interface.c | 28 +- .../e2studio/src/mqtt_interface.h | 21 +- .../e2studio/src/usr_app.h | 21 +- .../e2studio/src/usr_config.h | 21 +- .../e2studio/src/usr_hal.c | 19 +- .../e2studio/src/usr_hal.h | 19 +- .../e2studio/src/usr_wifi.c | 20 +- .../e2studio/src/usr_wifi.h | 19 +- .../e2studio/src/application_thread_entry.c | 19 +- .../e2studio/src/common_utils.h | 21 +- .../e2studio/src/hal_entry.c | 21 +- .../e2studio/src/mqtt_interface.c | 28 +- .../e2studio/src/mqtt_interface.h | 21 +- .../e2studio/src/usr_app.h | 21 +- .../e2studio/src/usr_config.h | 21 +- .../e2studio/src/usr_hal.c | 19 +- .../e2studio/src/usr_hal.h | 19 +- .../e2studio/src/usr_wifi.c | 20 +- .../e2studio/src/usr_wifi.h | 19 +- .../Source/CustomCode/Log_Panel_Widget.c | 23 +- .../Source/CustomCode/Weather_Panel_Widget.c | 23 +- .../src/emWin_thread_entry.c | 23 +- .../Graphics_App_EK_RA6M3G/src/hal_entry.c | 20 +- .../src/timer_thread_entry.c | 23 +- .../src/touch_ft5x06/touch_ft5x06.c | 6 + .../src/touch_ft5x06/touch_ft5x06.h | 6 + .../src/touch_thread_entry.c | 23 +- .../e2studio/src/hal_entry.c | 9 + .../e2studio/src/lpm_app.c | 23 +- .../e2studio/src/lpm_app.h | 23 +- .../e2studio/src/lpm_app_peripheral.c | 23 +- .../src/lpm_app_transition_sequence_config.h | 23 +- .../e2studio/src/lpm_app_trigger_end_source.c | 23 +- .../e2studio/src/common_utils.h | 23 +- .../e2studio/src/hal_entry.c | 23 +- .../e2studio/src/lpm_app.c | 23 +- .../e2studio/src/lpm_app_trigger_end_source.c | 23 +- .../e2studio/src/lpm_app_util.h | 23 +- .../e2studio/src/common_utils.h | 23 +- .../e2studio/src/hal_entry.c | 23 +- .../e2studio/src/lpm_app.c | 23 +- .../e2studio/src/lpm_app_trigger_end_source.c | 23 +- .../e2studio/src/lpm_app_util.h | 23 +- .../e2studio/src/hal_entry.c | 9 + .../e2studio/src/lpm_app.c | 23 +- .../e2studio/src/lpm_app.h | 23 +- .../e2studio/src/lpm_app_peripheral.c | 23 +- .../src/lpm_app_transition_sequence_config.h | 23 +- .../e2studio/src/lpm_app_trigger_end_source.c | 23 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/app_main.c.bak | 662 - .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gats.c | 21 +- .../qe_gen/ble/r_ble_gats.h | 21 +- .../qe_gen/ble/r_ble_lss.c | 21 +- .../qe_gen/ble/r_ble_lss.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../src/ble_core_task_entry.c | 5 + .../ble_azurertos_ek_ra4w1/src/hal_entry.c | 5 + .../ble_azurertos_ek_ra4w1/src/lss_task.c | 5 + .../src/task_function.h | 21 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gatc.c | 21 +- .../qe_gen/ble/r_ble_gatc.h | 21 +- .../qe_gen/ble/r_ble_lsc.c | 21 +- .../qe_gen/ble/r_ble_lsc.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../src/ble_core_task_entry.c | 5 + .../src/hal_entry.c | 5 + .../src/lsc_task.c | 5 + .../src/r_ble_lsc_cli.c | 5 + .../src/task_function.h | 21 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gats.c | 21 +- .../qe_gen/ble/r_ble_gats.h | 21 +- .../qe_gen/ble/r_ble_lss.c | 21 +- .../qe_gen/ble/r_ble_lss.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../ble_baremetal_ek_ra4w1/src/hal_entry.c | 5 + .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gatc.c | 21 +- .../qe_gen/ble/r_ble_gatc.h | 21 +- .../qe_gen/ble/r_ble_lsc.c | 21 +- .../qe_gen/ble/r_ble_lsc.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../src/hal_entry.c | 5 + .../src/r_ble_lsc_cli.c | 21 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gats.c | 21 +- .../qe_gen/ble/r_ble_gats.h | 21 +- .../qe_gen/ble/r_ble_lss.c | 21 +- .../qe_gen/ble/r_ble_lss.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../src/ble_core_task_entry.c | 5 + .../ble_freertos_ek_ra4w1/src/hal_entry.c | 5 + .../ble_freertos_ek_ra4w1/src/lss_task.c | 5 + .../ble_freertos_ek_ra4w1/src/task_function.h | 21 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gatc.c | 21 +- .../qe_gen/ble/r_ble_gatc.h | 21 +- .../qe_gen/ble/r_ble_lsc.c | 21 +- .../qe_gen/ble/r_ble_lsc.h | 21 +- .../src/app_lib/cli/console/r_ble_console.h | 21 +- .../cli/console/ra_family/r_ble_console.c | 19 +- .../src/app_lib/cli/r_ble_cli.c | 21 +- .../src/app_lib/cli/r_ble_cli.h | 21 +- .../src/app_lib/cmd/r_ble_cmd.c | 21 +- .../src/app_lib/cmd/r_ble_cmd.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_abs.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_gatt.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_l2cap.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_sys.h | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.c | 21 +- .../src/app_lib/cmd/r_ble_cmd_vs.h | 21 +- .../src/app_lib/logger/r_ble_logger.c | 21 +- .../src/app_lib/logger/r_ble_logger.h | 21 +- .../src/ble_core_task_entry.c | 5 + .../src/hal_entry.c | 5 + .../src/lsc_task.c | 5 + .../src/r_ble_lsc_cli.c | 5 + .../src/task_function.h | 21 +- .../ra_arm_dsp_examples_ek_ra2e1/.cproject | 120 + .../ra_arm_dsp_examples_ek_ra2e1/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 32 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../org.eclipse.core.resources.prefs | 2 + .../configuration.xml | 57 +- ...rm_dsp_examples_ek_ra2e1 Debug_Flat.launch | 69 +- .../ra_arm_dsp_examples_ek_ra2e1/ra_cfg.txt | 12 +- .../script/fsp.ld | 237 +- .../src/arm_dsp_example.h | 21 +- .../src/arm_dsp_example_config.h | 25 +- .../src/common_utils.h | 21 +- .../src/hal_entry.c | 7 +- .../ra_arm_dsp_examples_ek_ra2e1/src/led.c | 42 +- .../ra_arm_dsp_examples_ek_ra2e1/src/led.h | 18 +- .../src/math_helper.c | 34 +- .../src/math_helper.h | 1 + .../ra_arm_dsp_examples_ek_ra6m4/.cproject | 8 + .../.secure_azone | 170 +- .../ra_arm_dsp_examples_ek_ra6m4/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 32 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../org.eclipse.core.resources.prefs | 2 + .../configuration.xml | 60 +- ...arm_dsp_examples_ek_ra6m4 Debug_Flat.jlink | 10 +- ...rm_dsp_examples_ek_ra6m4 Debug_Flat.launch | 70 +- .../ra_arm_dsp_examples_ek_ra6m4/ra_cfg.txt | 628 +- .../script/fsp.ld | 237 +- .../script/memory_regions.ld | 21 - .../src/arm_dsp_example.h | 21 +- .../src/arm_dsp_example_config.h | 21 +- .../src/common_utils.h | 21 +- .../src/hal_entry.c | 6 + .../ra_arm_dsp_examples_ek_ra6m4/src/led.c | 21 +- .../ra_arm_dsp_examples_ek_ra6m4/src/led.h | 17 +- .../src/math_helper.c | 34 +- .../src/math_helper.h | 1 + .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/qe_ble_profile.c | 21 +- .../qe_gen/ble/qe_ble_profile.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gats.c | 21 +- .../qe_gen/ble/r_ble_gats.h | 21 +- .../src/board_cfg.h | 23 +- .../src/common_init.c | 23 +- .../src/common_init.h | 23 +- .../src/common_utils.h | 23 +- .../src/fw_ap.h | 23 +- .../src/hal_entry.c | 23 +- .../src/hal_entry.h | 23 +- .../src/r_usb_pcdc_descriptor.c | 23 +- .../src/usb_comms.h | 12 +- .../src/xmodem.c | 24 +- .../src/xmodem.h | 24 +- .../r01an6787/bootmode_demonstration_code.py | 24 +- .../r01an6787/initialize_mcu_first.py | 24 +- .../qe_gen/ble/app_main.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.c | 21 +- .../qe_gen/ble/discovery/r_ble_disc.h | 21 +- .../qe_gen/ble/gatt_db.c | 21 +- .../qe_gen/ble/gatt_db.h | 21 +- .../ble/profile_cmn/r_ble_profile_cmn.h | 21 +- .../ble/profile_cmn/r_ble_serv_common.c | 21 +- .../ble/profile_cmn/r_ble_serv_common.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servc_if.h | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.c | 21 +- .../qe_gen/ble/profile_cmn/r_ble_servs_if.h | 21 +- .../qe_gen/ble/qe_ble_profile.c | 21 +- .../qe_gen/ble/qe_ble_profile.h | 21 +- .../qe_gen/ble/r_ble_gapc.c | 21 +- .../qe_gen/ble/r_ble_gapc.h | 21 +- .../qe_gen/ble/r_ble_gaps.c | 21 +- .../qe_gen/ble/r_ble_gaps.h | 21 +- .../qe_gen/ble/r_ble_gats.c | 21 +- .../qe_gen/ble/r_ble_gats.h | 21 +- .../src/board_cfg.h | 23 +- .../src/common_init.c | 23 +- .../src/common_init.h | 23 +- .../src/common_utils.h | 23 +- .../src/fw_ap.h | 23 +- .../src/hal_entry.c | 23 +- .../src/hal_entry.h | 23 +- .../r01an6848/adc_12bit_sar_ra6t2/.api_xml | 2 + .../r01an6848/adc_12bit_sar_ra6t2/.cproject | 8 + .../adc_12bit_sar_ra6t2/.secure_azone | 65 + .../r01an6848/adc_12bit_sar_ra6t2/.secure_xml | 105 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 32 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 +- .../.settings/language.settings.xml | 4 +- .../adc_12bit_sar_ra6t2 Debug_Flat.jlink | 3 + .../adc_12bit_sar_ra6t2 Debug_Flat.launch | 60 +- .../adc_12bit_sar_ra6t2.hex | 1219 +- .../adc_12bit_sar_ra6t2/configuration.xml | 75 +- .../r01an6848/adc_12bit_sar_ra6t2/ra_cfg.txt | 508 +- .../adc_12bit_sar_ra6t2/script/fsp.ld | 202 +- .../adc_12bit_sar_ra6t2/src/common_utils.h | 21 +- .../adc_12bit_sar_ra6t2/src/hal_entry.c | 121 +- .../adc_16bit_oversampling_ra6t2/.api_xml | 2 + .../adc_16bit_oversampling_ra6t2/.cproject | 8 + .../.secure_azone | 58 + .../adc_16bit_oversampling_ra6t2/.secure_xml | 105 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 32 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 4 +- ..._16bit_oversampling_ra6t2 Debug_Flat.jlink | 3 + ...16bit_oversampling_ra6t2 Debug_Flat.launch | 62 +- .../adc_16bit_oversampling_ra6t2.hex | 1166 +- .../configuration.xml | 79 +- .../adc_16bit_oversampling_ra6t2/ra_cfg.txt | 286 +- .../script/fsp.ld | 202 +- .../src/common_utils.h | 21 +- .../src/hal_entry.c | 8 + .../embedded/reset_ek_ra6m3/.cproject | 124 + .../embedded/reset_ek_ra6m3/.secure_xml | 10 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../embedded/reset_ek_ra6m3/configuration.xml | 61 +- .../embedded/reset_ek_ra6m3/ra_cfg.txt | 746 +- .../reset_ek_ra6m3 Debug_Flat.launch | 31 +- .../embedded/reset_ek_ra6m3/script/fsp.ld | 237 +- .../reset_ek_ra6m3/script/fsp_reset.ld | 44 +- .../embedded/reset_ek_ra6m3/src/hal_entry.c | 22 +- .../secure_data_at_rest_ek_ra6m3/.cproject | 124 + .../secure_data_at_rest_ek_ra6m3/.secure_xml | 10 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../configuration.xml | 61 +- .../secure_data_at_rest_ek_ra6m3/ra_cfg.txt | 746 +- .../script/fsp.ld | 273 +- .../script/fsp_app.ld | 222 +- ...re_data_at_rest_ek_ra6m3 Debug_Flat.launch | 2 +- .../src/DAR_utilities.c | 22 +- .../src/DAR_utilities.h | 22 +- .../src/RTT_User_Interface.c | 22 +- .../src/RTT_User_Interface.h | 22 +- .../src/common_utils.h | 22 +- .../src/hal_entry.c | 22 +- .../src/menu_callbacks.c | 22 +- .../src/menu_callbacks.h | 22 +- .../src/non_secure_flash_functions.c | 22 +- .../src/non_secure_flash_functions.h | 22 +- .../src/secure_definitions.h | 22 +- .../src/secure_flash_functions.c | 22 +- .../src/secure_flash_functions.h | 22 +- .../src/secure_sram_functions.c | 22 +- .../src/secure_sram_functions.h | 22 +- .../deploy_app.bat | 17 + .../common/api/flashDescription.h | 22 +- .../common/api/flashR7FA6M3AH3.h | 21 +- .../common/api/framedProtocolCommon.h | 21 +- .../common/api/memoryChecks.h | 21 +- .../common/api/memoryMap.h | 21 +- .../common/api/printfMapping.h | 21 +- .../common/api/secureKernelBuildId.h | 22 +- .../common/api/secureUpdateMsg.h | 22 +- .../common/api/staticAssert.h | 21 +- .../common/src/flashR7FA6M3AH3.c | 21 +- .../common/src/framedProtocolCommon.c | 21 +- .../common/src/memoryChecks.c | 21 +- .../programInstaller/programInstaller.cpp | 21 +- .../pc/common/api/MCUMemory.h | 21 +- .../pc/common/api/SRecordFileHandler.h | 21 +- .../pc/common/api/framedProtocolHost.h | 22 +- .../pc/common/api/serial.h | 22 +- .../pc/common/api/srec.h | 21 +- .../pc/common/api/srec_file.h | 21 +- .../pc/common/api/srec_wrapper.h | 23 +- .../pc/common/src/framedProtocolHost.cpp | 21 +- .../pc/common/src/serial.cpp | 21 +- .../pc/common/src/srec.c | 21 +- .../pc/common/src/srec_file.c | 19 +- .../ID_Code_ERASEALL_RA6M3.bat | 2 + .../RA6M3_ERASE_SMPU_AWS.bat | 3 + .../common/api/framedProtocolCommon.h | 23 +- .../r11an0449/common/crypto/api/crypto.h | 19 +- .../r11an0449/common/crypto/api/cryptoTypes.h | 19 +- .../r11an0449/common/crypto/api/crypto_cfg.h | 21 +- .../common/src/framedProtocolCommon.c | 23 +- .../RA_DeviceID_EK_RA6M3/src/common_utils.h | 23 +- .../RA_DeviceID_EK_RA6M3/src/hal_entry.c | 23 +- .../RA_DeviceID_EK_RA6M3/src/hwWrappedKey.c | 23 +- .../src/main_thread_entry.c | 23 +- .../RA_DeviceID_EK_RA6M3/src/usb_pcdc_desc.h | 23 +- .../embedded/common/api/common_util.h | 23 +- .../embedded/common/api/cryptoTypes.h | 23 +- .../r11an0449/embedded/common/api/flash.h | 23 +- .../common/api/framedProtocolTarget.h | 23 +- .../embedded/common/api/hwWrappedKey.h | 23 +- .../r11an0449/embedded/common/api/user_cfg.h | 23 +- .../r11an0449/embedded/common/src/flash.c | 23 +- .../common/src/framedProtocolTarget.c | 23 +- .../r11an0449/embedded/common/src/itm_write.c | 23 +- .../pc/apps/deploy/deploy/CertAuth.cpp | 27 +- .../pc/apps/deploy/deploy/CertAuth.h | 27 +- .../pc/apps/deploy/deploy/deploy.cpp | 21 +- .../r11an0449/pc/apps/deploy/deploy/util.cpp | 27 +- .../r11an0449/pc/apps/deploy/deploy/util.h | 27 +- .../pc/common/api/framedProtocolHost.h | 21 +- .../r11an0449/pc/common/api/serial.h | 21 +- .../genRandomBuffer/genRandomBuffer.cpp | 21 +- .../genRandomSrec/genRandomSrec.cpp | 21 +- .../build/testKeyDb/testKeyDb/testKeyDb.cpp | 21 +- .../testPullRequest/testPullRequest.cpp | 21 +- .../build/testSrec/testSrec/testSrec.cpp | 21 +- .../pc/common/src/framedProtocolHost.cpp | 21 +- .../r11an0449/pc/common/src/serial.cpp | 21 +- .../IAR/sensor_ns/src/app_definitions.h | 24 +- .../IAR/sensor_ns/src/common_utils.h | 23 +- .../r11an0467/IAR/sensor_ns/src/hal_entry.c | 23 +- .../IAR/sensor_ns/src/sensor_algorithm_nsc.h | 23 +- .../r11an0467/IAR/sensor_s/src/hal_entry.c | 23 +- .../IAR/sensor_s/src/sensor_algorithm_nsc.c | 23 +- .../IAR/sensor_s/src/sensor_algorithm_nsc.h | 23 +- .../Keil/non_secure/src/app_definitions.h | 24 +- .../Keil/non_secure/src/common_utils.h | 23 +- .../r11an0467/Keil/non_secure/src/hal_entry.c | 23 +- .../non_secure/src/sensor_algorithm_nsc.h | 23 +- .../r11an0467/Keil/secure/src/hal_entry.c | 5 + .../Keil/secure/src/sensor_algorithm_nsc.c | 23 +- .../Keil/secure/src/sensor_algorithm_nsc.h | 23 +- .../src/app_definitions.h | 24 +- .../src/common_utils.h | 23 +- .../src/hal_entry.c | 23 +- .../src/sensor_algorithm_nsc.h | 23 +- .../src/hal_entry.c | 5 + .../src/sensor_algorithm_nsc.h | 23 +- .../src/hal_entry.c | 23 +- .../src/sensor_algorithm_nsc.c | 23 +- .../src/sensor_algorithm_nsc.h | 23 +- .../.api_xml | 9 + .../.cproject | 131 + .../.secure_azone | 55 + .../.secure_xml | 72 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 27 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../org.eclipse.core.resources.prefs | 2 + .../JLinkLog.log | 211 + .../configuration.xml | 326 +- .../ra_cfg.txt | 638 +- .../script/fsp.ld | 256 +- ...g_data_at_rest_ek_ra6m4_ns Debug_SSD.jlink | 13 +- ..._data_at_rest_ek_ra6m4_ns Debug_SSD.launch | 70 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 440 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 222 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 154 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 4 +- .../src/app_definitions.h | 21 +- .../src/common_utils.h | 21 +- .../src/flash_access_ns.c | 21 +- .../src/flash_access_ns.h | 21 +- .../src/hal_entry.c | 21 +- .../.core_xml | 17 + .../.cproject | 14 + .../.secure_xml | 22 +- ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../org.eclipse.core.resources.prefs | 2 + .../configuration.xml | 77 +- .../ra_cfg.txt | 636 +- .../script/fsp.ld | 256 +- .../script/memory_regions.ld | 22 - ...uring_data_at_rest_ek_ra6m4_s Debug.launch | 64 +- .../src/fault_handling_system_reset.c | 21 +- .../src/fault_handling_system_reset.h | 21 +- .../src/hal_entry.c | 6 + .../src/app_definitions.h | 20 +- .../src/common_utils.h | 20 +- .../src/hal_entry.c | 20 +- .../src/app_definitions.h | 19 +- .../src/common_utils.h | 19 +- .../src/crypto_operations.h | 20 +- .../src/example_AES.h | 20 +- .../src/crypto_operations.h | 20 +- .../src/example_AES.c | 20 +- .../src/example_AES.h | 20 +- .../src/common_utils.h | 20 +- .../src/example_AES.c | 20 +- .../src/example_AES.h | 20 +- .../r11an0474/Azure_EK_RA6M3_Eth/src/azure.h | 19 +- .../Azure_EK_RA6M3_Eth/src/azure_dps.c | 19 +- .../Azure_EK_RA6M3_Eth/src/azure_mqtt.c | 19 +- .../Azure_EK_RA6M3_Eth/src/azure_mqtt.h | 19 +- .../src/main_thread_entry.c | 19 +- .../Azure_EK_RA6M3_Eth/src/sensors.c | 19 +- .../Azure_EK_RA6M3_Eth/src/usb_pcdc_stdout.c | 19 +- .../Azure_EK_RA6M3_Eth/src/user_cfg.h | 19 +- .../r11an0474/Azure_EK_RA6M3_WiFi/src/azure.h | 19 +- .../Azure_EK_RA6M3_WiFi/src/azure_dps.c | 19 +- .../Azure_EK_RA6M3_WiFi/src/azure_mqtt.c | 19 +- .../Azure_EK_RA6M3_WiFi/src/azure_mqtt.h | 19 +- .../src/main_thread_entry.c | 19 +- .../Azure_EK_RA6M3_WiFi/src/sensors.c | 19 +- .../Azure_EK_RA6M3_WiFi/src/usb_pcdc_stdout.c | 19 +- .../Azure_EK_RA6M3_WiFi/src/user_cfg.h | 19 +- .../src/blinky_thread_entry.c | 20 +- .../src/comms/usb/r_usb_pcdc_descriptor.c | 6 +- .../EK_RA6M4_BL2_App_TOE_NS/src/hal_entry.c | 20 +- .../rfp_resources_ra6m4/R7FA6M4AF3CFB.fcf | 50 + .../ra6m4_secure_key_inject.rpj | 161 + .../rfp_resources_ra6m4/user_keys/AES256.rkey | 5 + .../user_keys/ECC_Public_Key.rkey | 6 + .../rfp_resources_ra6m4/user_keys/KUK.rkey | 5 + .../src/app_definitions.h | 22 +- .../src/common_utils.h | 21 +- .../secure_key_inject_ra6m3/src/crypto_ep.h | 21 +- .../secure_key_inject_ra6m3/src/hal_entry.c | 6 + .../src/initial_aes_128.c | 23 +- .../src/initial_aes_128.h | 23 +- .../src/app_definitions.h | 22 +- .../src/common_utils.h | 21 +- .../secure_key_inject_ra8m1/src/hal_entry.c | 6 + .../src/ra8m1_initial_aes128_key.c | 23 +- .../src/ra8m1_initial_aes128_key.h | 23 +- .../.settings/e2studio_project.prefs | 2 + .../src/app_definitions.h | 22 +- .../src/common_utils.h | 22 +- .../src/crypto_operations.h | 22 +- .../src/hal_entry.c | 6 + .../src/aes_crypto_operations.c | 22 +- .../src/crypto_operations.h | 22 +- .../src/ecc_crypto_operations.c | 22 +- .../src/flash_storage.c | 22 +- .../src/flash_storage.h | 22 +- .../src/hal_entry.c | 6 + .../src/new_aes_key.c | 23 +- .../src/new_aes_key.h | 23 +- .../src/new_ecc_public_key.c | 23 +- .../src/new_ecc_public_key.h | 23 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_primary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_primary/src/hal_entry.c | 20 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_secondary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_secondary/src/hal_entry.c | 20 +- .../app_ra6m3_primary/src/app_definitions.h | 19 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m3_primary/src/common_utils.h | 19 +- .../app_ra6m3_primary/src/hal_entry.c | 20 +- .../app_ra6m3_secondary/src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m3_secondary/src/common_utils.h | 20 +- .../app_ra6m3_secondary/src/hal_entry.c | 20 +- .../app_ra6m3_primary/src/app_definitions.h | 19 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m3_primary/src/common_utils.h | 19 +- .../app_ra6m3_primary/src/hal_entry.c | 20 +- .../app_ra6m3_secondary/src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m3_secondary/src/common_utils.h | 20 +- .../app_ra6m3_secondary/src/hal_entry.c | 20 +- .../app_ra6m4_primary/src/app_definitions.h | 19 +- .../app_ra6m4_primary/src/common_utils.h | 19 +- .../app_ra6m4_primary/src/hal_entry.c | 20 +- .../app_ra6m4_secondary/src/app_definitions.h | 19 +- .../app_ra6m4_secondary/src/common_utils.h | 19 +- .../app_ra6m4_secondary/src/hal_entry.c | 20 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_primary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_primary/src/hal_entry.c | 20 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_secondary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_secondary/src/hal_entry.c | 20 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_primary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_primary/src/hal_entry.c | 20 +- .../src/app_definitions.h | 20 +- .../src/blinky_thread_entry.c | 20 +- .../app_ra6m4_ns_secondary/src/common_utils.h | 20 +- .../src/flash_access_ns.c | 20 +- .../src/flash_access_ns.h | 20 +- .../app_ra6m4_ns_secondary/src/hal_entry.c | 20 +- .../blinky_primary/.api_xml | 2 + .../blinky_primary/.cproject | 444 +- .../blinky_primary/.project | 13 +- .../blinky_primary/.secure_azone | 66 + .../blinky_primary/.secure_xml | 84 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_primary/JLinkLog.log | 3194 +++ .../blinky_primary/R7FA2E1A92DFM.pincfg | 22 - .../blinky_primary Debug_Flat.jlink | 4 + .../blinky_primary Debug_Flat.launch | 41 +- .../build/compile_commands.json | 137 + .../blinky_primary/configuration.xml | 105 +- .../blinky_primary/script/fsp.ld | 243 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky_primary/src/app_definitions.h | 23 +- .../blinky_primary/src/common_utils.h | 22 +- .../blinky_primary/src/hal_entry.c | 22 +- .../blinky_secondary/.api_xml | 2 + .../blinky_secondary/.cproject | 445 +- .../blinky_secondary/.project | 13 +- .../blinky_secondary/.secure_azone | 66 + .../blinky_secondary/.secure_xml | 84 + .../.settings/DebugVirtualConsoleSetting.xml | 1 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 4 +- .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_secondary/JLinkLog.log | 2039 ++ .../blinky_secondary/R7FA2E1A92DFM.pincfg | 22 - .../blinky_secondary Debug_Flat.launch | 42 +- .../build/compile_commands.json | 137 + .../blinky_secondary/configuration.xml | 105 +- .../blinky_secondary/memory_regions.ld | 32 - .../blinky_secondary/ra_cfg.txt | 234 - .../blinky_secondary/script/fsp.ld | 249 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky_secondary/src/app_definitions.h | 23 +- .../blinky_secondary/src/common_utils.h | 22 +- .../blinky_secondary/src/hal_entry.c | 22 +- .../ra_mcuboot_ra2e1_dxip/.api_xml | 2 + .../ra_mcuboot_ra2e1_dxip/.bootloader_xml | 2 +- .../ra_mcuboot_ra2e1_dxip/.cproject | 564 +- .../ra_mcuboot_ra2e1_dxip/.project | 13 +- .../ra_mcuboot_ra2e1_dxip/.secure_azone | 12 + .../ra_mcuboot_ra2e1_dxip/.secure_xml | 41 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 43 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 4 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../R7FA2E1A92DFM.pincfg | 22 - .../build/compile_commands.json | 317 + .../ra_mcuboot_ra2e1_dxip/configuration.xml | 101 +- .../boot/bootutil/include/bootutil/bench.h | 68 + .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil/boot_record.h | 74 + .../bootutil/include/bootutil/boot_status.h | 150 + .../bootutil/include/bootutil}/bootutil.h | 19 +- .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/bootutil_test.h | 35 + .../boot/bootutil/include/bootutil/caps.h | 65 + .../include/bootutil/crypto/aes_ctr.h | 137 + .../bootutil/include/bootutil/crypto/aes_kw.h | 144 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../include/bootutil/crypto/ecdh_p256.h | 154 + .../include/bootutil/crypto/ecdh_x25519.h | 57 + .../include/bootutil/crypto/ecdsa_p256.h | 166 + .../include/bootutil/crypto/hmac_sha256.h | 134 + .../bootutil/include/bootutil/crypto/sha256.h | 148 + .../boot/bootutil/include/bootutil/enc_key.h | 71 + .../include/bootutil/enc_key_public.h | 66 + .../bootutil/fault_injection_hardening.h | 369 + .../fault_injection_hardening_delay_rng.h | 30 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil}/image.h | 5 +- .../include/bootutil/mcuboot_status.h | 30 + .../boot/bootutil/include/bootutil/ramload.h | 35 + .../bootutil/include/bootutil/security_cnt.h | 70 + .../boot/bootutil/include/bootutil/sign_key.h | 71 + .../MCUboot/boot/bootutil/src/boot_record.c | 232 + .../MCUboot/boot/bootutil/src/bootutil_misc.c | 368 + .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../MCUboot/boot/bootutil/src/caps.c | 92 + .../MCUboot/boot/bootutil/src/encrypted.c | 810 + .../bootutil/src/fault_injection_hardening.c | 78 + ...lt_injection_hardening_delay_rng_mbedtls.c | 48 + .../MCUboot/boot/bootutil/src/image_ec.c | 139 + .../MCUboot/boot/bootutil/src/image_ec256.c | 260 + .../MCUboot/boot/bootutil/src/image_ed25519.c | 95 + .../MCUboot/boot/bootutil/src/image_rsa.c | 312 + .../boot/bootutil/src/image_validate.c | 536 + .../MCUboot/boot/bootutil/src/loader.c | 3336 +++ .../MCUboot/boot/bootutil/src/swap_misc.c | 234 + .../MCUboot/boot/bootutil/src/swap_move.c | 545 + .../MCUboot/boot/bootutil/src/swap_priv.h | 104 + .../MCUboot/boot/bootutil/src/swap_scratch.c | 748 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../MCUboot/ext/tinycrypt/lib/Makefile | 39 + .../ext/tinycrypt/lib/include/tinycrypt/aes.h | 175 + .../lib/include/tinycrypt/cbc_mode.h | 151 + .../lib/include/tinycrypt/ccm_mode.h | 212 + .../lib/include/tinycrypt/cmac_mode.h | 210 + .../lib/include/tinycrypt/constants.h | 61 + .../lib/include/tinycrypt/ctr_mode.h | 110 + .../lib/include/tinycrypt/ctr_prng.h | 166 + .../ext/tinycrypt/lib/include/tinycrypt/ecc.h | 545 + .../tinycrypt/lib/include/tinycrypt/ecc_dh.h | 131 + .../tinycrypt/lib/include/tinycrypt/ecc_dsa.h | 139 + .../include/tinycrypt/ecc_platform_specific.h | 81 + .../lib/include/tinycrypt/gcm_mode.h | 255 + .../tinycrypt/lib/include/tinycrypt/hmac.h | 139 + .../lib/include/tinycrypt/hmac_prng.h | 164 + .../tinycrypt/lib/include/tinycrypt/sha256.h | 129 + .../tinycrypt/lib/include/tinycrypt/utils.h | 95 + .../MCUboot/ext/tinycrypt/lib/pkg.yml | 30 + .../ext/tinycrypt/lib/source/aes_decrypt.c | 169 + .../ext/tinycrypt/lib/source/aes_encrypt.c | 199 + .../ext/tinycrypt/lib/source/cbc_mode.c | 114 + .../ext/tinycrypt/lib/source/ccm_mode.c | 265 + .../ext/tinycrypt/lib/source/cmac_mode.c | 287 + .../ext/tinycrypt/lib/source/ctr_mode.c | 91 + .../ext/tinycrypt/lib/source/ctr_prng.c | 283 + .../MCUboot/ext/tinycrypt/lib/source/ecc.c | 942 + .../MCUboot/ext/tinycrypt/lib/source/ecc_dh.c | 200 + .../ext/tinycrypt/lib/source/ecc_dsa.c | 295 + .../lib/source/ecc_platform_specific.c | 105 + .../ext/tinycrypt/lib/source/gcm_mode.c | 189 + .../MCUboot/ext/tinycrypt/lib/source/hmac.c | 148 + .../ext/tinycrypt/lib/source/hmac_prng.c | 212 + .../MCUboot/ext/tinycrypt/lib/source/sha256.c | 217 + .../MCUboot/ext/tinycrypt/lib/source/utils.c | 74 + .../ra/mcu-tools/MCUboot/scripts/assemble.py | 148 + .../ra/mcu-tools/MCUboot/scripts/flash.sh | 20 + .../ra/mcu-tools/MCUboot/scripts/gdb-boot.sh | 29 + .../ra/mcu-tools/MCUboot/scripts/imgtool.nix | 31 + .../ra/mcu-tools/MCUboot/scripts/imgtool.py | 22 + .../MCUboot/scripts/imgtool/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/boot_record.cpython-312.pyc | Bin 0 -> 1348 bytes .../imgtool/__pycache__/image.cpython-312.pyc | Bin 0 -> 29845 bytes .../imgtool/__pycache__/main.cpython-312.pyc | Bin 0 -> 24620 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1901 bytes .../MCUboot/scripts/imgtool/boot_record.py | 52 + .../MCUboot/scripts/imgtool/image.py | 662 + .../MCUboot/scripts/imgtool/keys/__init__.py | 96 + .../keys/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4204 bytes .../keys/__pycache__/ecdsa.cpython-312.pyc | Bin 0 -> 9714 bytes .../keys/__pycache__/ed25519.cpython-312.pyc | Bin 0 -> 6277 bytes .../keys/__pycache__/general.cpython-312.pyc | Bin 0 -> 3174 bytes .../__pycache__/privatebytes.cpython-312.pyc | Bin 0 -> 1264 bytes .../keys/__pycache__/rsa.cpython-312.pyc | Bin 0 -> 9460 bytes .../keys/__pycache__/x25519.cpython-312.pyc | Bin 0 -> 6800 bytes .../MCUboot/scripts/imgtool/keys/ecdsa.py | 193 + .../scripts/imgtool/keys/ecdsa_test.py | 101 + .../MCUboot/scripts/imgtool/keys/ed25519.py | 107 + .../scripts/imgtool/keys/ed25519_test.py | 105 + .../MCUboot/scripts/imgtool/keys/general.py | 51 + .../scripts/imgtool/keys/privatebytes.py | 16 + .../MCUboot/scripts/imgtool/keys/rsa.py | 173 + .../MCUboot/scripts/imgtool/keys/rsa_test.py | 117 + .../MCUboot/scripts/imgtool/keys/x25519.py | 119 + .../mcu-tools/MCUboot/scripts/imgtool/main.py | 475 + .../MCUboot/scripts/imgtool/version.py | 55 + .../ra/mcu-tools/MCUboot/scripts/jgdb.sh | 8 + .../ra/mcu-tools/MCUboot/scripts/jl.sh | 7 + .../ra/mcu-tools/MCUboot/scripts/mcubin.bt | 135 + .../MCUboot/scripts/requirements.txt | 4 + .../ra/mcu-tools/MCUboot/scripts/setup.py | 31 + .../ra_mcuboot_ra2e1_dxip/ra_cfg.txt | 30 +- .../ra_mcuboot_ra2e1_dxip Debug_Flat.launch | 23 +- .../ra_mcuboot_ra2e1_dxip/script/fsp.ld | 243 +- .../ra_mcuboot_ra2e1_dxip/src/hal_entry.c | 26 +- .../readme_direct_xip_no_signature.txt | 20 - .../overwrite_no_signature/blinky/.api_xml | 2 + .../overwrite_no_signature/blinky/.cproject | 438 +- .../overwrite_no_signature/blinky/.project | 7 + .../blinky/.secure_azone | 66 + .../overwrite_no_signature/blinky/.secure_xml | 84 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../blinky/.settings/e2studio_project.prefs | 3 +- .../blinky/.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky/JLinkLog.log | 6097 +++++ .../blinky/R7FA2E1A92DFM.pincfg | 22 - .../blinky/blinky Debug_Flat.jlink | 6 + .../blinky/blinky Debug_Flat.launch | 39 +- .../blinky/build/compile_commands.json | 137 + .../blinky/configuration.xml | 105 +- .../blinky/script/fsp.ld | 279 +- .../blinky/src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../blinky/src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../blinky/src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../blinky/src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky/src/app_definitions.h | 23 +- .../blinky/src/common_utils.h | 22 +- .../blinky/src/hal_entry.c | 22 +- .../blinky_new/.api_xml | 2 + .../blinky_new/.cproject | 450 +- .../blinky_new/.project | 7 + .../blinky_new/.secure_azone | 66 + .../blinky_new/.secure_xml | 84 + .../blinky_new/.settings/CoverageSetting.xml | 7 + .../.settings/DebugVirtualConsoleSetting.xml | 12 + .../.settings/IORegisterSetting.xml | 4 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 4 +- .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_new/JLinkLog.log | 3839 +++ .../blinky_new/R7FA2E1A92DFM.pincfg | 22 - .../blinky_new/blinky Debug_Flat.jlink} | 4 + .../blinky_new/blinky_new Debug_Flat.launch | 75 +- .../blinky_new/build/compile_commands.json | 137 + .../blinky_new/configuration.xml | 105 +- .../blinky_new/ra_cfg.txt | 234 - .../blinky_new/script/fsp.ld | 279 +- .../blinky_new/src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../blinky_new/src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky_new/src/app_definitions.h | 23 +- .../blinky_new/src/common_utils.h | 22 +- .../blinky_new/src/hal_entry.c | 22 +- .../ra_mcuboot_ra2e1/.api_xml | 2 + .../ra_mcuboot_ra2e1/.bootloader_xml | 2 +- .../ra_mcuboot_ra2e1/.cproject | 562 +- .../ra_mcuboot_ra2e1/.project | 13 +- .../ra_mcuboot_ra2e1/.secure_azone | 12 + .../ra_mcuboot_ra2e1/.secure_xml | 41 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 41 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 4 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../ra_mcuboot_ra2e1/R7FA2E1A92DFM.pincfg | 22 - .../build/compile_commands.json | 317 + .../ra_mcuboot_ra2e1/configuration.xml | 95 +- .../boot/bootutil/include/bootutil/bench.h | 68 + .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil/boot_record.h | 74 + .../bootutil/include/bootutil/boot_status.h | 150 + .../bootutil/include/bootutil}/bootutil.h | 19 +- .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/bootutil_test.h | 35 + .../boot/bootutil/include/bootutil/caps.h | 65 + .../include/bootutil/crypto/aes_ctr.h | 137 + .../bootutil/include/bootutil/crypto/aes_kw.h | 144 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../include/bootutil/crypto/ecdh_p256.h | 154 + .../include/bootutil/crypto/ecdh_x25519.h | 57 + .../include/bootutil/crypto/ecdsa_p256.h | 166 + .../include/bootutil/crypto/hmac_sha256.h | 134 + .../bootutil/include/bootutil/crypto/sha256.h | 148 + .../boot/bootutil/include/bootutil/enc_key.h | 71 + .../include/bootutil/enc_key_public.h | 66 + .../bootutil/fault_injection_hardening.h | 369 + .../fault_injection_hardening_delay_rng.h | 30 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil/image.h | 193 + .../include/bootutil/mcuboot_status.h | 30 + .../boot/bootutil/include/bootutil/ramload.h | 35 + .../bootutil/include/bootutil/security_cnt.h | 70 + .../boot/bootutil/include/bootutil/sign_key.h | 71 + .../MCUboot/boot/bootutil/src/boot_record.c | 232 + .../MCUboot/boot/bootutil/src/bootutil_misc.c | 368 + .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../MCUboot/boot/bootutil/src/caps.c | 92 + .../MCUboot/boot/bootutil/src/encrypted.c | 810 + .../bootutil/src/fault_injection_hardening.c | 78 + ...lt_injection_hardening_delay_rng_mbedtls.c | 48 + .../MCUboot/boot/bootutil/src/image_ec.c | 139 + .../MCUboot/boot/bootutil/src/image_ec256.c | 260 + .../MCUboot/boot/bootutil/src/image_ed25519.c | 95 + .../MCUboot/boot/bootutil/src/image_rsa.c | 312 + .../boot/bootutil/src/image_validate.c | 536 + .../MCUboot/boot/bootutil/src/loader.c | 3336 +++ .../MCUboot/boot/bootutil/src/swap_misc.c | 234 + .../MCUboot/boot/bootutil/src/swap_move.c | 545 + .../MCUboot/boot/bootutil/src/swap_priv.h | 104 + .../MCUboot/boot/bootutil/src/swap_scratch.c | 748 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../MCUboot/ext/tinycrypt/lib/Makefile | 39 + .../ext/tinycrypt/lib/include/tinycrypt/aes.h | 175 + .../lib/include/tinycrypt/cbc_mode.h | 151 + .../lib/include/tinycrypt/ccm_mode.h | 212 + .../lib/include/tinycrypt/cmac_mode.h | 210 + .../lib/include/tinycrypt/constants.h | 61 + .../lib/include/tinycrypt/ctr_mode.h | 110 + .../lib/include/tinycrypt/ctr_prng.h | 166 + .../ext/tinycrypt/lib/include/tinycrypt/ecc.h | 545 + .../tinycrypt/lib/include/tinycrypt/ecc_dh.h | 131 + .../tinycrypt/lib/include/tinycrypt/ecc_dsa.h | 139 + .../include/tinycrypt/ecc_platform_specific.h | 81 + .../lib/include/tinycrypt/gcm_mode.h | 255 + .../tinycrypt/lib/include/tinycrypt/hmac.h | 139 + .../lib/include/tinycrypt/hmac_prng.h | 164 + .../tinycrypt/lib/include/tinycrypt/sha256.h | 129 + .../tinycrypt/lib/include/tinycrypt/utils.h | 95 + .../MCUboot/ext/tinycrypt/lib/pkg.yml | 30 + .../ext/tinycrypt/lib/source/aes_decrypt.c | 169 + .../ext/tinycrypt/lib/source/aes_encrypt.c | 199 + .../ext/tinycrypt/lib/source/cbc_mode.c | 114 + .../ext/tinycrypt/lib/source/ccm_mode.c | 265 + .../ext/tinycrypt/lib/source/cmac_mode.c | 287 + .../ext/tinycrypt/lib/source/ctr_mode.c | 91 + .../ext/tinycrypt/lib/source/ctr_prng.c | 283 + .../MCUboot/ext/tinycrypt/lib/source/ecc.c | 942 + .../MCUboot/ext/tinycrypt/lib/source/ecc_dh.c | 200 + .../ext/tinycrypt/lib/source/ecc_dsa.c | 295 + .../lib/source/ecc_platform_specific.c | 105 + .../ext/tinycrypt/lib/source/gcm_mode.c | 189 + .../MCUboot/ext/tinycrypt/lib/source/hmac.c | 148 + .../ext/tinycrypt/lib/source/hmac_prng.c | 212 + .../MCUboot/ext/tinycrypt/lib/source/sha256.c | 217 + .../MCUboot/ext/tinycrypt/lib/source/utils.c | 74 + .../ra/mcu-tools/MCUboot/scripts/assemble.py | 148 + .../ra/mcu-tools/MCUboot/scripts/flash.sh | 20 + .../ra/mcu-tools/MCUboot/scripts/gdb-boot.sh | 29 + .../ra/mcu-tools/MCUboot/scripts/imgtool.nix | 31 + .../ra/mcu-tools/MCUboot/scripts/imgtool.py | 22 + .../MCUboot/scripts/imgtool/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 237 bytes .../__pycache__/boot_record.cpython-312.pyc | Bin 0 -> 1343 bytes .../imgtool/__pycache__/image.cpython-312.pyc | Bin 0 -> 29840 bytes .../imgtool/__pycache__/main.cpython-312.pyc | Bin 0 -> 24615 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1896 bytes .../MCUboot/scripts/imgtool/boot_record.py | 52 + .../MCUboot/scripts/imgtool/image.py | 662 + .../MCUboot/scripts/imgtool/keys/__init__.py | 96 + .../keys/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4199 bytes .../keys/__pycache__/ecdsa.cpython-312.pyc | Bin 0 -> 9709 bytes .../keys/__pycache__/ed25519.cpython-312.pyc | Bin 0 -> 6272 bytes .../keys/__pycache__/general.cpython-312.pyc | Bin 0 -> 3169 bytes .../__pycache__/privatebytes.cpython-312.pyc | Bin 0 -> 1259 bytes .../keys/__pycache__/rsa.cpython-312.pyc | Bin 0 -> 9455 bytes .../keys/__pycache__/x25519.cpython-312.pyc | Bin 0 -> 6795 bytes .../MCUboot/scripts/imgtool/keys/ecdsa.py | 193 + .../scripts/imgtool/keys/ecdsa_test.py | 101 + .../MCUboot/scripts/imgtool/keys/ed25519.py | 107 + .../scripts/imgtool/keys/ed25519_test.py | 105 + .../MCUboot/scripts/imgtool/keys/general.py | 51 + .../scripts/imgtool/keys/privatebytes.py | 16 + .../MCUboot/scripts/imgtool/keys/rsa.py | 173 + .../MCUboot/scripts/imgtool/keys/rsa_test.py | 117 + .../MCUboot/scripts/imgtool/keys/x25519.py | 119 + .../mcu-tools/MCUboot/scripts/imgtool/main.py | 475 + .../MCUboot/scripts/imgtool/version.py | 55 + .../ra/mcu-tools/MCUboot/scripts/jgdb.sh | 8 + .../ra/mcu-tools/MCUboot/scripts/jl.sh | 7 + .../ra/mcu-tools/MCUboot/scripts/mcubin.bt | 135 + .../MCUboot/scripts/requirements.txt | 4 + .../ra/mcu-tools/MCUboot/scripts/setup.py | 31 + .../ra_mcuboot_ra2e1/ra_cfg.txt | 28 +- .../ra_mcuboot_ra2e1 Debug_Flat.launch | 24 +- .../ra_mcuboot_ra2e1/script/fsp.ld | 283 +- .../ra_mcuboot_ra2e1/src/hal_entry.c | 27 +- .../ra_mcuboot_ra2e1/src/hal_entry.c.bak | 6 + .../readme_overwrite_no_signature.txt | 20 - .../blinky_with_signature/.api_xml | 2 + .../blinky_with_signature/.cproject | 436 +- .../blinky_with_signature/.project | 7 + .../blinky_with_signature/.secure_azone | 66 + .../blinky_with_signature/.secure_xml | 84 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 4 +- .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 29 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_with_signature/JLinkLog.log | 4284 ++++ .../R7FA2E1A92DFM.pincfg | 22 - .../blinky_with_signature Debug_Flat.jlink | 6 + .../blinky_with_signature Debug_Flat.launch | 37 +- .../build/compile_commands.json | 137 + .../blinky_with_signature/configuration.xml | 105 +- .../blinky_with_signature/script/fsp.ld | 279 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../src/app_definitions.h | 23 +- .../blinky_with_signature/src/common_utils.h | 22 +- .../blinky_with_signature/src/hal_entry.c | 22 +- .../blinky_with_signature_new/.api_xml | 2 + .../blinky_with_signature_new/.cproject | 436 +- .../blinky_with_signature_new/.project | 7 + .../blinky_with_signature_new/.secure_azone | 66 + .../blinky_with_signature_new/.secure_xml | 84 + .../.settings/CoverageSetting.xml | 7 + .../.settings/DebugVirtualConsoleSetting.xml | 12 + .../.settings/IORegisterSetting.xml | 4 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 29 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_with_signature_new/JLinkLog.log | 2928 +++ .../R7FA2E1A92DFM.pincfg | 22 - .../blinky_with_signature Debug_Flat.jlink} | 4 + ...linky_with_signature_new Debug_Flat.launch | 75 +- .../build/compile_commands.json | 137 + .../configuration.xml | 105 +- .../blinky_with_signature_new/ra_cfg.txt | 234 - .../blinky_with_signature_new/script/fsp.ld | 279 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../src/app_definitions.h | 23 +- .../src/common_utils.h | 22 +- .../blinky_with_signature_new/src/hal_entry.c | 22 +- .../overwrite_with_signature/image.h | 192 - .../.api_xml | 2 + .../.bootloader_xml | 4 +- .../.cproject | 565 +- .../.project | 13 +- .../.secure_azone | 12 + .../.secure_xml | 41 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 49 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 4 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../R7FA2E1A92DFM.pincfg | 22 - .../build/compile_commands.json | 332 + .../configuration.xml | 125 +- .../boot/bootutil/include/bootutil/bench.h | 68 + .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil/boot_record.h | 74 + .../bootutil/include/bootutil/boot_status.h | 150 + .../bootutil/include/bootutil}/bootutil.h | 19 +- .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/bootutil_test.h | 35 + .../boot/bootutil/include/bootutil/caps.h | 65 + .../include/bootutil/crypto/aes_ctr.h | 137 + .../bootutil/include/bootutil/crypto/aes_kw.h | 144 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../include/bootutil/crypto/ecdh_p256.h | 154 + .../include/bootutil/crypto/ecdh_x25519.h | 57 + .../include/bootutil/crypto/ecdsa_p256.h | 166 + .../include/bootutil/crypto/hmac_sha256.h | 134 + .../bootutil/include/bootutil/crypto/sha256.h | 148 + .../boot/bootutil/include/bootutil/enc_key.h | 71 + .../include/bootutil/enc_key_public.h | 66 + .../bootutil/fault_injection_hardening.h | 369 + .../fault_injection_hardening_delay_rng.h | 30 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil}/image.h | 5 +- .../include/bootutil/mcuboot_status.h | 30 + .../boot/bootutil/include/bootutil/ramload.h | 35 + .../bootutil/include/bootutil/security_cnt.h | 70 + .../boot/bootutil/include/bootutil/sign_key.h | 71 + .../MCUboot/boot/bootutil/src/boot_record.c | 232 + .../MCUboot/boot/bootutil/src/bootutil_misc.c | 368 + .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../MCUboot/boot/bootutil/src/caps.c | 92 + .../MCUboot/boot/bootutil/src/encrypted.c | 810 + .../bootutil/src/fault_injection_hardening.c | 78 + ...lt_injection_hardening_delay_rng_mbedtls.c | 48 + .../MCUboot/boot/bootutil/src/image_ec.c | 139 + .../MCUboot/boot/bootutil/src/image_ec256.c | 260 + .../MCUboot/boot/bootutil/src/image_ed25519.c | 95 + .../MCUboot/boot/bootutil/src/image_rsa.c | 312 + .../boot/bootutil/src/image_validate.c | 536 + .../MCUboot/boot/bootutil/src/loader.c | 3336 +++ .../MCUboot/boot/bootutil/src/swap_misc.c | 234 + .../MCUboot/boot/bootutil/src/swap_move.c | 545 + .../MCUboot/boot/bootutil/src/swap_priv.h | 104 + .../MCUboot/boot/bootutil/src/swap_scratch.c | 748 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../ra/mcu-tools/MCUboot/enc-ec256-priv.pem | 5 + .../ra/mcu-tools/MCUboot/enc-ec256-pub.pem | 4 + .../ra/mcu-tools/MCUboot/enc-rsa2048-priv.pem | 27 + .../ra/mcu-tools/MCUboot/enc-rsa2048-pub.pem | 9 + .../MCUboot/ext/mbedtls-asn1/include/common.h | 56 + .../ext/mbedtls-asn1/include/mbedtls/asn1.h | 604 + .../ext/mbedtls-asn1/include/mbedtls/bignum.h | 1028 + .../ext/mbedtls-asn1/include/mbedtls/bn_mul.h | 940 + .../mbedtls-asn1/include/mbedtls/build_info.h | 83 + .../include/mbedtls/check_config.h | 838 + .../ext/mbedtls-asn1/include/mbedtls/ecdsa.h | 506 + .../ext/mbedtls-asn1/include/mbedtls/ecp.h | 1286 + .../ext/mbedtls-asn1/include/mbedtls/error.h | 210 + .../include/mbedtls/mbedtls_config.h | 97 + .../ext/mbedtls-asn1/include/mbedtls/md.h | 446 + .../ext/mbedtls-asn1/include/mbedtls/oid.h | 641 + .../ext/mbedtls-asn1/include/mbedtls/pk.h | 890 + .../mbedtls-asn1/include/mbedtls/platform.h | 411 + .../include/mbedtls/platform_util.h | 122 + .../include/mbedtls/private_access.h | 32 + .../ext/mbedtls-asn1/include/mbedtls/rsa.h | 1119 + .../mbedtls-asn1/include/mbedtls/threading.h | 116 + .../MCUboot/ext/mbedtls-asn1/src/asn1parse.c | 481 + .../ext/mbedtls-asn1/src/platform_util.c | 133 + .../MCUboot/ext/tinycrypt/lib/Makefile | 39 + .../ext/tinycrypt/lib/include/tinycrypt/aes.h | 175 + .../lib/include/tinycrypt/cbc_mode.h | 151 + .../lib/include/tinycrypt/ccm_mode.h | 212 + .../lib/include/tinycrypt/cmac_mode.h | 210 + .../lib/include/tinycrypt/constants.h | 61 + .../lib/include/tinycrypt/ctr_mode.h | 110 + .../lib/include/tinycrypt/ctr_prng.h | 166 + .../ext/tinycrypt/lib/include/tinycrypt/ecc.h | 545 + .../tinycrypt/lib/include/tinycrypt/ecc_dh.h | 131 + .../tinycrypt/lib/include/tinycrypt/ecc_dsa.h | 139 + .../include/tinycrypt/ecc_platform_specific.h | 81 + .../lib/include/tinycrypt/gcm_mode.h | 255 + .../tinycrypt/lib/include/tinycrypt/hmac.h | 139 + .../lib/include/tinycrypt/hmac_prng.h | 164 + .../tinycrypt/lib/include/tinycrypt/sha256.h | 129 + .../tinycrypt/lib/include/tinycrypt/utils.h | 95 + .../MCUboot/ext/tinycrypt/lib/pkg.yml | 30 + .../ext/tinycrypt/lib/source/aes_decrypt.c | 169 + .../ext/tinycrypt/lib/source/aes_encrypt.c | 199 + .../ext/tinycrypt/lib/source/cbc_mode.c | 114 + .../ext/tinycrypt/lib/source/ccm_mode.c | 265 + .../ext/tinycrypt/lib/source/cmac_mode.c | 287 + .../ext/tinycrypt/lib/source/ctr_mode.c | 91 + .../ext/tinycrypt/lib/source/ctr_prng.c | 283 + .../MCUboot/ext/tinycrypt/lib/source/ecc.c | 942 + .../MCUboot/ext/tinycrypt/lib/source/ecc_dh.c | 200 + .../ext/tinycrypt/lib/source/ecc_dsa.c | 295 + .../lib/source/ecc_platform_specific.c | 105 + .../ext/tinycrypt/lib/source/gcm_mode.c | 189 + .../MCUboot/ext/tinycrypt/lib/source/hmac.c | 148 + .../ext/tinycrypt/lib/source/hmac_prng.c | 212 + .../MCUboot/ext/tinycrypt/lib/source/sha256.c | 217 + .../MCUboot/ext/tinycrypt/lib/source/utils.c | 74 + .../ra/mcu-tools/MCUboot/root-ec-p256.pem | 5 + .../ra/mcu-tools/MCUboot/root-rsa-2048.pem | 27 + .../ra/mcu-tools/MCUboot/root-rsa-3072.pem | 39 + .../ra/mcu-tools/MCUboot/scripts/assemble.py | 148 + .../ra/mcu-tools/MCUboot/scripts/flash.sh | 20 + .../ra/mcu-tools/MCUboot/scripts/gdb-boot.sh | 29 + .../ra/mcu-tools/MCUboot/scripts/imgtool.nix | 31 + .../ra/mcu-tools/MCUboot/scripts/imgtool.py | 22 + .../MCUboot/scripts/imgtool/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 262 bytes .../__pycache__/boot_record.cpython-312.pyc | Bin 0 -> 1368 bytes .../imgtool/__pycache__/image.cpython-312.pyc | Bin 0 -> 29865 bytes .../imgtool/__pycache__/main.cpython-312.pyc | Bin 0 -> 24640 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1921 bytes .../MCUboot/scripts/imgtool/boot_record.py | 52 + .../MCUboot/scripts/imgtool/image.py | 662 + .../MCUboot/scripts/imgtool/keys/__init__.py | 96 + .../keys/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4224 bytes .../keys/__pycache__/ecdsa.cpython-312.pyc | Bin 0 -> 9734 bytes .../keys/__pycache__/ed25519.cpython-312.pyc | Bin 0 -> 6297 bytes .../keys/__pycache__/general.cpython-312.pyc | Bin 0 -> 3194 bytes .../__pycache__/privatebytes.cpython-312.pyc | Bin 0 -> 1284 bytes .../keys/__pycache__/rsa.cpython-312.pyc | Bin 0 -> 9480 bytes .../keys/__pycache__/x25519.cpython-312.pyc | Bin 0 -> 6820 bytes .../MCUboot/scripts/imgtool/keys/ecdsa.py | 193 + .../scripts/imgtool/keys/ecdsa_test.py | 101 + .../MCUboot/scripts/imgtool/keys/ed25519.py | 107 + .../scripts/imgtool/keys/ed25519_test.py | 105 + .../MCUboot/scripts/imgtool/keys/general.py | 51 + .../scripts/imgtool/keys/privatebytes.py | 16 + .../MCUboot/scripts/imgtool/keys/rsa.py | 173 + .../MCUboot/scripts/imgtool/keys/rsa_test.py | 117 + .../MCUboot/scripts/imgtool/keys/x25519.py | 119 + .../mcu-tools/MCUboot/scripts/imgtool/main.py | 475 + .../MCUboot/scripts/imgtool/version.py | 55 + .../ra/mcu-tools/MCUboot/scripts/jgdb.sh | 8 + .../ra/mcu-tools/MCUboot/scripts/jl.sh | 7 + .../ra/mcu-tools/MCUboot/scripts/mcubin.bt | 135 + .../MCUboot/scripts/requirements.txt | 4 + .../ra/mcu-tools/MCUboot/scripts/setup.py | 31 + .../MCUboot/sim/mcuboot-sys/csupport/keys.c | 308 + .../ra_cfg.txt | 32 +- ...overwrite_with_signature Debug_Flat.launch | 24 +- .../script/fsp.ld | 285 +- .../src/hal_entry.c | 29 +- .../readme_overwrite_with_signature.txt | 20 - .../swap_no_signature/blinky_swap/.api_xml | 2 + .../swap_no_signature/blinky_swap/.cproject | 436 +- .../swap_no_signature/blinky_swap/.project | 7 + .../blinky_swap/.secure_azone | 66 + .../swap_no_signature/blinky_swap/.secure_xml | 84 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_swap/JLinkLog.log | 1485 ++ .../blinky_swap/R7FA2E1A92DFM.pincfg | 22 - .../blinky_swap/blinky_swap Debug_Flat.jlink | 6 + .../blinky_swap/blinky_swap Debug_Flat.launch | 37 +- .../blinky_swap/build/compile_commands.json | 137 + .../blinky_swap/configuration.xml | 105 +- .../blinky_swap/script/fsp.ld | 279 +- .../blinky_swap/src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../blinky_swap/src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky_swap/src/app_definitions.h | 23 +- .../blinky_swap/src/common_utils.h | 22 +- .../blinky_swap/src/hal_entry.c | 22 +- .../blinky_swap_new/.api_xml | 2 + .../blinky_swap_new/.cproject | 460 +- .../blinky_swap_new/.project | 7 + .../blinky_swap_new/.secure_azone | 66 + .../blinky_swap_new/.secure_xml | 84 + .../.settings/CoverageSetting.xml | 7 + .../.settings/DebugVirtualConsoleSetting.xml | 12 + .../.settings/IORegisterSetting.xml | 4 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 20 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_swap_new/JLinkLog.log | 1145 + .../blinky_swap_new/R7FA2E1A92DFM.pincfg | 22 - .../blinky_swap Debug_Flat.jlink | 46 + .../blinky_swap_new Debug_Flat.launch | 75 +- .../build/compile_commands.json | 137 + .../blinky_swap_new/configuration.xml | 105 +- .../blinky_swap_new/ra_cfg.txt | 234 - .../blinky_swap_new/script/fsp.ld | 279 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../blinky_swap_new/src/app_definitions.h | 23 +- .../blinky_swap_new/src/common_utils.h | 22 +- .../blinky_swap_new/src/hal_entry.c | 22 +- .../ra_mcuboot_ra2e1_swap/.api_xml | 2 + .../ra_mcuboot_ra2e1_swap/.bootloader_xml | 4 +- .../ra_mcuboot_ra2e1_swap/.cproject | 569 +- .../ra_mcuboot_ra2e1_swap/.project | 13 +- .../ra_mcuboot_ra2e1_swap/.secure_azone | 12 + .../ra_mcuboot_ra2e1_swap/.secure_xml | 41 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 45 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 4 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 4 +- .../.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../R7FA2E1A92DFM.pincfg | 22 - .../build/compile_commands.json | 317 + .../ra_mcuboot_ra2e1_swap/configuration.xml | 111 +- .../boot/bootutil/include/bootutil/bench.h | 68 + .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil/boot_record.h | 74 + .../bootutil/include/bootutil/boot_status.h | 150 + .../boot/bootutil/include/bootutil/bootutil.h | 98 + .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/bootutil_test.h | 35 + .../boot/bootutil/include/bootutil/caps.h | 65 + .../include/bootutil/crypto/aes_ctr.h | 137 + .../bootutil/include/bootutil/crypto/aes_kw.h | 144 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../include/bootutil/crypto/ecdh_p256.h | 154 + .../include/bootutil/crypto/ecdh_x25519.h | 57 + .../include/bootutil/crypto/ecdsa_p256.h | 166 + .../include/bootutil/crypto/hmac_sha256.h | 134 + .../bootutil/include/bootutil/crypto/sha256.h | 148 + .../boot/bootutil/include/bootutil/enc_key.h | 71 + .../include/bootutil/enc_key_public.h | 66 + .../bootutil/fault_injection_hardening.h | 369 + .../fault_injection_hardening_delay_rng.h | 30 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil/image.h | 193 + .../include/bootutil/mcuboot_status.h | 30 + .../boot/bootutil/include/bootutil/ramload.h | 35 + .../bootutil/include/bootutil/security_cnt.h | 70 + .../boot/bootutil/include/bootutil/sign_key.h | 71 + .../MCUboot/boot/bootutil/src/boot_record.c | 232 + .../MCUboot/boot/bootutil/src/bootutil_misc.c | 368 + .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../MCUboot/boot/bootutil/src/caps.c | 92 + .../MCUboot/boot/bootutil/src/encrypted.c | 810 + .../bootutil/src/fault_injection_hardening.c | 78 + ...lt_injection_hardening_delay_rng_mbedtls.c | 48 + .../MCUboot/boot/bootutil/src/image_ec.c | 139 + .../MCUboot/boot/bootutil/src/image_ec256.c | 260 + .../MCUboot/boot/bootutil/src/image_ed25519.c | 95 + .../MCUboot/boot/bootutil/src/image_rsa.c | 312 + .../boot/bootutil/src/image_validate.c | 536 + .../MCUboot/boot/bootutil/src/loader.c | 3336 +++ .../MCUboot/boot/bootutil/src/swap_misc.c | 234 + .../MCUboot/boot/bootutil/src/swap_move.c | 545 + .../MCUboot/boot/bootutil/src/swap_priv.h | 104 + .../MCUboot/boot/bootutil/src/swap_scratch.c | 748 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../MCUboot/ext/tinycrypt/lib/Makefile | 39 + .../ext/tinycrypt/lib/include/tinycrypt/aes.h | 175 + .../lib/include/tinycrypt/cbc_mode.h | 151 + .../lib/include/tinycrypt/ccm_mode.h | 212 + .../lib/include/tinycrypt/cmac_mode.h | 210 + .../lib/include/tinycrypt/constants.h | 61 + .../lib/include/tinycrypt/ctr_mode.h | 110 + .../lib/include/tinycrypt/ctr_prng.h | 166 + .../ext/tinycrypt/lib/include/tinycrypt/ecc.h | 545 + .../tinycrypt/lib/include/tinycrypt/ecc_dh.h | 131 + .../tinycrypt/lib/include/tinycrypt/ecc_dsa.h | 139 + .../include/tinycrypt/ecc_platform_specific.h | 81 + .../lib/include/tinycrypt/gcm_mode.h | 255 + .../tinycrypt/lib/include/tinycrypt/hmac.h | 139 + .../lib/include/tinycrypt/hmac_prng.h | 164 + .../tinycrypt/lib/include/tinycrypt/sha256.h | 129 + .../tinycrypt/lib/include/tinycrypt/utils.h | 95 + .../MCUboot/ext/tinycrypt/lib/pkg.yml | 30 + .../ext/tinycrypt/lib/source/aes_decrypt.c | 169 + .../ext/tinycrypt/lib/source/aes_encrypt.c | 199 + .../ext/tinycrypt/lib/source/cbc_mode.c | 114 + .../ext/tinycrypt/lib/source/ccm_mode.c | 265 + .../ext/tinycrypt/lib/source/cmac_mode.c | 287 + .../ext/tinycrypt/lib/source/ctr_mode.c | 91 + .../ext/tinycrypt/lib/source/ctr_prng.c | 283 + .../MCUboot/ext/tinycrypt/lib/source/ecc.c | 942 + .../MCUboot/ext/tinycrypt/lib/source/ecc_dh.c | 200 + .../ext/tinycrypt/lib/source/ecc_dsa.c | 295 + .../lib/source/ecc_platform_specific.c | 105 + .../ext/tinycrypt/lib/source/gcm_mode.c | 189 + .../MCUboot/ext/tinycrypt/lib/source/hmac.c | 148 + .../ext/tinycrypt/lib/source/hmac_prng.c | 212 + .../MCUboot/ext/tinycrypt/lib/source/sha256.c | 217 + .../MCUboot/ext/tinycrypt/lib/source/utils.c | 74 + .../ra/mcu-tools/MCUboot/scripts/assemble.py | 148 + .../ra/mcu-tools/MCUboot/scripts/flash.sh | 20 + .../ra/mcu-tools/MCUboot/scripts/gdb-boot.sh | 29 + .../ra/mcu-tools/MCUboot/scripts/imgtool.nix | 31 + .../ra/mcu-tools/MCUboot/scripts/imgtool.py | 22 + .../MCUboot/scripts/imgtool/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/boot_record.cpython-312.pyc | Bin 0 -> 1348 bytes .../imgtool/__pycache__/image.cpython-312.pyc | Bin 0 -> 29845 bytes .../imgtool/__pycache__/main.cpython-312.pyc | Bin 0 -> 24620 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1901 bytes .../MCUboot/scripts/imgtool/boot_record.py | 52 + .../MCUboot/scripts/imgtool/image.py | 662 + .../MCUboot/scripts/imgtool/keys/__init__.py | 96 + .../keys/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4204 bytes .../keys/__pycache__/ecdsa.cpython-312.pyc | Bin 0 -> 9714 bytes .../keys/__pycache__/ed25519.cpython-312.pyc | Bin 0 -> 6277 bytes .../keys/__pycache__/general.cpython-312.pyc | Bin 0 -> 3174 bytes .../__pycache__/privatebytes.cpython-312.pyc | Bin 0 -> 1264 bytes .../keys/__pycache__/rsa.cpython-312.pyc | Bin 0 -> 9460 bytes .../keys/__pycache__/x25519.cpython-312.pyc | Bin 0 -> 6800 bytes .../MCUboot/scripts/imgtool/keys/ecdsa.py | 193 + .../scripts/imgtool/keys/ecdsa_test.py | 101 + .../MCUboot/scripts/imgtool/keys/ed25519.py | 107 + .../scripts/imgtool/keys/ed25519_test.py | 105 + .../MCUboot/scripts/imgtool/keys/general.py | 51 + .../scripts/imgtool/keys/privatebytes.py | 16 + .../MCUboot/scripts/imgtool/keys/rsa.py | 173 + .../MCUboot/scripts/imgtool/keys/rsa_test.py | 117 + .../MCUboot/scripts/imgtool/keys/x25519.py | 119 + .../mcu-tools/MCUboot/scripts/imgtool/main.py | 475 + .../MCUboot/scripts/imgtool/version.py | 55 + .../ra/mcu-tools/MCUboot/scripts/jgdb.sh | 8 + .../ra/mcu-tools/MCUboot/scripts/jl.sh | 7 + .../ra/mcu-tools/MCUboot/scripts/mcubin.bt | 135 + .../MCUboot/scripts/requirements.txt | 4 + .../ra/mcu-tools/MCUboot/scripts/setup.py | 31 + .../ra_mcuboot_ra2e1_swap/ra_cfg.txt | 32 +- .../ra_mcuboot_ra2e1_swap Debug_Flat.launch | 27 +- .../ra_mcuboot_ra2e1_swap/script/fsp.ld | 283 +- .../ra_mcuboot_ra2e1_swap/src/hal_entry.c | 29 +- .../readme_swap_no_signature.txt | 23 - .../blinky_swap_with_signature/.api_xml | 2 + .../blinky_swap_with_signature/.cproject | 438 +- .../blinky_swap_with_signature/.project | 7 + .../blinky_swap_with_signature/.secure_azone | 66 + .../blinky_swap_with_signature/.secure_xml | 84 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 31 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 32 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../blinky_swap_with_signature/JLinkLog.log | 3446 +++ .../R7FA2E1A92DFM.pincfg | 22 - ...linky_swap_with_signature Debug_Flat.jlink | 6 + ...inky_swap_with_signature Debug_Flat.launch | 37 +- .../build/compile_commands.json | 137 + .../configuration.xml | 105 +- .../blinky_swap_with_signature/script/fsp.ld | 279 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../src/app_definitions.h | 23 +- .../src/common_utils.h | 22 +- .../src/hal_entry.c | 22 +- .../blinky_swap_with_signature_new/.api_xml | 2 + .../blinky_swap_with_signature_new/.cproject | 664 +- .../blinky_swap_with_signature_new/.project | 7 + .../.secure_azone | 66 + .../.secure_xml | 85 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 39 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 + .../.settings/language.settings.xml | 8 +- .../.settings/org.eclipse.cdt.core.prefs | 32 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../JLinkLog.log | 2941 +++ .../R7FA2E1A92DFM.pincfg | 22 - ...linky_swap_with_signature Debug_Flat.jlink | 46 + ..._swap_with_signature_new Debug_Flat.launch | 74 +- .../build/compile_commands.json | 157 + .../configuration.xml | 91 +- .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil}/bootutil.h | 19 +- .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../bootutil/fault_injection_hardening.h | 369 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil}/image.h | 5 +- .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../blinky_swap_with_signature_new/ra_cfg.txt | 21 +- .../script/fsp.ld | 279 +- .../src/SEGGER_RTT/SEGGER_RTT.c | 17 +- .../src/SEGGER_RTT/SEGGER_RTT.h | 8 +- .../src/SEGGER_RTT/SEGGER_RTT_Conf.h | 2 +- .../src/SEGGER_RTT/SEGGER_RTT_printf.c | 2 +- .../src/app_definitions.h | 23 +- .../src/common_utils.h | 22 +- .../src/hal_entry.c | 22 +- .../r11an0516/swap_with_signature/bootutil.h | 89 - .../.api_xml | 2 + .../.bootloader_xml | 4 +- .../.cproject | 565 +- .../.project | 13 +- .../.secure_azone | 12 + .../.secure_xml | 41 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 49 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 4 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 8 +- .../org.eclipse.cdt.managedbuilder.core.prefs | 20 +- .../org.eclipse.core.resources.prefs | 2 + .../R7FA2E1A92DFM.pincfg | 22 - .../build/compile_commands.json | 332 + .../configuration.xml | 123 +- .../boot/bootutil/include/bootutil/bench.h | 68 + .../bootutil/include/bootutil/boot_hooks.h | 181 + .../include/bootutil/boot_public_hooks.h | 52 + .../bootutil/include/bootutil/boot_record.h | 74 + .../bootutil/include/bootutil/boot_status.h | 150 + .../boot/bootutil/include/bootutil/bootutil.h | 98 + .../bootutil/include/bootutil/bootutil_log.h | 59 + .../include/bootutil/bootutil_public.h | 273 + .../bootutil/include/bootutil/bootutil_test.h | 35 + .../boot/bootutil/include/bootutil/caps.h | 65 + .../include/bootutil/crypto/aes_ctr.h | 137 + .../bootutil/include/bootutil/crypto/aes_kw.h | 144 + .../bootutil/include/bootutil/crypto/common.h | 26 + .../include/bootutil/crypto/ecdh_p256.h | 154 + .../include/bootutil/crypto/ecdh_x25519.h | 57 + .../include/bootutil/crypto/ecdsa_p256.h | 166 + .../include/bootutil/crypto/hmac_sha256.h | 134 + .../bootutil/include/bootutil/crypto/sha256.h | 148 + .../boot/bootutil/include/bootutil/enc_key.h | 71 + .../include/bootutil/enc_key_public.h | 66 + .../bootutil/fault_injection_hardening.h | 369 + .../fault_injection_hardening_delay_rng.h | 30 + .../boot/bootutil/include/bootutil/ignore.h | 70 + .../boot/bootutil/include/bootutil}/image.h | 5 +- .../include/bootutil/mcuboot_status.h | 30 + .../boot/bootutil/include/bootutil/ramload.h | 35 + .../bootutil/include/bootutil/security_cnt.h | 70 + .../boot/bootutil/include/bootutil/sign_key.h | 71 + .../MCUboot/boot/bootutil/src/boot_record.c | 232 + .../MCUboot/boot/bootutil/src/bootutil_misc.c | 368 + .../MCUboot/boot/bootutil/src/bootutil_misc.h | 52 + .../MCUboot/boot/bootutil/src/bootutil_priv.h | 475 + .../boot/bootutil/src/bootutil_public.c | 633 + .../MCUboot/boot/bootutil/src/caps.c | 92 + .../MCUboot/boot/bootutil/src/encrypted.c | 810 + .../bootutil/src/fault_injection_hardening.c | 78 + ...lt_injection_hardening_delay_rng_mbedtls.c | 48 + .../MCUboot/boot/bootutil/src/image_ec.c | 139 + .../MCUboot/boot/bootutil/src/image_ec256.c | 260 + .../MCUboot/boot/bootutil/src/image_ed25519.c | 95 + .../MCUboot/boot/bootutil/src/image_rsa.c | 312 + .../boot/bootutil/src/image_validate.c | 536 + .../MCUboot/boot/bootutil/src/loader.c | 3336 +++ .../MCUboot/boot/bootutil/src/swap_misc.c | 234 + .../MCUboot/boot/bootutil/src/swap_move.c | 545 + .../MCUboot/boot/bootutil/src/swap_priv.h | 104 + .../MCUboot/boot/bootutil/src/swap_scratch.c | 748 + .../mcu-tools/MCUboot/boot/bootutil/src/tlv.c | 134 + .../ra/mcu-tools/MCUboot/enc-ec256-priv.pem | 5 + .../ra/mcu-tools/MCUboot/enc-ec256-pub.pem | 4 + .../ra/mcu-tools/MCUboot/enc-rsa2048-priv.pem | 27 + .../ra/mcu-tools/MCUboot/enc-rsa2048-pub.pem | 9 + .../MCUboot/ext/mbedtls-asn1/include/common.h | 56 + .../ext/mbedtls-asn1/include/mbedtls/asn1.h | 604 + .../ext/mbedtls-asn1/include/mbedtls/bignum.h | 1028 + .../ext/mbedtls-asn1/include/mbedtls/bn_mul.h | 940 + .../mbedtls-asn1/include/mbedtls/build_info.h | 83 + .../include/mbedtls/check_config.h | 838 + .../ext/mbedtls-asn1/include/mbedtls/ecdsa.h | 506 + .../ext/mbedtls-asn1/include/mbedtls/ecp.h | 1286 + .../ext/mbedtls-asn1/include/mbedtls/error.h | 210 + .../include/mbedtls/mbedtls_config.h | 97 + .../ext/mbedtls-asn1/include/mbedtls/md.h | 446 + .../ext/mbedtls-asn1/include/mbedtls/oid.h | 641 + .../ext/mbedtls-asn1/include/mbedtls/pk.h | 890 + .../mbedtls-asn1/include/mbedtls/platform.h | 411 + .../include/mbedtls/platform_util.h | 122 + .../include/mbedtls/private_access.h | 32 + .../ext/mbedtls-asn1/include/mbedtls/rsa.h | 1119 + .../mbedtls-asn1/include/mbedtls/threading.h | 116 + .../MCUboot/ext/mbedtls-asn1/src/asn1parse.c | 481 + .../ext/mbedtls-asn1/src/platform_util.c | 133 + .../MCUboot/ext/tinycrypt/lib/Makefile | 39 + .../ext/tinycrypt/lib/include/tinycrypt/aes.h | 175 + .../lib/include/tinycrypt/cbc_mode.h | 151 + .../lib/include/tinycrypt/ccm_mode.h | 212 + .../lib/include/tinycrypt/cmac_mode.h | 210 + .../lib/include/tinycrypt/constants.h | 61 + .../lib/include/tinycrypt/ctr_mode.h | 110 + .../lib/include/tinycrypt/ctr_prng.h | 166 + .../ext/tinycrypt/lib/include/tinycrypt/ecc.h | 545 + .../tinycrypt/lib/include/tinycrypt/ecc_dh.h | 131 + .../tinycrypt/lib/include/tinycrypt/ecc_dsa.h | 139 + .../include/tinycrypt/ecc_platform_specific.h | 81 + .../lib/include/tinycrypt/gcm_mode.h | 255 + .../tinycrypt/lib/include/tinycrypt/hmac.h | 139 + .../lib/include/tinycrypt/hmac_prng.h | 164 + .../tinycrypt/lib/include/tinycrypt/sha256.h | 129 + .../tinycrypt/lib/include/tinycrypt/utils.h | 95 + .../MCUboot/ext/tinycrypt/lib/pkg.yml | 30 + .../ext/tinycrypt/lib/source/aes_decrypt.c | 169 + .../ext/tinycrypt/lib/source/aes_encrypt.c | 199 + .../ext/tinycrypt/lib/source/cbc_mode.c | 114 + .../ext/tinycrypt/lib/source/ccm_mode.c | 265 + .../ext/tinycrypt/lib/source/cmac_mode.c | 287 + .../ext/tinycrypt/lib/source/ctr_mode.c | 91 + .../ext/tinycrypt/lib/source/ctr_prng.c | 283 + .../MCUboot/ext/tinycrypt/lib/source/ecc.c | 942 + .../MCUboot/ext/tinycrypt/lib/source/ecc_dh.c | 200 + .../ext/tinycrypt/lib/source/ecc_dsa.c | 295 + .../lib/source/ecc_platform_specific.c | 105 + .../ext/tinycrypt/lib/source/gcm_mode.c | 189 + .../MCUboot/ext/tinycrypt/lib/source/hmac.c | 148 + .../ext/tinycrypt/lib/source/hmac_prng.c | 212 + .../MCUboot/ext/tinycrypt/lib/source/sha256.c | 217 + .../MCUboot/ext/tinycrypt/lib/source/utils.c | 74 + .../ra/mcu-tools/MCUboot/root-ec-p256.pem | 5 + .../ra/mcu-tools/MCUboot/root-rsa-2048.pem | 27 + .../ra/mcu-tools/MCUboot/root-rsa-3072.pem | 39 + .../ra/mcu-tools/MCUboot/scripts/assemble.py | 148 + .../ra/mcu-tools/MCUboot/scripts/flash.sh | 20 + .../ra/mcu-tools/MCUboot/scripts/gdb-boot.sh | 29 + .../ra/mcu-tools/MCUboot/scripts/imgtool.nix | 31 + .../ra/mcu-tools/MCUboot/scripts/imgtool.py | 22 + .../MCUboot/scripts/imgtool/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 257 bytes .../__pycache__/boot_record.cpython-312.pyc | Bin 0 -> 1363 bytes .../imgtool/__pycache__/image.cpython-312.pyc | Bin 0 -> 29860 bytes .../imgtool/__pycache__/main.cpython-312.pyc | Bin 0 -> 24635 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 1916 bytes .../MCUboot/scripts/imgtool/boot_record.py | 52 + .../MCUboot/scripts/imgtool/image.py | 662 + .../MCUboot/scripts/imgtool/keys/__init__.py | 96 + .../keys/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4219 bytes .../keys/__pycache__/ecdsa.cpython-312.pyc | Bin 0 -> 9729 bytes .../keys/__pycache__/ed25519.cpython-312.pyc | Bin 0 -> 6292 bytes .../keys/__pycache__/general.cpython-312.pyc | Bin 0 -> 3189 bytes .../__pycache__/privatebytes.cpython-312.pyc | Bin 0 -> 1279 bytes .../keys/__pycache__/rsa.cpython-312.pyc | Bin 0 -> 9475 bytes .../keys/__pycache__/x25519.cpython-312.pyc | Bin 0 -> 6815 bytes .../MCUboot/scripts/imgtool/keys/ecdsa.py | 193 + .../scripts/imgtool/keys/ecdsa_test.py | 101 + .../MCUboot/scripts/imgtool/keys/ed25519.py | 107 + .../scripts/imgtool/keys/ed25519_test.py | 105 + .../MCUboot/scripts/imgtool/keys/general.py | 51 + .../scripts/imgtool/keys/privatebytes.py | 16 + .../MCUboot/scripts/imgtool/keys/rsa.py | 173 + .../MCUboot/scripts/imgtool/keys/rsa_test.py | 117 + .../MCUboot/scripts/imgtool/keys/x25519.py | 119 + .../mcu-tools/MCUboot/scripts/imgtool/main.py | 475 + .../MCUboot/scripts/imgtool/version.py | 55 + .../ra/mcu-tools/MCUboot/scripts/jgdb.sh | 8 + .../ra/mcu-tools/MCUboot/scripts/jl.sh | 7 + .../ra/mcu-tools/MCUboot/scripts/mcubin.bt | 135 + .../MCUboot/scripts/requirements.txt | 4 + .../ra/mcu-tools/MCUboot/scripts/setup.py | 31 + .../MCUboot/sim/mcuboot-sys/csupport/keys.c | 308 + .../ra_cfg.txt | 32 +- ...a2e1_swap_with_signature Debug_Flat.launch | 66 +- .../script/fsp.ld | 283 +- .../src/hal_entry.c | 30 +- .../src/hal_entry.c.bak | 6 + .../readme_swap_with_signature.txt | 23 - .../using_s_cache_ra6m5/src/common_utils.h | 22 +- .../using_s_cache_ra6m5/src/dmac_transfers.c | 22 +- .../using_s_cache_ra6m5/src/dmac_transfers.h | 22 +- .../r11an0538/using_s_cache_ra6m5/src/dwt.c | 22 +- .../r11an0538/using_s_cache_ra6m5/src/dwt.h | 23 +- .../using_s_cache_ra6m5/src/hal_entry.c | 22 +- .../using_s_cache_ra6m5/src/s_cache.c | 22 +- .../using_s_cache_ra6m5/src/s_cache.h | 22 +- .../using_s_cache_ra6m5/src/test_cases.c | 22 +- .../using_s_cache_ra6m5/src/test_cases.h | 22 +- .../src/timer_initialise.c | 22 +- .../src/timer_initialise.h | 22 +- .../src/transfer_initialise.c | 22 +- .../src/transfer_initialise.h | 22 +- .../src/blinky_thread_entry.c | 22 +- .../app_ra6m4_primary_enc_xmodem/src/comms.h | 22 +- .../src/downloader_thread_entry.c | 22 +- .../src/hal_entry.c | 22 +- .../app_ra6m4_primary_enc_xmodem/src/header.h | 22 +- .../app_ra6m4_primary_enc_xmodem/src/menu.c | 22 +- .../app_ra6m4_primary_enc_xmodem/src/menu.h | 22 +- .../src/qspi_ep.h | 21 +- .../src/r_usb_pcdc_descriptor.c | 22 +- .../src/usb_comms.c | 22 +- .../app_ra6m4_primary_enc_xmodem/src/xmodem.c | 22 +- .../app_ra6m4_primary_enc_xmodem/src/xmodem.h | 22 +- .../src/blinky_thread_entry.c | 22 +- .../src/comms.h | 22 +- .../src/downloader_thread_entry.c | 22 +- .../src/hal_entry.c | 22 +- .../src/header.h | 22 +- .../app_ra6m4_secondary_enc_xmodem/src/menu.c | 22 +- .../app_ra6m4_secondary_enc_xmodem/src/menu.h | 22 +- .../src/qspi_ep.h | 21 +- .../src/r_usb_pcdc_descriptor.c | 22 +- .../src/usb_comms.c | 22 +- .../src/xmodem.c | 22 +- .../src/xmodem.h | 22 +- .../app_primary_uart/.cproject | 8 + .../app_primary_uart/.secure_azone | 160 +- .../app_primary_uart/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 52 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../app_primary_uart Debug_Flat.jlink | 13 +- .../app_primary_uart Debug_Flat.launch | 24 +- .../app_primary_uart_signed_offset.srec | 2044 +- .../app_primary_uart/configuration.xml | 101 +- .../app_primary_uart/ra_cfg.txt | 687 +- .../app_primary_uart/script/fsp.ld | 235 +- .../src/blinky_thread_entry.c | 22 +- .../app_primary_uart/src/comms.h | 22 +- .../app_primary_uart/src/comms_uart.c | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_primary_uart/src/hal_entry.c | 22 +- .../app_primary_uart/src/header.h | 22 +- .../app_primary_uart/src/menu.c | 22 +- .../app_primary_uart/src/menu.h | 22 +- .../app_primary_uart/src/xmodem.c | 22 +- .../app_primary_uart/src/xmodem.h | 22 +- .../app_primary_usb/.cproject | 8 + .../app_primary_usb/.secure_azone | 183 +- .../app_primary_usb/.secure_xml | 14 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 56 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../app_primary_usb Debug_Flat.jlink | 13 +- .../app_primary_usb Debug_Flat.launch | 24 +- .../app_primary_usb_signed_offset.srec | 2846 +-- .../app_primary_usb/configuration.xml | 90 +- .../app_primary_usb/ra_cfg.txt | 662 +- .../app_primary_usb/script/fsp.ld | 235 +- .../app_primary_usb/src/blinky_thread_entry.c | 22 +- .../app_primary_usb/src/comms.h | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_primary_usb/src/hal_entry.c | 22 +- .../app_primary_usb/src/header.h | 22 +- .../app_primary_usb/src/menu.c | 22 +- .../app_primary_usb/src/menu.h | 22 +- .../src/r_usb_pcdc_descriptor.c | 22 +- .../app_primary_usb/src/usb_comms.c | 22 +- .../app_primary_usb/src/xmodem.c | 22 +- .../app_primary_usb/src/xmodem.h | 22 +- .../app_secondary_uart/.cproject | 8 + .../app_secondary_uart/.secure_azone | 160 +- .../app_secondary_uart/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 52 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 4 +- .../app_secondary_uart/configuration.xml | 101 +- .../app_secondary_uart/ra_cfg.txt | 687 +- .../app_secondary_uart/script/fsp.ld | 235 +- .../src/blinky_thread_entry.c | 22 +- .../app_secondary_uart/src/comms.h | 22 +- .../app_secondary_uart/src/comms_uart.c | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_secondary_uart/src/hal_entry.c | 22 +- .../app_secondary_uart/src/header.h | 22 +- .../app_secondary_uart/src/menu.c | 22 +- .../app_secondary_uart/src/menu.h | 22 +- .../app_secondary_uart/src/xmodem.c | 22 +- .../app_secondary_uart/src/xmodem.h | 22 +- .../app_secondary_usb/.cproject | 8 + .../app_secondary_usb/.secure_azone | 183 +- .../app_secondary_usb/.secure_xml | 14 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 56 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 4 +- .../app_secondary_usb/configuration.xml | 90 +- .../app_secondary_usb/ra_cfg.txt | 662 +- .../app_secondary_usb/script/fsp.ld | 248 +- .../script/memory_regions.ld | 30 - .../src/blinky_thread_entry.c | 22 +- .../app_secondary_usb/src/comms.h | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_secondary_usb/src/hal_entry.c | 22 +- .../app_secondary_usb/src/header.h | 22 +- .../app_secondary_usb/src/menu.c | 22 +- .../app_secondary_usb/src/menu.h | 22 +- .../src/r_usb_pcdc_descriptor.c | 22 +- .../app_secondary_usb/src/usb_comms.c | 22 +- .../app_secondary_usb/src/xmodem.c | 22 +- .../app_secondary_usb/src/xmodem.h | 22 +- .../ra_mcuboot_ra6m4_dualbank/.cproject | 22 +- .../ra_mcuboot_ra6m4_dualbank/.secure_azone | 8 +- .../ra_mcuboot_ra6m4_dualbank/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 56 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- ...enesas.cdt.ddsc.threads.configurator.prefs | 1 + .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../configuration.xml | 99 +- .../ra_mcuboot_ra6m4_dualbank/ra_cfg.txt | 663 +- .../ra_mcuboot_ra6m4_dualbank_offset.srec | 3658 +-- .../ra_mcuboot_ra6m4_dualbank/script/fsp.ld | 235 +- .../ra_mcuboot_ra6m4_dualbank/src/hal_entry.c | 6 + .../app_primary_uart/.cproject | 10 +- .../app_primary_uart/.secure_azone | 160 +- .../app_primary_uart/.secure_xml | 8 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 52 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../app_primary_uart/configuration.xml | 101 +- .../app_primary_uart/ra_cfg.txt | 687 +- .../app_primary_uart/script/fsp.ld | 235 +- .../src/blinky_thread_entry.c | 22 +- .../app_primary_uart/src/comms.h | 22 +- .../app_primary_uart/src/comms_uart.c | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_primary_uart/src/hal_entry.c | 22 +- .../app_primary_uart/src/header.h | 22 +- .../app_primary_uart/src/menu.c | 22 +- .../app_primary_uart/src/menu.h | 22 +- .../app_primary_uart/src/xmodem.c | 22 +- .../app_primary_uart/src/xmodem.h | 22 +- .../app_primary_usb/.cproject | 10 +- .../app_primary_usb/.secure_azone | 183 +- .../app_primary_usb/.secure_xml | 14 +- ...enesas.cdt.ddsc.packs.componentfiles.prefs | 56 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 4 +- .../app_primary_usb/configuration.xml | 90 +- .../app_primary_usb/ra_cfg.txt | 662 +- .../app_primary_usb/script/fsp.ld | 235 +- .../app_primary_usb/src/blinky_thread_entry.c | 22 +- .../app_primary_usb/src/comms.h | 22 +- .../src/downloader_thread_entry.c | 22 +- .../app_primary_usb/src/hal_entry.c | 22 +- .../app_primary_usb/src/header.h | 22 +- .../app_primary_usb/src/menu.c | 22 +- .../app_primary_usb/src/menu.h | 22 +- .../src/r_usb_pcdc_descriptor.c | 22 +- .../app_primary_usb/src/usb_comms.c | 22 +- .../app_primary_usb/src/xmodem.c | 22 +- .../app_primary_usb/src/xmodem.h | 22 +- .../iir_filter_accelerator/.cproject | 124 + .../iir_filter_accelerator/.secure_azone | 79 +- .../iir_filter_accelerator/.secure_xml | 10 +- .../.settings/DebugVirtualConsoleSetting.xml | 1 + .../.settings/IORegisterSetting.xml | 4 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 37 +- .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 +- .../com.renesas.cdt.managedbuild.gnuarm.prefs | 2 +- .../.settings/e2studio_project.prefs | 3 +- .../.settings/language.settings.xml | 4 +- .../org.eclipse.core.resources.prefs | 2 + .../iir_filter_accelerator/JLinkLog.log | 209 + .../iir_filter_accelerator/configuration.xml | 76 +- .../iir_filter_accelerator Debug_Flat.jlink | 11 +- .../iir_filter_accelerator Debug_Flat.launch | 69 +- .../iir_filter_accelerator.hex | 917 +- .../iir_filter_accelerator/ra_cfg.txt | 288 +- .../iir_filter_accelerator/script/fsp.ld | 243 +- .../iir_filter_accelerator/src/common_utils.h | 21 +- .../iir_filter_accelerator/src/hal_entry.c | 71 +- .../iir_filter_accelerator/tools/Hbp.mat | Bin 0 -> 3314 bytes .../tools/IIRFAcoeff.txt | 64 +- .../tools/output_iirfa.bin | Bin 0 -> 16384 bytes .../r11an0756/face_detection/.api_xml | 2 + .../r11an0756/face_detection/.cproject | 4342 ++++ .../r11an0756/face_detection/.project | 46 + .../r11an0756/face_detection/.secure_azone | 169 + .../r11an0756/face_detection/.secure_xml | 217 + .../.settings/CoverageSetting.xml | 7 + .../.settings/DebugVirtualConsoleSetting.xml | 13 + .../.settings/IORegisterSetting.xml | 4 + .../com.renesas.cdt.ddsc.content.prefs | 2 + ....renesas.cdt.ddsc.contentgen.options.prefs | 2 + .../com.renesas.cdt.ddsc.contentgen.prefs | 3 + ...enesas.cdt.ddsc.packs.componentfiles.prefs | 45 + .../com.renesas.cdt.ddsc.settingseditor.prefs | 2 + ...enesas.cdt.ddsc.threads.configurator.prefs | 8 + .../.settings/e2studio_project.prefs | 2 + .../.settings/language.settings.xml | 23 + .../org.eclipse.cdt.codan.core.prefs | 111 + .../.settings/org.eclipse.cdt.core.prefs | 0 .../org.eclipse.cdt.managedbuilder.core.prefs | 11 + .../org.eclipse.core.resources.prefs | 2 + .../build/compile_commands.json | 4387 ++++ .../face_detection/configuration.xml | 1460 ++ .../face_detection Debug_Flat.jlink | 47 + .../face_detection Debug_Flat.launch | 139 + .../r11an0756/face_detection/ra_cfg.txt | 1117 + .../r11an0756/face_detection/script/fsp.lld | 876 + .../src/ai_apps/common/AppContext.hpp | 108 + .../src/ai_apps/common/BaseProcessing.hpp | 67 + .../src/ai_apps/common/DataStructures.hpp | 128 + .../src/ai_apps/common/ImageUtils.cc | 140 + .../src/ai_apps/common/ImageUtils.hpp | 116 + .../face_detection/src/ai_apps/common/Main.cc | 58 + .../src/ai_apps/common/Model.cc | 357 + .../src/ai_apps/common/Model.hpp | 150 + .../src/ai_apps/common/PlatformMath.cc | 313 + .../src/ai_apps/common/PlatformMath.hpp | 185 + .../src/ai_apps/common/TensorFlowLiteMicro.cc | 48 + .../ai_apps/common/TensorFlowLiteMicro.hpp | 94 + .../src/ai_apps/common/UseCaseCommonUtils.cc | 85 + .../src/ai_apps/common/UseCaseCommonUtils.hpp | 84 + .../src/ai_apps/common/log_macros.h | 59 + .../common/tensorflow/lite/builtin_op_data.h | 22 + .../common/tensorflow/lite/builtin_ops.h | 194 + .../tensorflow/lite/c/builtin_op_data.h | 22 + .../common/tensorflow/lite/c/c_api_types.h | 26 + .../ai_apps/common/tensorflow/lite/c/common.h | 43 + .../common/tensorflow/lite/context_util.h | 54 + .../lite/core/api/error_reporter.cc | 38 + .../tensorflow/lite/core/api/error_reporter.h | 72 + .../lite/core/api/flatbuffer_conversions.cc | 2475 ++ .../lite/core/api/flatbuffer_conversions.h | 412 + .../tensorflow/lite/core/api/op_resolver.cc | 68 + .../tensorflow/lite/core/api/op_resolver.h | 140 + .../tensorflow/lite/core/api/tensor_utils.cc | 50 + .../tensorflow/lite/core/api/tensor_utils.h | 28 + .../tensorflow/lite/core/c/builtin_op_data.h | 534 + .../tensorflow/lite/core/c/c_api_types.h | 153 + .../common/tensorflow/lite/core/c/common.cc | 335 + .../common/tensorflow/lite/core/c/common.h | 1142 + .../tensorflow/lite/kernels/internal/common.h | 1227 + .../lite/kernels/internal/compatibility.h | 122 + .../lite/kernels/internal/cppmath.h | 40 + .../tensorflow/lite/kernels/internal/max.h | 35 + .../tensorflow/lite/kernels/internal/min.h | 35 + .../kernels/internal/optimized/neon_check.h | 20 + .../lite/kernels/internal/portable_tensor.h | 122 + .../kernels/internal/portable_tensor_utils.cc | 86 + .../kernels/internal/portable_tensor_utils.h | 623 + .../kernels/internal/quantization_util.cc | 416 + .../lite/kernels/internal/quantization_util.h | 292 + .../lite/kernels/internal/reference/add.h | 400 + .../lite/kernels/internal/reference/add_n.h | 86 + .../kernels/internal/reference/arg_min_max.h | 88 + .../kernels/internal/reference/batch_matmul.h | 275 + .../internal/reference/batch_to_space_nd.h | 101 + .../internal/reference/binary_function.h | 91 + .../internal/reference/broadcast_args.h | 56 + .../kernels/internal/reference/broadcast_to.h | 97 + .../lite/kernels/internal/reference/ceil.h | 37 + .../kernels/internal/reference/comparisons.h | 280 + .../internal/reference/concatenation.h | 141 + .../lite/kernels/internal/reference/conv.h | 287 + .../lite/kernels/internal/reference/cumsum.h | 175 + .../internal/reference/depth_to_space.h | 79 + .../internal/reference/depthwiseconv_float.h | 100 + .../internal/reference/depthwiseconv_uint8.h | 319 + .../kernels/internal/reference/dequantize.h | 78 + .../lite/kernels/internal/reference/div.h | 247 + .../lite/kernels/internal/reference/elu.h | 37 + .../lite/kernels/internal/reference/exp.h | 38 + .../lite/kernels/internal/reference/fill.h | 38 + .../lite/kernels/internal/reference/floor.h | 39 + .../kernels/internal/reference/floor_div.h | 35 + .../kernels/internal/reference/floor_mod.h | 44 + .../internal/reference/fully_connected.h | 323 + .../kernels/internal/reference/hard_swish.h | 168 + .../internal/reference/integer_ops/add.h | 145 + .../internal/reference/integer_ops/conv.h | 254 + .../reference/integer_ops/depthwise_conv.h | 307 + .../reference/integer_ops/fully_connected.h | 216 + .../reference/integer_ops/l2normalization.h | 67 + .../internal/reference/integer_ops/logistic.h | 121 + .../internal/reference/integer_ops/mean.h | 79 + .../internal/reference/integer_ops/mul.h | 133 + .../internal/reference/integer_ops/pooling.h | 264 + .../internal/reference/integer_ops/tanh.h | 117 + .../reference/integer_ops/transpose_conv.h | 224 + .../internal/reference/l2normalization.h | 90 + .../kernels/internal/reference/leaky_relu.h | 69 + .../kernels/internal/reference/log_softmax.h | 256 + .../kernels/internal/reference/logistic.h | 132 + .../kernels/internal/reference/lstm_cell.h | 422 + .../internal/reference/maximum_minimum.h | 64 + .../lite/kernels/internal/reference/mul.h | 214 + .../lite/kernels/internal/reference/neg.h | 37 + .../lite/kernels/internal/reference/pad.h | 169 + .../lite/kernels/internal/reference/pooling.h | 303 + .../reference/portable_tensor_utils.cc | 809 + .../reference/portable_tensor_utils.h | 333 + .../reference/portable_tensor_utils_impl.h | 244 + .../lite/kernels/internal/reference/prelu.h | 111 + .../reference/process_broadcast_shapes.h | 140 + .../kernels/internal/reference/quantize.h | 89 + .../lite/kernels/internal/reference/reduce.h | 526 + .../kernels/internal/reference/requantize.h | 70 + .../internal/reference/resize_bilinear.h | 228 + .../reference/resize_nearest_neighbor.h | 102 + .../lite/kernels/internal/reference/round.h | 51 + .../lite/kernels/internal/reference/select.h | 151 + .../lite/kernels/internal/reference/slice.h | 80 + .../lite/kernels/internal/reference/softmax.h | 233 + .../internal/reference/space_to_batch_nd.h | 109 + .../internal/reference/space_to_depth.h | 80 + .../internal/reference/strided_slice.h | 147 + .../lite/kernels/internal/reference/sub.h | 479 + .../lite/kernels/internal/reference/tanh.h | 129 + .../kernels/internal/reference/transpose.h | 203 + .../internal/reference/transpose_conv.h | 225 + .../lite/kernels/internal/runtime_shape.h | 159 + .../kernels/internal/strided_slice_logic.h | 274 + .../lite/kernels/internal/tensor_ctypes.h | 47 + .../lite/kernels/internal/tensor_utils.cc | 25 + .../tensorflow/lite/kernels/internal/types.h | 1067 + .../tensorflow/lite/kernels/kernel_util.cc | 594 + .../tensorflow/lite/kernels/kernel_util.h | 330 + .../tensorflow/lite/kernels/op_macros.h | 38 + .../common/tensorflow/lite/kernels/padding.h | 115 + .../tensorflow/lite/micro/all_ops_resolver.cc | 123 + .../tensorflow/lite/micro/all_ops_resolver.h | 38 + .../micro/arena_allocator/ibuffer_allocator.h | 100 + .../non_persistent_arena_buffer_allocator.cc | 170 + .../non_persistent_arena_buffer_allocator.h | 104 + .../persistent_arena_buffer_allocator.cc | 52 + .../persistent_arena_buffer_allocator.h | 58 + ...recording_single_arena_buffer_allocator.cc | 85 + .../recording_single_arena_buffer_allocator.h | 63 + .../single_arena_buffer_allocator.cc | 199 + .../single_arena_buffer_allocator.h | 144 + .../tensorflow/lite/micro/compatibility.h | 32 + .../common/tensorflow/lite/micro/debug_log.cc | 50 + .../common/tensorflow/lite/micro/debug_log.h | 31 + .../lite/micro/fake_micro_context.cc | 106 + .../lite/micro/fake_micro_context.h | 56 + .../tensorflow/lite/micro/flatbuffer_utils.cc | 84 + .../tensorflow/lite/micro/flatbuffer_utils.h | 65 + .../lite/micro/kernels/activation_utils.h | 57 + .../lite/micro/kernels/activations.cc | 120 + .../lite/micro/kernels/activations.h | 63 + .../lite/micro/kernels/activations_common.cc | 158 + .../tensorflow/lite/micro/kernels/add.h | 77 + .../lite/micro/kernels/add_common.cc | 106 + .../tensorflow/lite/micro/kernels/add_n.cc | 215 + .../lite/micro/kernels/arg_min_max.cc | 116 + .../lite/micro/kernels/assign_variable.cc | 101 + .../lite/micro/kernels/batch_to_space_nd.cc | 112 + .../lite/micro/kernels/broadcast_args.cc | 91 + .../lite/micro/kernels/broadcast_to.cc | 123 + .../lite/micro/kernels/call_once.cc | 88 + .../tensorflow/lite/micro/kernels/cast.cc | 114 + .../tensorflow/lite/micro/kernels/ceil.cc | 75 + .../lite/micro/kernels/circular_buffer.cc | 117 + .../lite/micro/kernels/circular_buffer.h | 48 + .../micro/kernels/circular_buffer_common.cc | 97 + ...rcular_buffer_flexbuffers_generated_data.h | 22 + .../lite/micro/kernels/cmsis_nn/add.cc | 371 + .../lite/micro/kernels/cmsis_nn/conv.cc | 495 + .../micro/kernels/cmsis_nn/depthwise_conv.cc | 460 + .../micro/kernels/cmsis_nn/fully_connected.cc | 444 + .../lite/micro/kernels/cmsis_nn/mul.cc | 133 + .../lite/micro/kernels/cmsis_nn/pooling.cc | 300 + .../lite/micro/kernels/cmsis_nn/softmax.cc | 209 + .../lite/micro/kernels/cmsis_nn/svdf.cc | 224 + .../lite/micro/kernels/comparisons.cc | 618 + .../lite/micro/kernels/concatenation.cc | 263 + .../tensorflow/lite/micro/kernels/conv.h | 116 + .../lite/micro/kernels/conv_common.cc | 202 + .../tensorflow/lite/micro/kernels/conv_test.h | 115 + .../tensorflow/lite/micro/kernels/cumsum.cc | 175 + .../lite/micro/kernels/depth_to_space.cc | 142 + .../lite/micro/kernels/depthwise_conv.h | 80 + .../micro/kernels/depthwise_conv_common.cc | 211 + .../lite/micro/kernels/dequantize.cc | 88 + .../lite/micro/kernels/dequantize.h | 38 + .../lite/micro/kernels/dequantize_common.cc | 67 + .../micro/kernels/detection_postprocess.cc | 807 + ...n_postprocess_flexbuffers_generated_data.h | 25 + .../tensorflow/lite/micro/kernels/div.cc | 208 + .../lite/micro/kernels/elementwise.cc | 430 + .../tensorflow/lite/micro/kernels/elu.cc | 151 + .../tensorflow/lite/micro/kernels/ethosu.cc | 27 + .../tensorflow/lite/micro/kernels/ethosu.h | 28 + .../tensorflow/lite/micro/kernels/exp.cc | 79 + .../lite/micro/kernels/expand_dims.cc | 149 + .../tensorflow/lite/micro/kernels/fill.cc | 140 + .../tensorflow/lite/micro/kernels/floor.cc | 50 + .../lite/micro/kernels/floor_div.cc | 130 + .../lite/micro/kernels/floor_mod.cc | 128 + .../lite/micro/kernels/fully_connected.h | 112 + .../micro/kernels/fully_connected_common.cc | 83 + .../tensorflow/lite/micro/kernels/gather.cc | 224 + .../lite/micro/kernels/gather_nd.cc | 205 + .../lite/micro/kernels/hard_swish.cc | 75 + .../lite/micro/kernels/hard_swish.h | 30 + .../lite/micro/kernels/hard_swish_common.cc | 86 + .../tensorflow/lite/micro/kernels/if.cc | 121 + .../lite/micro/kernels/kernel_runner.cc | 121 + .../lite/micro/kernels/kernel_runner.h | 81 + .../lite/micro/kernels/kernel_util.cc | 260 + .../lite/micro/kernels/kernel_util.h | 137 + .../lite/micro/kernels/l2_pool_2d.cc | 142 + .../tensorflow/lite/micro/kernels/l2norm.cc | 148 + .../lite/micro/kernels/leaky_relu.cc | 95 + .../lite/micro/kernels/leaky_relu.h | 43 + .../lite/micro/kernels/leaky_relu_common.cc | 79 + .../lite/micro/kernels/log_softmax.cc | 148 + .../tensorflow/lite/micro/kernels/logical.cc | 44 + .../tensorflow/lite/micro/kernels/logical.h | 35 + .../lite/micro/kernels/logical_common.cc | 63 + .../tensorflow/lite/micro/kernels/logistic.cc | 111 + .../tensorflow/lite/micro/kernels/logistic.h | 42 + .../lite/micro/kernels/logistic_common.cc | 119 + .../lite/micro/kernels/lstm_eval.cc | 1459 ++ .../tensorflow/lite/micro/kernels/lstm_eval.h | 315 + .../lite/micro/kernels/lstm_shared.h | 67 + .../lite/micro/kernels/maximum_minimum.cc | 132 + .../tensorflow/lite/micro/kernels/micro_ops.h | 135 + .../lite/micro/kernels/micro_tensor_utils.cc | 67 + .../lite/micro/kernels/micro_tensor_utils.h | 56 + .../lite/micro/kernels/micro_utils.h | 40 + .../lite/micro/kernels/mirror_pad.cc | 215 + .../tensorflow/lite/micro/kernels/mul.h | 74 + .../lite/micro/kernels/mul_common.cc | 184 + .../tensorflow/lite/micro/kernels/neg.cc | 60 + .../tensorflow/lite/micro/kernels/pack.cc | 117 + .../tensorflow/lite/micro/kernels/pad.cc | 230 + .../tensorflow/lite/micro/kernels/pad.h | 27 + .../tensorflow/lite/micro/kernels/pooling.h | 85 + .../lite/micro/kernels/pooling_common.cc | 170 + .../tensorflow/lite/micro/kernels/prelu.cc | 75 + .../tensorflow/lite/micro/kernels/prelu.h | 39 + .../lite/micro/kernels/prelu_common.cc | 105 + .../tensorflow/lite/micro/kernels/quantize.cc | 41 + .../tensorflow/lite/micro/kernels/quantize.h | 37 + .../lite/micro/kernels/quantize_common.cc | 239 + .../lite/micro/kernels/read_variable.cc | 87 + .../tensorflow/lite/micro/kernels/reduce.cc | 72 + .../tensorflow/lite/micro/kernels/reduce.h | 65 + .../lite/micro/kernels/reduce_common.cc | 362 + .../tensorflow/lite/micro/kernels/reshape.cc | 118 + .../lite/micro/kernels/resize_bilinear.cc | 116 + .../micro/kernels/resize_nearest_neighbor.cc | 126 + .../tensorflow/lite/micro/kernels/round.cc | 76 + .../tensorflow/lite/micro/kernels/select.cc | 197 + .../tensorflow/lite/micro/kernels/shape.cc | 67 + .../tensorflow/lite/micro/kernels/slice.cc | 157 + .../tensorflow/lite/micro/kernels/softmax.h | 69 + .../lite/micro/kernels/softmax_common.cc | 168 + .../lite/micro/kernels/space_to_batch_nd.cc | 121 + .../lite/micro/kernels/space_to_depth.cc | 127 + .../tensorflow/lite/micro/kernels/split.cc | 128 + .../tensorflow/lite/micro/kernels/split_v.cc | 130 + .../lite/micro/kernels/squared_difference.cc | 247 + .../tensorflow/lite/micro/kernels/squeeze.cc | 118 + .../lite/micro/kernels/strided_slice.cc | 210 + .../tensorflow/lite/micro/kernels/sub.cc | 168 + .../tensorflow/lite/micro/kernels/sub.h | 60 + .../lite/micro/kernels/sub_common.cc | 109 + .../tensorflow/lite/micro/kernels/svdf.h | 99 + .../lite/micro/kernels/svdf_common.cc | 516 + .../tensorflow/lite/micro/kernels/tanh.cc | 204 + .../lite/micro/kernels/transpose.cc | 122 + .../lite/micro/kernels/transpose_conv.cc | 351 + .../kernels/unidirectional_sequence_lstm.cc | 1387 ++ ...unidirectional_sequence_lstm_test_config.h | 244 + .../tensorflow/lite/micro/kernels/unpack.cc | 112 + .../lite/micro/kernels/var_handle.cc | 93 + .../tensorflow/lite/micro/kernels/while.cc | 133 + .../lite/micro/kernels/zeros_like.cc | 88 + .../tensorflow/lite/micro/memory_helpers.cc | 171 + .../tensorflow/lite/micro/memory_helpers.h | 64 + .../memory_planner/greedy_memory_planner.cc | 448 + .../memory_planner/greedy_memory_planner.h | 166 + .../memory_planner/linear_memory_planner.cc | 53 + .../memory_planner/linear_memory_planner.h | 49 + .../micro/memory_planner/memory_plan_struct.h | 73 + .../memory_planner/micro_memory_planner.h | 91 + .../non_persistent_buffer_planner_shim.cc | 66 + .../non_persistent_buffer_planner_shim.h | 129 + .../lite/micro/micro_allocation_info.cc | 367 + .../lite/micro/micro_allocation_info.h | 138 + .../tensorflow/lite/micro/micro_allocator.cc | 932 + .../tensorflow/lite/micro/micro_allocator.h | 321 + .../lite/micro/micro_arena_constants.h | 28 + .../tensorflow/lite/micro/micro_context.cc | 129 + .../tensorflow/lite/micro/micro_context.h | 161 + .../tensorflow/lite/micro/micro_graph.cc | 248 + .../tensorflow/lite/micro/micro_graph.h | 104 + .../lite/micro/micro_interpreter.cc | 319 + .../tensorflow/lite/micro/micro_interpreter.h | 171 + .../common/tensorflow/lite/micro/micro_log.cc | 47 + .../common/tensorflow/lite/micro/micro_log.h | 44 + .../lite/micro/micro_mutable_op_resolver.h | 644 + .../tensorflow/lite/micro/micro_op_resolver.h | 68 + .../tensorflow/lite/micro/micro_profiler.cc | 115 + .../tensorflow/lite/micro/micro_profiler.h | 140 + .../lite/micro/micro_profiler_interface.h | 38 + .../lite/micro/micro_resource_variable.cc | 148 + .../lite/micro/micro_resource_variable.h | 87 + .../tensorflow/lite/micro/micro_string.cc | 317 + .../tensorflow/lite/micro/micro_string.h | 33 + .../tensorflow/lite/micro/micro_time.cc | 58 + .../common/tensorflow/lite/micro/micro_time.h | 36 + .../tensorflow/lite/micro/micro_utils.cc | 90 + .../tensorflow/lite/micro/micro_utils.h | 162 + .../tensorflow/lite/micro/mock_micro_graph.cc | 66 + .../tensorflow/lite/micro/mock_micro_graph.h | 60 + .../lite/micro/recording_micro_allocator.cc | 250 + .../lite/micro/recording_micro_allocator.h | 124 + .../lite/micro/recording_micro_interpreter.h | 69 + .../tensorflow/lite/micro/system_setup.cc | 25 + .../tensorflow/lite/micro/system_setup.h | 27 + .../lite/micro/test_helper_custom_ops.cc | 112 + .../lite/micro/test_helper_custom_ops.h | 50 + .../tensorflow/lite/micro/test_helpers.cc | 2035 ++ .../tensorflow/lite/micro/test_helpers.h | 319 + .../flatbuffer_conversions_bridge.cc | 34 + .../flatbuffer_conversions_bridge.h | 45 + .../tflite_bridge/micro_error_reporter.cc | 43 + .../tflite_bridge/micro_error_reporter.h | 38 + .../micro/tflite_bridge/op_resolver_bridge.cc | 32 + .../micro/tflite_bridge/op_resolver_bridge.h | 38 + .../lite/portable_type_to_tflitetype.h | 75 + .../tensorflow/lite/schema/schema_generated.h | 20153 ++++++++++++++++ .../tensorflow/lite/schema/schema_utils.cc | 62 + .../tensorflow/lite/schema/schema_utils.h | 33 + .../third_party/flatbuffers/LICENSE.txt | 202 + .../include/flatbuffers/allocator.h | 68 + .../flatbuffers/include/flatbuffers/array.h | 243 + .../flatbuffers/include/flatbuffers/base.h | 496 + .../flatbuffers/include/flatbuffers/buffer.h | 142 + .../include/flatbuffers/buffer_ref.h | 53 + .../include/flatbuffers/default_allocator.h | 58 + .../include/flatbuffers/detached_buffer.h | 114 + .../include/flatbuffers/flatbuffer_builder.h | 1214 + .../include/flatbuffers/flatbuffers.h | 270 + .../include/flatbuffers/flexbuffers.h | 1902 ++ .../include/flatbuffers/stl_emulation.h | 508 + .../flatbuffers/include/flatbuffers/string.h | 64 + .../flatbuffers/include/flatbuffers/struct.h | 53 + .../flatbuffers/include/flatbuffers/table.h | 168 + .../flatbuffers/include/flatbuffers/util.h | 725 + .../flatbuffers/include/flatbuffers/vector.h | 389 + .../include/flatbuffers/vector_downward.h | 271 + .../include/flatbuffers/verifier.h | 304 + .../common/third_party/gemmlowp/LICENSE | 202 + .../gemmlowp/fixedpoint/fixedpoint.h | 900 + .../gemmlowp/fixedpoint/fixedpoint_neon.h | 331 + .../gemmlowp/fixedpoint/fixedpoint_sse.h | 384 + .../gemmlowp/internal/detect_platform.h | 166 + .../common/third_party/kissfft/COPYING | 11 + .../third_party/kissfft/_kiss_fft_guts.h | 168 + .../common/third_party/kissfft/kiss_fft.c | 408 + .../common/third_party/kissfft/kiss_fft.h | 124 + .../third_party/kissfft/tools/kiss_fftr.c | 159 + .../third_party/kissfft/tools/kiss_fftr.h | 46 + .../ruy/ruy/profiler/instrumentation.h | 203 + .../face_detection/DetectionResult.hpp | 61 + .../face_detection/DetectorPostProcessing.cc | 247 + .../face_detection/DetectorPostProcessing.hpp | 127 + .../face_detection/DetectorPreProcessing.cc | 55 + .../face_detection/DetectorPreProcessing.hpp | 60 + .../ai_apps/face_detection/MainLoop_obj.cc | 90 + .../face_detection/UseCaseHandler_obj.cc | 145 + .../face_detection/UseCaseHandler_obj.hpp | 38 + .../face_detection/YoloFastestModel.cc | 46 + .../face_detection/YoloFastestModel.hpp | 60 + .../yolo-fastest_192_face_v4.tflite.cc | 16000 ++++++++++++ .../face_detection/src/ai_thread_entry.c | 137 + .../src/camera/ceu_ctl_and_data_processing.c | 213 + .../src/camera/ceu_ctl_and_data_processing.h | 49 + .../face_detection/src/camera/ov3640.c | 249 + .../face_detection/src/camera/ov3640.h | 41 + .../face_detection/src/common_util.c | 236 + .../face_detection/src/common_util.h | 119 + .../face_detection/src/display_thread_entry.c | 101 + .../r11an0756/face_detection/src/dwt/dwt.c | 60 + .../r11an0756/face_detection/src/dwt/dwt.h | 31 + .../src/graphics/bg_font_18_full.c | 499 + .../src/graphics/bg_font_18_full.h | 21 + .../src/graphics/face_detection_screen_mipi.c | 336 + .../face_detection/src/graphics/graphics.c | 234 + .../face_detection/src/graphics/graphics.h | 52 + .../r11an0756/face_detection/src/hal_entry.c | 42 + .../src/jlink_console/jlink_console.c | 196 + .../src/jlink_console/jlink_console.h | 39 + .../src/mipi_display/display_mipi.c | 340 + .../src/mipi_display/display_mipi.h | 22 + .../src/common_definitions.h | 22 +- .../blinky_crc_boot_ra8m1/src/hal_entry.c | 22 +- .../blinky_crc_boot_ra8m1/src/jlink_console.c | 22 +- .../blinky_hmac_boot_ra8m1/src/hal_entry.c | 22 +- .../src/jlink_console.c | 22 +- .../src/hal_entry.c | 22 +- .../src/hal_entry.c | 22 +- .../common/api/framedProtocolCommon.h | 21 +- .../common/crypto/api/crypto.h | 17 +- .../common/crypto/api/cryptoTypes.h | 17 +- .../common/crypto/api/crypto_cfg.h | 19 +- .../common/src/framedProtocolCommon.c | 21 +- .../src/framedProtocolTarget.h | 21 +- .../src/main_thread_entry.c | 21 +- .../ra_device_id_ra6m4_ns/src/usb_pcdc_desc.h | 21 +- .../commonSrc/api/framedProtocolCommon.h | 21 +- .../commonSrc/crypto/api/crypto.h | 17 +- .../commonSrc/crypto/api/cryptoTypes.h | 17 +- .../commonSrc/crypto/api/crypto_cfg.h | 19 +- .../commonSrc/src/framedProtocolCommon.c | 21 +- .../embeddedCommon/api/common_util.h | 21 +- .../embeddedCommon/api/cryptoTypes.h | 21 +- .../embeddedCommon/api/flash.h | 21 +- .../embeddedCommon/api/hwWrappedKey.h | 21 +- .../embeddedCommon/api/user_cfg.h | 21 +- .../embeddedCommon/src/flash.c | 21 +- .../embeddedCommon/src/framedProtocolTarget.c | 21 +- .../embeddedCommon/src/itm_write.c | 21 +- .../src/framedProtocolTarget.h | 21 +- .../ra_device_id_ra6m4_s/src/hwWrappedKey.c | 21 +- .../embedded/common/api/common_util.h | 21 +- .../embedded/common/api/cryptoTypes.h | 21 +- .../embedded/common/api/flash.h | 21 +- .../embedded/common/api/hwWrappedKey.h | 21 +- .../embedded/common/api/user_cfg.h | 21 +- .../embedded/common/src/flash.c | 21 +- .../common/src/framedProtocolTarget.c | 21 +- .../embedded/common/src/itm_write.c | 21 +- .../pc/apps/deploy/deploy/CertAuth.cpp | 27 +- .../pc/apps/deploy/deploy/CertAuth.h | 27 +- .../pc/apps/deploy/deploy/deploy.cpp | 19 +- .../pc/apps/deploy/deploy/util.cpp | 31 +- .../pc/apps/deploy/deploy/util.h | 27 +- .../pc/common/api/framedProtocolHost.h | 17 +- .../pc/common/api/serial.h | 17 +- .../genRandomBuffer/genRandomBuffer.cpp | 17 +- .../genRandomSrec/genRandomSrec.cpp | 17 +- .../build/testKeyDb/testKeyDb/testKeyDb.cpp | 17 +- .../testPullRequest/testPullRequest.cpp | 17 +- .../build/testSrec/testSrec/testSrec.cpp | 17 +- .../pc/common/src/framedProtocolHost.cpp | 17 +- .../pc/common/src/serial.cpp | 17 +- .../src/app_definitions.h | 21 +- .../src/common_utils.h | 21 +- .../src/flash_access_ns.c | 21 +- .../src/flash_access_ns.h | 21 +- .../src/hal_entry.c | 21 +- .../src/fault_handling_system_reset.c | 21 +- .../src/fault_handling_system_reset.h | 21 +- .../src/app_definitions.h | 22 +- .../src/common_utils.h | 21 +- .../src/hal_entry.c | 21 +- .../src/sensor_algorithm_nsc.h | 21 +- .../src/hal_entry.c | 21 +- .../src/sensor_algorithm_nsc.h | 21 +- .../src/hal_entry.c | 21 +- .../src/sensor_algorithm_nsc.c | 21 +- .../src/sensor_algorithm_nsc.h | 21 +- 2596 files changed, 328688 insertions(+), 41835 deletions(-) create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/R7FA6M5BH3CFC.pincfg create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.jlink rename application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/{AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 Debug_Flat.launch => aws_ck_ra6m5_cellular_app.elf.launch} (64%) create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/RA_ICM20948.c create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/RA_ICP10101.c create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/icm.h create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/icp.h delete mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/ob1203_bio/OB1203/OB1203.c delete mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/ob1203_bio/OB1203/OB1203.h create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/ob1203_bio/ob1203_bio.c create mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/ob1203_bio/ob1203_bio.h delete mode 100644 application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/src/oximstruct.h delete mode 100644 application_projects/r01an5402/ble_azurertos_ek_ra4w1/qe_gen/ble/app_main.c.bak create mode 100644 application_projects/r01an5865/ra_arm_dsp_examples_ek_ra2e1/.settings/e2studio_project.prefs create mode 100644 application_projects/r01an5865/ra_arm_dsp_examples_ek_ra2e1/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r01an5865/ra_arm_dsp_examples_ek_ra6m4/.settings/e2studio_project.prefs create mode 100644 application_projects/r01an5865/ra_arm_dsp_examples_ek_ra6m4/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r01an5865/ra_arm_dsp_examples_ek_ra6m4/script/memory_regions.ld create mode 100644 application_projects/r01an6848/adc_12bit_sar_ra6t2/.api_xml create mode 100644 application_projects/r01an6848/adc_12bit_sar_ra6t2/.secure_azone create mode 100644 application_projects/r01an6848/adc_12bit_sar_ra6t2/.secure_xml create mode 100644 application_projects/r01an6848/adc_16bit_oversampling_ra6t2/.api_xml create mode 100644 application_projects/r01an6848/adc_16bit_oversampling_ra6t2/.secure_azone create mode 100644 application_projects/r01an6848/adc_16bit_oversampling_ra6t2/.secure_xml create mode 100644 application_projects/r11an0416/embedded/reset_ek_ra6m3/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0416/embedded/secure_data_at_rest_ek_ra6m3/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0416/pc program/final_program_installer_script/deploy_app.bat create mode 100644 application_projects/r11an0416/reset_scripts/osis_id_resetting_script/ID_Code_ERASEALL_RA6M3.bat create mode 100644 application_projects/r11an0416/reset_scripts/smpu_aws_reset_script/RA6M3_ERASE_SMPU_AWS.bat create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.api_xml create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.secure_azone create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.secure_xml create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_ns/JLinkLog.log create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_s/.core_xml create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_s/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_s/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_s/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0468/securing_data_at_rest_ek_ra6m4_s/script/memory_regions.ld create mode 100644 application_projects/r11an0496/rfp_resources_ra6m4/R7FA6M4AF3CFB.fcf create mode 100644 application_projects/r11an0496/rfp_resources_ra6m4/ra6m4_secure_key_inject.rpj create mode 100644 application_projects/r11an0496/rfp_resources_ra6m4/user_keys/AES256.rkey create mode 100644 application_projects/r11an0496/rfp_resources_ra6m4/user_keys/ECC_Public_Key.rkey create mode 100644 application_projects/r11an0496/rfp_resources_ra6m4/user_keys/KUK.rkey create mode 100644 application_projects/r11an0496/secure_key_inject_update_ra6m4/secure_key_inject_update_ra6m4_ns/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.api_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.secure_azone create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.secure_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/JLinkLog.log delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_primary/build/compile_commands.json create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/.api_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/.secure_azone create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/.secure_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/JLinkLog.log delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/build/compile_commands.json delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/memory_regions.ld delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/blinky_secondary/ra_cfg.txt create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.api_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.secure_azone create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.secure_xml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/build/compile_commands.json create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bench.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_record.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_status.h rename application_projects/r11an0516/{overwrite_no_signature => direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/bootutil.h (79%) create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_test.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/caps.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_ctr.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_kw.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_p256.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_x25519.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdsa_p256.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/hmac_sha256.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/sha256.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key_public.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening_delay_rng.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h rename application_projects/r11an0516/{overwrite_no_signature => direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/image.h (97%) create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/mcuboot_status.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ramload.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/security_cnt.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/sign_key.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/boot_record.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/caps.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/encrypted.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening_delay_rng_mbedtls.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec256.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ed25519.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/image_rsa.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/image_validate.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/loader.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_misc.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_move.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_priv.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_scratch.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/Makefile create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/aes.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cbc_mode.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ccm_mode.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cmac_mode.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/constants.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_mode.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_prng.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dh.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dsa.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_platform_specific.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/gcm_mode.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac_prng.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/sha256.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/utils.h create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/pkg.yml create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_decrypt.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_encrypt.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cbc_mode.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ccm_mode.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cmac_mode.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_mode.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_prng.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dh.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dsa.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_platform_specific.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/gcm_mode.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac_prng.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/sha256.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/utils.c create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/assemble.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/flash.sh create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/gdb-boot.sh create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool.nix create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__init__.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/boot_record.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/image.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/main.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/version.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/boot_record.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/image.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__init__.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ecdsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ed25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/general.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/privatebytes.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/rsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/x25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa_test.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519_test.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/general.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/privatebytes.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa_test.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/keys/x25519.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/main.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/imgtool/version.py create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/jgdb.sh create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/jl.sh create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/mcubin.bt create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/requirements.txt create mode 100644 application_projects/r11an0516/direct_xip_no_signature/ra_mcuboot_ra2e1_dxip/ra/mcu-tools/MCUboot/scripts/setup.py delete mode 100644 application_projects/r11an0516/direct_xip_no_signature/readme_direct_xip_no_signature.txt create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/.api_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/JLinkLog.log delete mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky/build/compile_commands.json create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.api_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.settings/CoverageSetting.xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.settings/DebugVirtualConsoleSetting.xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.settings/IORegisterSetting.xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/JLinkLog.log delete mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/R7FA2E1A92DFM.pincfg rename application_projects/r11an0516/{direct_xip_no_signature/blinky_secondary/blinky_primary Debug_Flat.jlink => overwrite_no_signature/blinky_new/blinky Debug_Flat.jlink} (91%) create mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/build/compile_commands.json delete mode 100644 application_projects/r11an0516/overwrite_no_signature/blinky_new/ra_cfg.txt create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/.api_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/build/compile_commands.json create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bench.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_record.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_status.h rename application_projects/r11an0516/{overwrite_with_signature => overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/bootutil.h (79%) create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_test.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/caps.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_ctr.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_kw.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_p256.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_x25519.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdsa_p256.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/hmac_sha256.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/sha256.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key_public.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening_delay_rng.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/image.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/mcuboot_status.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ramload.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/security_cnt.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/sign_key.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/boot_record.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/caps.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/encrypted.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening_delay_rng_mbedtls.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec256.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ed25519.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/image_rsa.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/image_validate.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/loader.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_misc.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_move.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_priv.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_scratch.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/Makefile create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/aes.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cbc_mode.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ccm_mode.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cmac_mode.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/constants.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_mode.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_prng.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dh.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dsa.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_platform_specific.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/gcm_mode.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac_prng.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/sha256.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/utils.h create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/pkg.yml create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_decrypt.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_encrypt.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cbc_mode.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ccm_mode.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cmac_mode.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_mode.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_prng.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dh.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dsa.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_platform_specific.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/gcm_mode.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac_prng.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/sha256.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/utils.c create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/assemble.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/flash.sh create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/gdb-boot.sh create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool.nix create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__init__.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/boot_record.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/image.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/main.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/version.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/boot_record.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/image.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__init__.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ecdsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ed25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/general.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/privatebytes.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/rsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/x25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa_test.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519_test.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/general.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/privatebytes.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa_test.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/keys/x25519.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/main.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/imgtool/version.py create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/jgdb.sh create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/jl.sh create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/mcubin.bt create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/requirements.txt create mode 100644 application_projects/r11an0516/overwrite_no_signature/ra_mcuboot_ra2e1/ra/mcu-tools/MCUboot/scripts/setup.py delete mode 100644 application_projects/r11an0516/overwrite_no_signature/readme_overwrite_no_signature.txt create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/.api_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs rename application_projects/{cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio => r11an0516/overwrite_with_signature/blinky_with_signature}/.settings/e2studio_project.prefs (57%) create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/JLinkLog.log delete mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature/build/compile_commands.json create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.api_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/CoverageSetting.xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/DebugVirtualConsoleSetting.xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/IORegisterSetting.xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/JLinkLog.log delete mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/R7FA2E1A92DFM.pincfg rename application_projects/{cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 Debug_Flat.jlink => r11an0516/overwrite_with_signature/blinky_with_signature_new/blinky_with_signature Debug_Flat.jlink} (91%) create mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/build/compile_commands.json delete mode 100644 application_projects/r11an0516/overwrite_with_signature/blinky_with_signature_new/ra_cfg.txt delete mode 100644 application_projects/r11an0516/overwrite_with_signature/image.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/.api_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/.secure_azone create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/.secure_xml create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/build/compile_commands.json create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bench.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_record.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_status.h rename application_projects/r11an0516/{swap_no_signature => overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/bootutil.h (79%) create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_test.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/caps.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_ctr.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_kw.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_p256.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_x25519.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdsa_p256.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/hmac_sha256.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/sha256.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key_public.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening_delay_rng.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h rename application_projects/r11an0516/{swap_with_signature => overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/image.h (96%) create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/mcuboot_status.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ramload.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/security_cnt.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/sign_key.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/boot_record.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/caps.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/encrypted.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening_delay_rng_mbedtls.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec256.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ed25519.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_rsa.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_validate.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/loader.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_misc.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_move.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_priv.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_scratch.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/enc-ec256-priv.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/enc-ec256-pub.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/enc-rsa2048-priv.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/enc-rsa2048-pub.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/common.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/asn1.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/bignum.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/bn_mul.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/build_info.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/check_config.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/ecdsa.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/ecp.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/error.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/mbedtls_config.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/md.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/oid.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/pk.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/platform.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/platform_util.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/private_access.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/rsa.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/threading.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/src/asn1parse.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/src/platform_util.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/Makefile create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/aes.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cbc_mode.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ccm_mode.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cmac_mode.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/constants.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_mode.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_prng.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dh.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dsa.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_platform_specific.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/gcm_mode.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac_prng.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/sha256.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/utils.h create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/pkg.yml create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_decrypt.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_encrypt.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cbc_mode.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ccm_mode.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cmac_mode.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_mode.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_prng.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dh.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dsa.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_platform_specific.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/gcm_mode.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac_prng.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/sha256.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/utils.c create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/root-ec-p256.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/root-rsa-2048.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/root-rsa-3072.pem create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/assemble.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/flash.sh create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/gdb-boot.sh create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool.nix create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__init__.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/boot_record.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/image.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/main.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/version.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/boot_record.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/image.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__init__.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ecdsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ed25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/general.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/privatebytes.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/rsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/x25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa_test.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519_test.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/general.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/privatebytes.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa_test.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/x25519.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/main.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/version.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/jgdb.sh create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/jl.sh create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/mcubin.bt create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/requirements.txt create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/scripts/setup.py create mode 100644 application_projects/r11an0516/overwrite_with_signature/ra_mcuboot_ra2e1_overwrite_with_signature/ra/mcu-tools/MCUboot/sim/mcuboot-sys/csupport/keys.c delete mode 100644 application_projects/r11an0516/overwrite_with_signature/readme_overwrite_with_signature.txt create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.api_xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.secure_azone create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.secure_xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/JLinkLog.log delete mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap/build/compile_commands.json create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.api_xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.secure_azone create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.secure_xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.settings/CoverageSetting.xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.settings/DebugVirtualConsoleSetting.xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.settings/IORegisterSetting.xml create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/JLinkLog.log delete mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/blinky_swap Debug_Flat.jlink create mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/build/compile_commands.json delete mode 100644 application_projects/r11an0516/swap_no_signature/blinky_swap_new/ra_cfg.txt create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/.api_xml create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/.secure_azone create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/.secure_xml create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/build/compile_commands.json create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bench.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_record.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_status.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_test.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/caps.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_ctr.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_kw.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_p256.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_x25519.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdsa_p256.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/hmac_sha256.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/sha256.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key_public.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening_delay_rng.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/image.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/mcuboot_status.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ramload.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/security_cnt.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/sign_key.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/boot_record.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/caps.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/encrypted.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening_delay_rng_mbedtls.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec256.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ed25519.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/image_rsa.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/image_validate.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/loader.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_misc.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_move.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_priv.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_scratch.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/Makefile create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/aes.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cbc_mode.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ccm_mode.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cmac_mode.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/constants.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_mode.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_prng.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dh.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dsa.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_platform_specific.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/gcm_mode.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac_prng.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/sha256.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/utils.h create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/pkg.yml create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_decrypt.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_encrypt.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cbc_mode.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ccm_mode.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cmac_mode.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_mode.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_prng.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dh.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dsa.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_platform_specific.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/gcm_mode.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac_prng.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/sha256.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/utils.c create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/assemble.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/flash.sh create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/gdb-boot.sh create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool.nix create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__init__.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/boot_record.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/image.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/main.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/version.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/boot_record.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/image.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__init__.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ecdsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ed25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/general.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/privatebytes.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/rsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/x25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa_test.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519_test.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/general.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/privatebytes.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa_test.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/keys/x25519.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/main.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/imgtool/version.py create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/jgdb.sh create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/jl.sh create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/mcubin.bt create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/requirements.txt create mode 100644 application_projects/r11an0516/swap_no_signature/ra_mcuboot_ra2e1_swap/ra/mcu-tools/MCUboot/scripts/setup.py delete mode 100644 application_projects/r11an0516/swap_no_signature/readme_swap_no_signature.txt create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.api_xml create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.secure_azone create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.secure_xml create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/JLinkLog.log delete mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature/build/compile_commands.json create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.api_xml create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.secure_azone create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.secure_xml create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/JLinkLog.log delete mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/blinky_swap_with_signature Debug_Flat.jlink create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/build/compile_commands.json create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h rename application_projects/r11an0516/{direct_xip_no_signature => swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/bootutil.h (80%) create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h rename application_projects/r11an0516/{swap_no_signature => swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/image.h (97%) create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/swap_with_signature/blinky_swap_with_signature_new/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c delete mode 100644 application_projects/r11an0516/swap_with_signature/bootutil.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/.api_xml create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/.secure_azone create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/.secure_xml create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/.settings/org.eclipse.core.resources.prefs delete mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/R7FA2E1A92DFM.pincfg create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/build/compile_commands.json create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bench.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_hooks.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_public_hooks.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_record.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/boot_status.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_log.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_public.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/bootutil_test.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/caps.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_ctr.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/aes_kw.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/common.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_p256.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdh_x25519.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/ecdsa_p256.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/hmac_sha256.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/crypto/sha256.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/enc_key_public.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/fault_injection_hardening_delay_rng.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ignore.h rename application_projects/r11an0516/{direct_xip_no_signature => swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil}/image.h (96%) create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/mcuboot_status.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/ramload.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/security_cnt.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/include/bootutil/sign_key.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/boot_record.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_misc.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_priv.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/bootutil_public.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/caps.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/encrypted.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/fault_injection_hardening_delay_rng_mbedtls.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ec256.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_ed25519.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_rsa.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/image_validate.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/loader.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_misc.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_move.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_priv.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/swap_scratch.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/boot/bootutil/src/tlv.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/enc-ec256-priv.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/enc-ec256-pub.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/enc-rsa2048-priv.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/enc-rsa2048-pub.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/common.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/asn1.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/bignum.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/bn_mul.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/build_info.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/check_config.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/ecdsa.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/ecp.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/error.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/mbedtls_config.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/md.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/oid.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/pk.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/platform.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/platform_util.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/private_access.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/rsa.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/include/mbedtls/threading.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/src/asn1parse.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/mbedtls-asn1/src/platform_util.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/Makefile create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/aes.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cbc_mode.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ccm_mode.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/cmac_mode.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/constants.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_mode.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ctr_prng.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dh.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_dsa.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/ecc_platform_specific.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/gcm_mode.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/hmac_prng.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/sha256.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/include/tinycrypt/utils.h create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/pkg.yml create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_decrypt.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/aes_encrypt.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cbc_mode.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ccm_mode.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/cmac_mode.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_mode.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ctr_prng.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dh.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_dsa.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/ecc_platform_specific.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/gcm_mode.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/hmac_prng.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/sha256.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/ext/tinycrypt/lib/source/utils.c create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/root-ec-p256.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/root-rsa-2048.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/root-rsa-3072.pem create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/assemble.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/flash.sh create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/gdb-boot.sh create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool.nix create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__init__.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/boot_record.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/image.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/main.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/__pycache__/version.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/boot_record.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/image.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__init__.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/__init__.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ecdsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/ed25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/general.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/privatebytes.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/rsa.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/__pycache__/x25519.cpython-312.pyc create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ecdsa_test.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/ed25519_test.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/general.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/privatebytes.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/rsa_test.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/keys/x25519.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/main.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/imgtool/version.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/jgdb.sh create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/jl.sh create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/mcubin.bt create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/requirements.txt create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/scripts/setup.py create mode 100644 application_projects/r11an0516/swap_with_signature/ra_mcuboot_ra2e1_swap_with_signature/ra/mcu-tools/MCUboot/sim/mcuboot-sys/csupport/keys.c delete mode 100644 application_projects/r11an0516/swap_with_signature/readme_swap_with_signature.txt create mode 100644 application_projects/r11an0570/example_projects_with_bootloader/app_primary_uart/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0570/example_projects_with_bootloader/app_primary_usb/.settings/e2studio_project.prefs delete mode 100644 application_projects/r11an0570/example_projects_with_bootloader/app_secondary_usb/script/memory_regions.ld create mode 100644 application_projects/r11an0570/example_projects_with_bootloader/ra_mcuboot_ra6m4_dualbank/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0570/example_projects_without_bootloader/app_primary_uart/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0570/example_projects_without_bootloader/app_primary_usb/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0594/iir_filter_accelerator/.settings/IORegisterSetting.xml create mode 100644 application_projects/r11an0594/iir_filter_accelerator/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0594/iir_filter_accelerator/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0594/iir_filter_accelerator/JLinkLog.log create mode 100644 application_projects/r11an0594/iir_filter_accelerator/tools/Hbp.mat create mode 100644 application_projects/r11an0594/iir_filter_accelerator/tools/output_iirfa.bin create mode 100644 application_projects/r11an0756/face_detection/.api_xml create mode 100644 application_projects/r11an0756/face_detection/.cproject create mode 100644 application_projects/r11an0756/face_detection/.project create mode 100644 application_projects/r11an0756/face_detection/.secure_azone create mode 100644 application_projects/r11an0756/face_detection/.secure_xml create mode 100644 application_projects/r11an0756/face_detection/.settings/CoverageSetting.xml create mode 100644 application_projects/r11an0756/face_detection/.settings/DebugVirtualConsoleSetting.xml create mode 100644 application_projects/r11an0756/face_detection/.settings/IORegisterSetting.xml create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.content.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.contentgen.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.packs.componentfiles.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.settingseditor.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/com.renesas.cdt.ddsc.threads.configurator.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/e2studio_project.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/language.settings.xml create mode 100644 application_projects/r11an0756/face_detection/.settings/org.eclipse.cdt.codan.core.prefs rename application_projects/{cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio => r11an0756/face_detection}/.settings/org.eclipse.cdt.core.prefs (100%) create mode 100644 application_projects/r11an0756/face_detection/.settings/org.eclipse.cdt.managedbuilder.core.prefs create mode 100644 application_projects/r11an0756/face_detection/.settings/org.eclipse.core.resources.prefs create mode 100644 application_projects/r11an0756/face_detection/build/compile_commands.json create mode 100644 application_projects/r11an0756/face_detection/configuration.xml create mode 100644 application_projects/r11an0756/face_detection/face_detection Debug_Flat.jlink create mode 100644 application_projects/r11an0756/face_detection/face_detection Debug_Flat.launch create mode 100644 application_projects/r11an0756/face_detection/ra_cfg.txt create mode 100644 application_projects/r11an0756/face_detection/script/fsp.lld create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/AppContext.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/BaseProcessing.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/DataStructures.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/ImageUtils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/ImageUtils.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/Main.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/Model.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/Model.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/PlatformMath.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/PlatformMath.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/TensorFlowLiteMicro.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/TensorFlowLiteMicro.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/UseCaseCommonUtils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/UseCaseCommonUtils.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/log_macros.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/builtin_op_data.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/builtin_ops.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/c/builtin_op_data.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/c/c_api_types.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/c/common.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/context_util.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/error_reporter.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/error_reporter.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/flatbuffer_conversions.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/flatbuffer_conversions.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/op_resolver.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/op_resolver.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/tensor_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/api/tensor_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/c/builtin_op_data.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/c/c_api_types.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/c/common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/core/c/common.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/common.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/compatibility.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/cppmath.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/max.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/min.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/optimized/neon_check.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/portable_tensor.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/portable_tensor_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/portable_tensor_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/quantization_util.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/quantization_util.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/add.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/add_n.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/arg_min_max.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/batch_matmul.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/binary_function.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/broadcast_args.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/broadcast_to.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/ceil.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/comparisons.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/concatenation.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/cumsum.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/depth_to_space.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/dequantize.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/div.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/elu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/exp.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/fill.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/floor.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/floor_div.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/floor_mod.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/fully_connected.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/hard_swish.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/add.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/l2normalization.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/leaky_relu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/log_softmax.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/logistic.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/lstm_cell.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/maximum_minimum.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/mul.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/neg.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/pad.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/pooling.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/prelu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/quantize.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/reduce.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/requantize.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/resize_bilinear.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/round.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/select.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/slice.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/softmax.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/space_to_depth.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/strided_slice.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/sub.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/tanh.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/transpose.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/reference/transpose_conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/runtime_shape.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/strided_slice_logic.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/tensor_ctypes.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/tensor_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/internal/types.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/kernel_util.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/kernel_util.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/op_macros.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/kernels/padding.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/all_ops_resolver.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/all_ops_resolver.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/compatibility.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/debug_log.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/debug_log.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/fake_micro_context.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/fake_micro_context.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/flatbuffer_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/flatbuffer_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/activation_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/activations.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/activations.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/activations_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/add.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/add_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/add_n.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/arg_min_max.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/assign_variable.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/batch_to_space_nd.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/broadcast_args.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/broadcast_to.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/call_once.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cast.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/ceil.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/circular_buffer.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/circular_buffer.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/circular_buffer_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/circular_buffer_flexbuffers_generated_data.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/add.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/conv.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/depthwise_conv.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/fully_connected.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/mul.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/pooling.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/softmax.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cmsis_nn/svdf.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/comparisons.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/concatenation.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/conv_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/conv_test.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/cumsum.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/depth_to_space.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/depthwise_conv.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/depthwise_conv_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/dequantize.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/dequantize.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/dequantize_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/detection_postprocess.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/detection_postprocess_flexbuffers_generated_data.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/div.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/elementwise.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/elu.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/ethosu.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/ethosu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/exp.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/expand_dims.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/fill.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/floor.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/floor_div.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/floor_mod.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/fully_connected.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/fully_connected_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/gather.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/gather_nd.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/hard_swish.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/hard_swish.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/hard_swish_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/if.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/kernel_runner.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/kernel_runner.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/kernel_util.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/kernel_util.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/l2_pool_2d.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/l2norm.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/leaky_relu.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/leaky_relu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/leaky_relu_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/log_softmax.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logical.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logical.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logical_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logistic.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logistic.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/logistic_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/lstm_eval.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/lstm_eval.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/lstm_shared.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/maximum_minimum.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/micro_ops.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/micro_tensor_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/micro_tensor_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/micro_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/mirror_pad.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/mul.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/mul_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/neg.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/pack.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/pad.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/pad.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/pooling.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/pooling_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/prelu.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/prelu.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/prelu_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/quantize.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/quantize.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/quantize_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/read_variable.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/reduce.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/reduce.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/reduce_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/reshape.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/resize_bilinear.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/round.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/select.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/shape.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/slice.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/softmax.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/softmax_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/space_to_batch_nd.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/space_to_depth.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/split.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/split_v.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/squared_difference.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/squeeze.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/strided_slice.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/sub.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/sub.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/sub_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/svdf.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/svdf_common.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/tanh.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/transpose.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/transpose_conv.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm_test_config.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/unpack.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/var_handle.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/while.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/kernels/zeros_like.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_helpers.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_helpers.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/linear_memory_planner.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/memory_plan_struct.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/micro_memory_planner.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_allocation_info.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_allocation_info.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_arena_constants.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_context.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_context.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_graph.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_graph.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_interpreter.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_interpreter.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_log.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_log.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_mutable_op_resolver.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_op_resolver.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_profiler.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_profiler.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_profiler_interface.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_resource_variable.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_resource_variable.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_string.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_string.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_time.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_time.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/micro_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/mock_micro_graph.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/mock_micro_graph.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/recording_micro_allocator.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/recording_micro_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/recording_micro_interpreter.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/system_setup.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/system_setup.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/test_helper_custom_ops.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/test_helper_custom_ops.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/test_helpers.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/test_helpers.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/op_resolver_bridge.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/micro/tflite_bridge/op_resolver_bridge.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/portable_type_to_tflitetype.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/schema/schema_generated.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/schema/schema_utils.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/tensorflow/lite/schema/schema_utils.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/LICENSE.txt create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/array.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/base.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/buffer.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/buffer_ref.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/default_allocator.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/detached_buffer.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/flatbuffer_builder.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/flatbuffers.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/flexbuffers.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/stl_emulation.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/string.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/struct.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/table.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/util.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/vector.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/vector_downward.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/flatbuffers/include/flatbuffers/verifier.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/gemmlowp/LICENSE create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/gemmlowp/fixedpoint/fixedpoint.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/gemmlowp/internal/detect_platform.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/COPYING create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/_kiss_fft_guts.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/kiss_fft.c create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/kiss_fft.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/tools/kiss_fftr.c create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/kissfft/tools/kiss_fftr.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/common/third_party/ruy/ruy/profiler/instrumentation.h create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/DetectionResult.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/DetectorPostProcessing.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/DetectorPostProcessing.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/DetectorPreProcessing.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/DetectorPreProcessing.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/MainLoop_obj.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/UseCaseHandler_obj.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/UseCaseHandler_obj.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/YoloFastestModel.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/YoloFastestModel.hpp create mode 100644 application_projects/r11an0756/face_detection/src/ai_apps/face_detection/yolo-fastest_192_face_v4.tflite.cc create mode 100644 application_projects/r11an0756/face_detection/src/ai_thread_entry.c create mode 100644 application_projects/r11an0756/face_detection/src/camera/ceu_ctl_and_data_processing.c create mode 100644 application_projects/r11an0756/face_detection/src/camera/ceu_ctl_and_data_processing.h create mode 100644 application_projects/r11an0756/face_detection/src/camera/ov3640.c create mode 100644 application_projects/r11an0756/face_detection/src/camera/ov3640.h create mode 100644 application_projects/r11an0756/face_detection/src/common_util.c create mode 100644 application_projects/r11an0756/face_detection/src/common_util.h create mode 100644 application_projects/r11an0756/face_detection/src/display_thread_entry.c create mode 100644 application_projects/r11an0756/face_detection/src/dwt/dwt.c create mode 100644 application_projects/r11an0756/face_detection/src/dwt/dwt.h create mode 100644 application_projects/r11an0756/face_detection/src/graphics/bg_font_18_full.c create mode 100644 application_projects/r11an0756/face_detection/src/graphics/bg_font_18_full.h create mode 100644 application_projects/r11an0756/face_detection/src/graphics/face_detection_screen_mipi.c create mode 100644 application_projects/r11an0756/face_detection/src/graphics/graphics.c create mode 100644 application_projects/r11an0756/face_detection/src/graphics/graphics.h create mode 100644 application_projects/r11an0756/face_detection/src/hal_entry.c create mode 100644 application_projects/r11an0756/face_detection/src/jlink_console/jlink_console.c create mode 100644 application_projects/r11an0756/face_detection/src/jlink_console/jlink_console.h create mode 100644 application_projects/r11an0756/face_detection/src/mipi_display/display_mipi.c create mode 100644 application_projects/r11an0756/face_detection/src/mipi_display/display_mipi.h diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/application_thread_entry.c b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/application_thread_entry.c index 11bc2db0ad..196bcd5aff 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/application_thread_entry.c +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/application_thread_entry.c @@ -3,23 +3,10 @@ * Description : Contains entry function of Azure IOT SDK Application Init. ***********************************************************************************************************************/ /*********************************************************************************************************************** - * DISCLAIMER - * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No - * other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all - * applicable laws, including copyright laws. - * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING - * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM - * EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES - * SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS - * SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of - * this software. By using this software, you agree to the additional terms and conditions found by accessing the - * following link: - * http://www.renesas.com/disclaimer - * - * Copyright (C) 2020 Renesas Electronics Corporation. All rights reserved. - ***********************************************************************************************************************/ +* Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include #include "common_utils.h" diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/c2d_thread_entry.c b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/c2d_thread_entry.c index b0881846da..7b121ac369 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/c2d_thread_entry.c +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/c2d_thread_entry.c @@ -3,23 +3,10 @@ * Description : Contains entry function of Azure IOT SDK Application cloud to device thread. ***********************************************************************************************************************/ /*********************************************************************************************************************** - * DISCLAIMER - * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No - * other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all - * applicable laws, including copyright laws. - * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING - * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM - * EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES - * SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS - * SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of - * this software. By using this software, you agree to the additional terms and conditions found by accessing the - * following link: - * http://www.renesas.com/disclaimer - * - * Copyright (C) 2020 Renesas Electronics Corporation. All rights reserved. - ***********************************************************************************************************************/ +* Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include "c2d_thread.h" #include "nx_azure_iot.h" diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/common_utils.h b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/common_utils.h index 4540ead486..92d16151cf 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/common_utils.h +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/common_utils.h @@ -3,23 +3,10 @@ * Description : Contains macros, data structures and functions used common to the EP ***********************************************************************************************************************/ /*********************************************************************************************************************** - * DISCLAIMER - * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No - * other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all - * applicable laws, including copyright laws. - * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING - * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM - * EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES - * SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS - * SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of - * this software. By using this software, you agree to the additional terms and conditions found by accessing the - * following link: - * http://www.renesas.com/disclaimer - * - * Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved. - ***********************************************************************************************************************/ +* Copyright (c) 2019 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #ifndef COMMON_UTILS_H_ #define COMMON_UTILS_H_ diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.c b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.c index 6206651a49..0936dc4b27 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.c +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.c @@ -3,21 +3,10 @@ * Description : Contains data structures and functions used for the Application init and its utilities **********************************************************************************************************************/ /*********************************************************************************************************************** - * Copyright [2020] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. - * - * The contents of this file (the "contents") are proprietary and confidential to Renesas Electronics Corporation - * and/or its licensors ("Renesas") and subject to statutory and contractual protections. - * - * This file is subject to a Renesas FSP license agreement. Unless otherwise agreed in an FSP license agreement with - * Renesas: 1) you may not use, copy, modify, distribute, display, or perform the contents; 2) you may not use any name - * or mark of Renesas for advertising or publicity purposes or in connection with your use of the contents; 3) RENESAS - * MAKES NO WARRANTY OR REPRESENTATIONS ABOUT THE SUITABILITY OF THE CONTENTS FOR ANY PURPOSE; THE CONTENTS ARE PROVIDED - * "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - * PARTICULAR PURPOSE, AND NON-INFRINGEMENT; AND 4) RENESAS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR - * CONSEQUENTIAL DAMAGES, INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA, OR PROJECTS, WHETHER IN AN ACTION OF - * CONTRACT OR TORT, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE CONTENTS. Third-party contents - * included in this file may be subject to different terms. - **********************************************************************************************************************/ +* Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include "common_utils.h" #include "usr_hal.h" #include "usr_app.h" diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.h b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.h index 10a84ce863..8d0ea134b9 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.h +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_app.h @@ -3,23 +3,10 @@ * Description : Contains macros, data structures and functions used in the Application ***********************************************************************************************************************/ /*********************************************************************************************************************** - * DISCLAIMER - * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No - * other uses are authorized. This software is owned by Renesas Electronics Corporation and is protected under all - * applicable laws, including copyright laws. - * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING - * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED. TO THE MAXIMUM - * EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES - * SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR ANY REASON RELATED TO THIS - * SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - * Renesas reserves the right, without notice, to make changes to this software and to discontinue the availability of - * this software. By using this software, you agree to the additional terms and conditions found by accessing the - * following link: - * http://www.renesas.com/disclaimer - * - * Copyright (C) 2019 Renesas Electronics Corporation. All rights reserved. - ***********************************************************************************************************************/ +* Copyright (c) 2019 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #ifndef USR_APP_H_ #define USR_APP_H_ diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.c b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.c index 3fe25b77a2..aa45d24905 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.c +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.c @@ -3,21 +3,10 @@ * Description : Contains data structures and functions used for the HAL init and its utilities **********************************************************************************************************************/ /*********************************************************************************************************************** - * Copyright [2020] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. - * - * The contents of this file (the "contents") are proprietary and confidential to Renesas Electronics Corporation - * and/or its licensors ("Renesas") and subject to statutory and contractual protections. - * - * This file is subject to a Renesas FSP license agreement. Unless otherwise agreed in an FSP license agreement with - * Renesas: 1) you may not use, copy, modify, distribute, display, or perform the contents; 2) you may not use any name - * or mark of Renesas for advertising or publicity purposes or in connection with your use of the contents; 3) RENESAS - * MAKES NO WARRANTY OR REPRESENTATIONS ABOUT THE SUITABILITY OF THE CONTENTS FOR ANY PURPOSE; THE CONTENTS ARE PROVIDED - * "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - * PARTICULAR PURPOSE, AND NON-INFRINGEMENT; AND 4) RENESAS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR - * CONSEQUENTIAL DAMAGES, INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA, OR PROJECTS, WHETHER IN AN ACTION OF - * CONTRACT OR TORT, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE CONTENTS. Third-party contents - * included in this file may be subject to different terms. - **********************************************************************************************************************/ +* Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include "common_utils.h" #include "usr_hal.h" #include "usr_app.h" diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.h b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.h index 2ade75b6bd..909f9f838b 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.h +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_hal.h @@ -3,21 +3,10 @@ * Description : Contains declarations of data structures and functions used in usr_hal.c. **********************************************************************************************************************/ /*********************************************************************************************************************** - * Copyright [2015-2020] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. - * - * The contents of this file (the "contents") are proprietary and confidential to Renesas Electronics Corporation - * and/or its licensors ("Renesas") and subject to statutory and contractual protections. - * - * This file is subject to a Renesas FSP license agreement. Unless otherwise agreed in an FSP license agreement with - * Renesas: 1) you may not use, copy, modify, distribute, display, or perform the contents; 2) you may not use any name - * or mark of Renesas for advertising or publicity purposes or in connection with your use of the contents; 3) RENESAS - * MAKES NO WARRANTY OR REPRESENTATIONS ABOUT THE SUITABILITY OF THE CONTENTS FOR ANY PURPOSE; THE CONTENTS ARE PROVIDED - * "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - * PARTICULAR PURPOSE, AND NON-INFRINGEMENT; AND 4) RENESAS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR - * CONSEQUENTIAL DAMAGES, INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA, OR PROJECTS, WHETHER IN AN ACTION OF - * CONTRACT OR TORT, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE CONTENTS. Third-party contents - * included in this file may be subject to different terms. - **********************************************************************************************************************/ +* Copyright (c) 2015 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #ifndef USR_HAL_H_ #define USR_HAL_H_ diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.c b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.c index e1d1a290d9..e9a007fa5a 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.c +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.c @@ -3,21 +3,10 @@ * Description : Contains data structures and functions used for the Network init and its utilities **********************************************************************************************************************/ /*********************************************************************************************************************** - * Copyright [2020] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. - * - * The contents of this file (the "contents") are proprietary and confidential to Renesas Electronics Corporation - * and/or its licensors ("Renesas") and subject to statutory and contractual protections. - * - * This file is subject to a Renesas FSP license agreement. Unless otherwise agreed in an FSP license agreement with - * Renesas: 1) you may not use, copy, modify, distribute, display, or perform the contents; 2) you may not use any name - * or mark of Renesas for advertising or publicity purposes or in connection with your use of the contents; 3) RENESAS - * MAKES NO WARRANTY OR REPRESENTATIONS ABOUT THE SUITABILITY OF THE CONTENTS FOR ANY PURPOSE; THE CONTENTS ARE PROVIDED - * "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - * PARTICULAR PURPOSE, AND NON-INFRINGEMENT; AND 4) RENESAS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR - * CONSEQUENTIAL DAMAGES, INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA, OR PROJECTS, WHETHER IN AN ACTION OF - * CONTRACT OR TORT, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE CONTENTS. Third-party contents - * included in this file may be subject to different terms. - **********************************************************************************************************************/ +* Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include "nx_secure_tls.h" #include "nx_secure_tls_api.h" #include "nxd_dhcp_client.h" diff --git a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.h b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.h index a891557109..686b765e79 100644 --- a/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.h +++ b/application_projects/cloud_connectivity/source/AzureCloudRA6M5SAS/src/usr_network.h @@ -3,21 +3,10 @@ * Description : Contains declarations of data structures and functions used in usr_network.c. **********************************************************************************************************************/ /*********************************************************************************************************************** - * Copyright [2015-2020] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. - * - * The contents of this file (the "contents") are proprietary and confidential to Renesas Electronics Corporation - * and/or its licensors ("Renesas") and subject to statutory and contractual protections. - * - * This file is subject to a Renesas FSP license agreement. Unless otherwise agreed in an FSP license agreement with - * Renesas: 1) you may not use, copy, modify, distribute, display, or perform the contents; 2) you may not use any name - * or mark of Renesas for advertising or publicity purposes or in connection with your use of the contents; 3) RENESAS - * MAKES NO WARRANTY OR REPRESENTATIONS ABOUT THE SUITABILITY OF THE CONTENTS FOR ANY PURPOSE; THE CONTENTS ARE PROVIDED - * "AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A - * PARTICULAR PURPOSE, AND NON-INFRINGEMENT; AND 4) RENESAS SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, OR - * CONSEQUENTIAL DAMAGES, INCLUDING DAMAGES RESULTING FROM LOSS OF USE, DATA, OR PROJECTS, WHETHER IN AN ACTION OF - * CONTRACT OR TORT, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE CONTENTS. Third-party contents - * included in this file may be subject to different terms. - **********************************************************************************************************************/ +* Copyright (c) 2015 - 2024 Renesas Electronics Corporation and/or its affiliates +* +* SPDX-License-Identifier: BSD-3-Clause +***********************************************************************************************************************/ #include #ifndef USR_NETWORK_H_ diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.cproject b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.cproject index 23e03eb937..b83440bc68 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.cproject +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.cproject @@ -1,8 +1,8 @@ - - + + @@ -14,139 +14,137 @@ - - - - - - + + @@ -259,219 +276,212 @@ - - - - @@ -479,18 +489,26 @@ - + - + - + - + + + + + + + + + \ No newline at end of file diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.project b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.project index d88a8a807c..d256e8e7aa 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.project +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.project @@ -1,6 +1,6 @@ - AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 + aws_ck_ra6m5_cellular_app diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_azone b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_azone index bad87c6324..958f4221bb 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_azone +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_azone @@ -3,110 +3,106 @@ - - - - - - - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - + + - + - + + + @@ -115,30 +111,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_xml b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_xml index 9020843dc0..b6049a582b 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_xml +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.secure_xml @@ -1,5 +1,5 @@ - + + @@ -31,8 +32,10 @@ + + @@ -43,8 +46,10 @@ + + @@ -55,18 +60,13 @@ + + - - - - - - - @@ -101,8 +101,8 @@ - - + + @@ -111,9 +111,9 @@ - - - + + + diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs new file mode 100644 index 0000000000..1c01b6ec93 --- /dev/null +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.contentgen.options.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +options/suppresswarningspaths=ra/arm,ra/aws diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.packs.componentfiles.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.packs.componentfiles.prefs index 6cae2d615f..4b4273cb49 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.packs.componentfiles.prefs +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.packs.componentfiles.prefs @@ -1,85 +1,93 @@ -AWS\#\#Abstractions\#\#PKCS11\#\#mbedtls\#\#\#\#202012.0.0+fsp.3.7.0/all=2782959653,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/README.md|1071524982,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/CONTRIBUTING.md|4226970553,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/portable/mbedtls/core_pkcs11_mbedtls.c|2730766680,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/pkcs11t.h|2397804212,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/include/core_pkcs11.h|2488441580,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/.git|2302658048,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/include/core_pkcs11_pal.h|3307547723,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/include/core_pki_utils.h|3650425837,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/LICENSE.md|2512728184,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/core_pkcs11.c|3426676751,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/pkcs11.h|2179024910,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_config/aws_mbedtls_config.h|2193031640,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_config/threading_alt.h|1058406817,ra/aws/amazon-freertos/libraries/3rdparty/pkcs11/pkcs11f.h|821642189,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_config/README.md|3264160827,ra/aws/amazon-freertos/libraries/abstractions/pkcs11/corePKCS11/source/core_pki_utils.c -AWS\#\#Abstractions\#\#PKCS11\#\#mbedtls\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -AWS\#\#FreeRTOS\#\#Cellular_Interface\#\#source\#\#\#\#1.2.0+fsp.3.7.0/all=2234496503,ra/aws/freertos-cellular-interface/source/include/cellular_config_defaults.h|3614112761,ra/aws/freertos-cellular-interface/source/cellular_common.c|2464600135,ra/aws/freertos-cellular-interface/source/cellular_3gpp_urc_handler.c|3501880684,ra/aws/freertos-cellular-interface/source/include/private/cellular_internal.h|2275374384,ra/aws/freertos-cellular-interface/source/include/common/cellular_at_core.h|754954099,ra/aws/freertos-cellular-interface/source/cellular_at_core.c|1953521431,ra/aws/freertos-cellular-interface/source/include/cellular_api.h|1965066276,ra/aws/freertos-cellular-interface/source/cellular_pktio.c|2283898057,ra/aws/freertos-cellular-interface/source/include/common/cellular_common.h|2041009162,ra/aws/freertos-cellular-interface/source/include/common/cellular_common_portable.h|2072098899,ra/aws/freertos-cellular-interface/source/include/private/cellular_pkthandler_internal.h|1999058982,ra/aws/freertos-cellular-interface/source/include/common/cellular_common_api.h|1838166645,ra/aws/freertos-cellular-interface/source/interface/cellular_comm_interface.h|4199400758,ra/aws/freertos-cellular-interface/source/cellular_pkthandler.c|968489427,ra/aws/freertos-cellular-interface/source/include/private/cellular_pktio_internal.h|2317804889,ra/aws/freertos-cellular-interface/source/cellular_common_api.c|1423647806,ra/aws/freertos-cellular-interface/source/include/private/cellular_common_internal.h|2053563771,ra/aws/freertos-cellular-interface/source/cellular_3gpp_api.c|251225677,ra/aws/freertos-cellular-interface/source/include/cellular_types.h -AWS\#\#FreeRTOS\#\#Cellular_Interface\#\#source\#\#\#\#1.2.0+fsp.3.7.0/libraries= -AWS\#\#FreeRTOS\#\#IoT\#\#clientcredential\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -AWS\#\#FreeRTOS\#\#IoT\#\#common\#\#\#\#202012.0.0+fsp.3.7.0/all=3043209336,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_default_root_certificates.h|2737614763,ra/aws/amazon-freertos/libraries/abstractions/platform/include/types/iot_platform_types.h|156581948,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/types/iot_network_types.h|1370805386,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_appversion32.h|3593292222,ra/aws/amazon-freertos/libraries/abstractions/platform/include/platform/iot_clock.h|512800693,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/types/iot_taskpool_types.h|1004884271,ra/aws/amazon-freertos/libraries/abstractions/platform/include/platform/iot_network.h|1947574489,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_linear_containers.h|3779531317,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_taskpool.h|2389000303,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_error.h|3166473004,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_atomic.h|1019204950,ra/aws/amazon-freertos/libraries/abstractions/platform/freertos/include/platform/iot_platform_types_freertos.h|959802028,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_logging.h|3626433785,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_logging_setup.h|553456715,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_lib_init.h|1746102617,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_taskpool_internal.h|2976131410,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_static_memory.h|2056584432,ra/aws/amazon-freertos/libraries/abstractions/platform/include/platform/iot_metrics.h|1549362050,ra/aws/amazon-freertos/libraries/abstractions/platform/include/platform/iot_threads.h|103908601,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/private/iot_doubly_linked_list.h|34269520,ra/aws/amazon-freertos/libraries/abstractions/wifi/include/iot_wifi.h|3529588991,ra/aws/amazon-freertos/libraries/c_sdk/standard/common/include/iot_init.h -AWS\#\#FreeRTOS\#\#IoT\#\#common\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -AWS\#\#FreeRTOS\#\#demo\#\#dev_mode_key_provisioning\#\#\#\#202012.0.0+fsp.3.7.0/all=3777723951,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_utils/mbedtls_error.c|3373709253,ra/aws/amazon-freertos/demos/dev_mode_key_provisioning/src/aws_dev_mode_key_provisioning.c|2269335162,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_utils/mbedtls_error.h|3671642831,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_utils/mbedtls_utils.c|1496522008,ra/aws/amazon-freertos/demos/dev_mode_key_provisioning/include/aws_dev_mode_key_provisioning.h|1713909639,ra/aws/amazon-freertos/libraries/3rdparty/mbedtls_utils/README.md -AWS\#\#FreeRTOS\#\#demo\#\#dev_mode_key_provisioning\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -AWS\#\#FreeRTOS_Plus\#\#standard\#\#crypto\#\#\#\#202012.0.0+fsp.3.7.0/all=2718924275,ra/aws/amazon-freertos/libraries/freertos_plus/standard/crypto/include/iot_crypto.h|3391283954,ra/aws/amazon-freertos/libraries/freertos_plus/standard/crypto/src/iot_crypto.c -AWS\#\#FreeRTOS_Plus\#\#standard\#\#crypto\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -AWS\#\#Heaps\#\#FreeRTOS\#\#heap_4\#\#\#\#10.4.3-LTS.Patch.2+fsp.3.7.0/all=583655656,ra/aws/amazon-freertos/freertos_kernel/portable/MemMang/heap_4.c -AWS\#\#Heaps\#\#FreeRTOS\#\#heap_4\#\#\#\#10.4.3-LTS.Patch.2+fsp.3.7.0/libraries= -AWS\#\#Libraries\#\#coreMQTT\#\#source\#\#\#\#1.1.0+fsp.3.7.0/all=3164691539,ra/aws/amazon-freertos/libraries/coreMQTT/source/include/core_mqtt.h|3856543261,ra/aws/amazon-freertos/libraries/coreMQTT/source/include/core_mqtt_state.h|3063883481,ra/aws/amazon-freertos/libraries/coreMQTT/source/core_mqtt.c|2898811006,ra/aws/amazon-freertos/libraries/coreMQTT/source/include/core_mqtt_serializer.h|496792565,ra/aws/amazon-freertos/libraries/coreMQTT/source/core_mqtt_serializer.c|475774445,ra/aws/amazon-freertos/libraries/coreMQTT/source/include/core_mqtt_config_defaults.h|243609394,ra/aws/amazon-freertos/libraries/coreMQTT/source/interface/transport_interface.h|542255997,ra/aws/amazon-freertos/libraries/coreMQTT/source/core_mqtt_state.c|2035285728,ra/aws/amazon-freertos/libraries/abstractions/platform/freertos/include/platform/iot_network_freertos.h -AWS\#\#Libraries\#\#coreMQTT\#\#source\#\#\#\#1.1.0+fsp.3.7.0/libraries= -AWS\#\#RTOS\#\#FreeRTOS\#\#all\#\#\#\#10.4.3-LTS.Patch.2+fsp.3.7.0/all=745614629,ra/aws/amazon-freertos/freertos_kernel/queue.c|1858662460,ra/aws/amazon-freertos/freertos_kernel/timers.c|1257554507,ra/aws/amazon-freertos/freertos_kernel/include/mpu_prototypes.h|1390539182,ra/aws/amazon-freertos/freertos_kernel/include/queue.h|2344730699,ra/aws/amazon-freertos/freertos_kernel/stream_buffer.c|4118672080,ra/aws/amazon-freertos/freertos_kernel/include/projdefs.h|2322555192,ra/aws/amazon-freertos/LICENSE|719320291,ra/aws/amazon-freertos/freertos_kernel/include/semphr.h|930415641,ra/fsp/src/rm_freertos_port/port.c|3030294216,ra/aws/amazon-freertos/freertos_kernel/include/list.h|753687758,ra/aws/amazon-freertos/freertos_kernel/include/stream_buffer.h|4117184027,ra/aws/amazon-freertos/freertos_kernel/include/atomic.h|1100335106,ra/aws/amazon-freertos/freertos_kernel/tasks.c|2538790389,ra/aws/amazon-freertos/freertos_kernel/event_groups.c|3332004395,ra/aws/amazon-freertos/freertos_kernel/include/stack_macros.h|2390715860,ra/aws/amazon-freertos/freertos_kernel/include/task.h|3107668775,ra/aws/amazon-freertos/freertos_kernel/include/message_buffer.h|2436591476,ra/fsp/src/rm_freertos_port/portmacro.h|3555205825,ra/aws/amazon-freertos/freertos_kernel/include/FreeRTOS.h|1873000795,ra/aws/amazon-freertos/freertos_kernel/include/portable.h|1262372033,ra/aws/amazon-freertos/freertos_kernel/include/mpu_wrappers.h|3762347617,ra/aws/amazon-freertos/freertos_kernel/include/event_groups.h|848621986,ra/aws/amazon-freertos/freertos_kernel/list.c|3387897115,ra/aws/amazon-freertos/freertos_kernel/include/deprecated_definitions.h|3861042093,ra/aws/amazon-freertos/freertos_kernel/include/timers.h|1696644494,ra/aws/amazon-freertos/freertos_kernel/LICENSE.md -AWS\#\#RTOS\#\#FreeRTOS\#\#all\#\#\#\#10.4.3-LTS.Patch.2+fsp.3.7.0/libraries= -AWS\#\#c_sdk\#\#standard\#\#logging\#\#\#\#202012.0.0+fsp.3.7.0/all=2673174444,ra/aws/amazon-freertos/libraries/logging/iot_logging_task_dynamic_buffers.c|1312309227,ra/aws/amazon-freertos/libraries/logging/CMakeLists.txt|2125690855,ra/aws/amazon-freertos/libraries/logging/include/logging_levels.h|1947161980,ra/aws/amazon-freertos/libraries/logging/include/logging_stack.h|3362496106,ra/aws/amazon-freertos/libraries/logging/iot_logging.c|605237620,ra/aws/amazon-freertos/libraries/logging/include/iot_logging_task.h -AWS\#\#c_sdk\#\#standard\#\#logging\#\#\#\#202012.0.0+fsp.3.7.0/libraries= -Arm\#\#CMSIS\#\#CMSIS5\#\#CoreM\#\#\#\#5.8.0+renesas.0.fsp.3.7.0/all=2718020009,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm33.h|3163610011,ra/arm/CMSIS_5/CMSIS/Core/Include/pmu_armv8.h|1168186370,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm55.h|1017116116,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_compiler.h|302860276,ra/arm/CMSIS_5/CMSIS/Core/Include/cachel1_armv7.h|3552689244,ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv81mml.h|1044777225,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armcc.h|1564341101,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm7.h|2327633156,ra/arm/CMSIS_5/CMSIS/Core/Include/core_sc000.h|965562395,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_gcc.h|3358993753,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm4.h|304461792,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm3.h|2851112248,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm1.h|3911746910,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armclang_ltm.h|1745843273,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm0.h|1494441116,ra/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv7.h|2333906976,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_version.h|2701379970,ra/arm/CMSIS_5/CMSIS/Core/Include/mpu_armv8.h|2381390623,ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv8mml.h|1372010515,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm23.h|1577199483,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_iccarm.h|3127123217,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm35p.h|2635219934,ra/arm/CMSIS_5/CMSIS/Core/Include/tz_context.h|3007265674,ra/arm/CMSIS_5/CMSIS/Core/Include/core_armv8mbl.h|4290386133,ra/arm/CMSIS_5/CMSIS/Core/Include/core_cm0plus.h|364344841,ra/arm/CMSIS_5/CMSIS/Core/Include/core_sc300.h|1441545198,ra/arm/CMSIS_5/LICENSE.txt|3898569239,ra/arm/CMSIS_5/CMSIS/Core/Include/cmsis_armclang.h -Arm\#\#CMSIS\#\#CMSIS5\#\#CoreM\#\#\#\#5.8.0+renesas.0.fsp.3.7.0/libraries= -Arm\#\#Mbed\#\#Library\#\#LittleFS\#\#\#\#2.2.1+renesas.1.fsp.3.7.0/all=980744916,ra/arm/littlefs/lfs.h|3302232609,ra/arm/littlefs/LICENSE.md|2350890997,ra/fsp/inc/instances/rm_stdio_littlefs.h|831550411,ra/arm/littlefs/lfs.c|2849446988,ra/arm/littlefs/lfs_util.c|845684457,ra/arm/littlefs/config/lfs_util.h -Arm\#\#Mbed\#\#Library\#\#LittleFS\#\#\#\#2.2.1+renesas.1.fsp.3.7.0/libraries= -Arm\#\#PSA\#\#Crypto\#\#mbedCrypto\#\#\#\#2.25.0+renesas.0.fsp.3.7.0/all=573836040,ra/arm/mbedtls/include/psa/crypto.h|632961190,ra/arm/mbedtls/library/ecdsa.c|1431290442,ra/arm/mbedtls/library/xtea.c|1933482010,ra/arm/mbedtls/include/mbedtls/camellia.h|4077805287,ra/arm/mbedtls/library/md.c|3166994603,ra/arm/mbedtls/include/psa/crypto_values.h|1726742268,ra/arm/mbedtls/include/mbedtls/timing.h|3706150391,ra/arm/mbedtls/library/ecp.c|1070774087,ra/arm/mbedtls/include/psa/crypto_extra.h|1555011873,ra/arm/mbedtls/include/mbedtls/xtea.h|2701410119,ra/arm/mbedtls/include/mbedtls/md2.h|4146742689,ra/arm/mbedtls/include/mbedtls/entropy_poll.h|3701749075,ra/arm/mbedtls/include/mbedtls/sha256.h|618598978,ra/arm/mbedtls/include/mbedtls/bignum.h|295157064,ra/arm/mbedtls/library/dhm.c|2492382810,ra/arm/mbedtls/include/mbedtls/pkcs5.h|3399621292,ra/arm/mbedtls/library/asn1parse.c|388697696,ra/arm/mbedtls/include/mbedtls/ecdh.h|1065042509,ra/arm/mbedtls/library/psa_crypto.c|1077069632,ra/arm/mbedtls/library/cipher.c|1853973756,ra/arm/mbedtls/library/psa_crypto_invasive.h|334646164,ra/arm/mbedtls/library/havege.c|183984209,ra/arm/mbedtls/include/mbedtls/ctr_drbg.h|4084621631,ra/arm/mbedtls/library/net_sockets.c|3179266889,ra/arm/mbedtls/include/psa/crypto_types.h|1380800435,ra/arm/mbedtls/include/mbedtls/rsa.h|228809392,ra/arm/mbedtls/include/mbedtls/dhm.h|1841717119,ra/arm/mbedtls/library/pk_wrap.c|2403146873,ra/arm/mbedtls/library/pkcs12.c|2216301802,ra/arm/mbedtls/library/rsa_internal.c|258667628,ra/arm/mbedtls/library/check_crypto_config.h|1886416465,ra/arm/mbedtls/include/mbedtls/md.h|1452239607,ra/arm/mbedtls/library/chacha20.c|2057402053,ra/arm/mbedtls/library/blowfish.c|493425151,ra/arm/mbedtls/library/version.c|843717735,ra/arm/mbedtls/include/psa/crypto_compat.h|3450210325,ra/arm/mbedtls/include/psa/crypto_platform.h|3970692050,ra/arm/mbedtls/library/psa_crypto_service_integration.h|3337917661,ra/arm/mbedtls/library/platform.c|927939329,ra/arm/mbedtls/include/mbedtls/hmac_drbg.h|2681664870,ra/arm/mbedtls/include/mbedtls/entropy.h|4029830342,ra/arm/mbedtls/library/psa_crypto_core.h|889117694,ra/arm/mbedtls/library/common.h|1875422191,ra/arm/mbedtls/include/psa/crypto_struct.h|2597164828,ra/arm/mbedtls/include/mbedtls/ecjpake.h|1165753063,ra/arm/mbedtls/include/mbedtls/cmac.h|2678293042,ra/arm/mbedtls/include/mbedtls/ecp.h|1254623858,ra/arm/mbedtls/include/psa/crypto_se_driver.h|1367688447,ra/arm/mbedtls/include/mbedtls/hkdf.h|2802545883,ra/arm/mbedtls/include/mbedtls/config_psa.h|2081523346,ra/arm/mbedtls/library/ccm.c|4084447528,ra/arm/mbedtls/include/mbedtls/check_config.h|380033495,ra/arm/mbedtls/library/pkparse.c|497972894,ra/arm/mbedtls/library/md4.c|88499525,ra/arm/mbedtls/library/version_features.c|2913411068,ra/arm/mbedtls/include/mbedtls/md5.h|2863420285,ra/arm/mbedtls/include/mbedtls/base64.h|4032866940,ra/arm/mbedtls/include/mbedtls/platform_time.h|200285399,ra/arm/mbedtls/library/aes.c|2537483613,ra/arm/mbedtls/include/mbedtls/version.h|569909037,ra/arm/mbedtls/include/mbedtls/threading.h|967002711,ra/arm/mbedtls/include/psa/crypto_sizes.h|1766770790,ra/arm/mbedtls/library/error.c|178588587,ra/arm/mbedtls/include/mbedtls/cipher_internal.h|2076262278,ra/arm/mbedtls/library/psa_crypto_its.h|3780348943,ra/arm/mbedtls/include/mbedtls/platform_util.h|2649454578,ra/arm/mbedtls/library/cmac.c|450981958,ra/arm/mbedtls/include/mbedtls/compat-1.3.h|2458394487,ra/arm/mbedtls/include/mbedtls/blowfish.h|2318621270,ra/arm/mbedtls/library/entropy.c|2178548293,ra/arm/mbedtls/include/mbedtls/aesni.h|2411844773,ra/arm/mbedtls/include/mbedtls/pk_internal.h|34924950,ra/arm/mbedtls/include/mbedtls/ecp_internal.h|3369797901,ra/arm/mbedtls/library/pem.c|3337120932,ra/arm/mbedtls/library/oid.c|2449948031,ra/arm/mbedtls/library/ecdh.c|1076370714,ra/arm/mbedtls/library/pkcs11.c|3079279213,ra/arm/mbedtls/library/hmac_drbg.c|1160002644,ra/arm/mbedtls/library/hkdf.c|3021358383,ra/arm/mbedtls/library/platform_util.c|3123016670,ra/arm/mbedtls/library/sha256.c|3204299518,ra/arm/mbedtls/include/mbedtls/chachapoly.h|2980852122,ra/arm/mbedtls/library/des.c|2004458444,ra/arm/mbedtls/library/timing.c|3092149952,ra/arm/mbedtls/library/psa_crypto_driver_wrappers.h|2443160685,ra/arm/mbedtls/library/cipher_wrap.c|3235773745,ra/arm/mbedtls/include/mbedtls/poly1305.h|616510987,ra/arm/mbedtls/include/mbedtls/ecdsa.h|3080575790,ra/arm/mbedtls/library/bignum.c|3423449044,ra/arm/mbedtls/library/psa_crypto_driver_wrappers.c|2403196520,ra/arm/mbedtls/include/mbedtls/sha1.h|3191378863,ra/arm/mbedtls/include/mbedtls/ccm.h|3658219217,ra/arm/mbedtls/library/md5.c|2651846479,ra/arm/mbedtls/include/mbedtls/md4.h|242024916,ra/arm/mbedtls/include/mbedtls/padlock.h|1292139074,ra/arm/mbedtls/library/psa_its_file.c|4287348558,ra/arm/mbedtls/include/mbedtls/pkcs12.h|3626918595,ra/arm/mbedtls/include/mbedtls/arc4.h|883627409,ra/arm/mbedtls/include/mbedtls/platform.h|1147406249,ra/arm/mbedtls/library/pkcs5.c|2259961351,ra/arm/mbedtls/library/pkwrite.c|1398864083,ra/arm/mbedtls/include/mbedtls/memory_buffer_alloc.h|245660687,ra/arm/mbedtls/include/psa/crypto_config.h|363752813,ra/arm/mbedtls/library/sha1.c|1845044831,ra/arm/mbedtls/include/mbedtls/nist_kw.h|2263004340,ra/arm/mbedtls/LICENSE|699432358,ra/arm/mbedtls/include/mbedtls/cipher.h|98641833,ra/arm/mbedtls/library/sha512.c|403345327,ra/arm/mbedtls/library/gcm.c|3589129898,ra/arm/mbedtls/include/mbedtls/pk.h|4171465933,ra/arm/mbedtls/library/chachapoly.c|2279502837,ra/arm/mbedtls/library/psa_crypto_slot_management.h|1626419181,ra/arm/mbedtls/library/pk.c|810444701,ra/arm/mbedtls/library/ctr_drbg.c|1340674136,ra/arm/mbedtls/library/psa_crypto_slot_management.c|3785354047,ra/arm/mbedtls/include/psa/crypto_entropy_driver.h|2076003734,ra/arm/mbedtls/library/padlock.c|3963954802,ra/arm/mbedtls/include/mbedtls/des.h|3806770556,ra/arm/mbedtls/library/entropy_poll.c|1500686227,ra/arm/mbedtls/library/aria.c|1012857946,ra/arm/mbedtls/library/rsa.c|3873908326,ra/arm/mbedtls/library/nist_kw.c|3588551005,ra/arm/mbedtls/include/mbedtls/asn1.h|2869416567,ra/arm/mbedtls/library/poly1305.c|3258372702,ra/arm/mbedtls/library/camellia.c|895556465,ra/arm/mbedtls/include/mbedtls/bn_mul.h|1752670474,ra/arm/mbedtls/include/psa/crypto_driver_common.h|2208433602,ra/arm/mbedtls/library/ripemd160.c|558004743,ra/arm/mbedtls/library/psa_crypto_storage.c|327363142,ra/arm/mbedtls/include/psa/crypto_accel_driver.h|3284656633,ra/arm/mbedtls/include/mbedtls/sha512.h|1055031329,ra/arm/mbedtls/include/mbedtls/ripemd160.h|1188690725,ra/arm/mbedtls/library/md2.c|259308766,ra/arm/mbedtls/include/mbedtls/psa_util.h|682235713,ra/arm/mbedtls/include/mbedtls/error.h|693102519,ra/arm/mbedtls/include/mbedtls/pkcs11.h|3645757080,ra/arm/mbedtls/include/mbedtls/chacha20.h|2251252921,ra/arm/mbedtls/library/ecjpake.c|3657601254,ra/arm/mbedtls/include/mbedtls/asn1write.h|2901130246,ra/arm/mbedtls/library/psa_crypto_storage.h|2831741516,ra/arm/mbedtls/include/mbedtls/gcm.h|2875594209,ra/arm/mbedtls/library/memory_buffer_alloc.c|2423861551,ra/arm/mbedtls/include/mbedtls/rsa_internal.h|198940068,ra/arm/mbedtls/library/aesni.c|4040062258,ra/arm/mbedtls/library/asn1write.c|2039783803,ra/arm/mbedtls/library/ecp_curves.c|438665001,ra/arm/mbedtls/library/threading.c|3299257354,ra/arm/mbedtls/include/mbedtls/pem.h|4183041437,ra/arm/mbedtls/library/debug.c|1174717716,ra/arm/mbedtls/library/base64.c|23686745,ra/arm/mbedtls/include/mbedtls/aes.h|31767740,ra/arm/mbedtls/library/arc4.c|3908976209,ra/arm/mbedtls/include/mbedtls/oid.h|3303302836,ra/arm/mbedtls/include/mbedtls/havege.h|3362262519,ra/arm/mbedtls/library/psa_crypto_se.h|2738778757,ra/arm/mbedtls/library/psa_crypto_se.c|205625685,ra/arm/mbedtls/include/mbedtls/md_internal.h|3665601390,ra/arm/mbedtls/include/mbedtls/aria.h -Arm\#\#PSA\#\#Crypto\#\#mbedCrypto\#\#\#\#2.25.0+renesas.0.fsp.3.7.0/libraries= -Arm\#\#mbed\#\#Security\#\#mbedTLS\#\#\#\#2.25.0+renesas.0.fsp.3.7.0/all=573836040,ra/arm/mbedtls/include/psa/crypto.h|1933482010,ra/arm/mbedtls/include/mbedtls/camellia.h|3166994603,ra/arm/mbedtls/include/psa/crypto_values.h|1726742268,ra/arm/mbedtls/include/mbedtls/timing.h|2387555230,ra/arm/mbedtls/library/ssl_srv.c|1070774087,ra/arm/mbedtls/include/psa/crypto_extra.h|1555011873,ra/arm/mbedtls/include/mbedtls/xtea.h|2701410119,ra/arm/mbedtls/include/mbedtls/md2.h|4146742689,ra/arm/mbedtls/include/mbedtls/entropy_poll.h|3701749075,ra/arm/mbedtls/include/mbedtls/sha256.h|618598978,ra/arm/mbedtls/include/mbedtls/bignum.h|2492382810,ra/arm/mbedtls/include/mbedtls/pkcs5.h|388697696,ra/arm/mbedtls/include/mbedtls/ecdh.h|3143437661,ra/arm/mbedtls/library/x509write_crt.c|3767462576,ra/arm/mbedtls/library/x509_create.c|183984209,ra/arm/mbedtls/include/mbedtls/ctr_drbg.h|3947991817,ra/arm/mbedtls/include/CMakeLists.txt|3179266889,ra/arm/mbedtls/include/psa/crypto_types.h|1380800435,ra/arm/mbedtls/include/mbedtls/rsa.h|3696050207,ra/arm/mbedtls/include/mbedtls/ssl_internal.h|228809392,ra/arm/mbedtls/include/mbedtls/dhm.h|1886416465,ra/arm/mbedtls/include/mbedtls/md.h|1893954895,ra/arm/mbedtls/include/mbedtls/ssl_cache.h|818289507,ra/arm/mbedtls/library/ssl_ciphersuites.c|843717735,ra/arm/mbedtls/include/psa/crypto_compat.h|3450210325,ra/arm/mbedtls/include/psa/crypto_platform.h|3972440223,ra/arm/mbedtls/library/x509.c|927939329,ra/arm/mbedtls/include/mbedtls/hmac_drbg.h|1135863262,ra/arm/mbedtls/library/ssl_tls.c|2681664870,ra/arm/mbedtls/include/mbedtls/entropy.h|1875422191,ra/arm/mbedtls/include/psa/crypto_struct.h|3976894048,ra/arm/mbedtls/library/ssl_tls13_keys.h|3141494565,ra/arm/mbedtls/library/ssl_cookie.c|4244753018,ra/arm/mbedtls/include/mbedtls/x509_crt.h|2597164828,ra/arm/mbedtls/include/mbedtls/ecjpake.h|3673404807,ra/arm/mbedtls/library/ssl_tls13_keys.c|1165753063,ra/arm/mbedtls/include/mbedtls/cmac.h|2678293042,ra/arm/mbedtls/include/mbedtls/ecp.h|1254623858,ra/arm/mbedtls/include/psa/crypto_se_driver.h|3769073684,ra/arm/mbedtls/include/mbedtls/ssl_cookie.h|1367688447,ra/arm/mbedtls/include/mbedtls/hkdf.h|2802545883,ra/arm/mbedtls/include/mbedtls/config_psa.h|4084447528,ra/arm/mbedtls/include/mbedtls/check_config.h|2913411068,ra/arm/mbedtls/include/mbedtls/md5.h|2863420285,ra/arm/mbedtls/include/mbedtls/base64.h|4032866940,ra/arm/mbedtls/include/mbedtls/platform_time.h|2537483613,ra/arm/mbedtls/include/mbedtls/version.h|569909037,ra/arm/mbedtls/include/mbedtls/threading.h|967002711,ra/arm/mbedtls/include/psa/crypto_sizes.h|178588587,ra/arm/mbedtls/include/mbedtls/cipher_internal.h|3481123899,ra/arm/mbedtls/include/mbedtls/x509_crl.h|3780348943,ra/arm/mbedtls/include/mbedtls/platform_util.h|450981958,ra/arm/mbedtls/include/mbedtls/compat-1.3.h|2458394487,ra/arm/mbedtls/include/mbedtls/blowfish.h|2178548293,ra/arm/mbedtls/include/mbedtls/aesni.h|2411844773,ra/arm/mbedtls/include/mbedtls/pk_internal.h|4026292157,ra/arm/mbedtls/include/mbedtls/ssl_ticket.h|4053285803,ra/arm/mbedtls/library/x509write_csr.c|34924950,ra/arm/mbedtls/include/mbedtls/ecp_internal.h|1690900277,ra/arm/mbedtls/library/x509_csr.c|2266431582,ra/arm/mbedtls/library/certs.c|1076370714,ra/arm/mbedtls/library/pkcs11.c|521898144,ra/arm/mbedtls/include/mbedtls/x509_csr.h|3493707871,ra/arm/mbedtls/library/x509_crl.c|4161384417,ra/arm/mbedtls/include/.gitignore|3204299518,ra/arm/mbedtls/include/mbedtls/chachapoly.h|3235773745,ra/arm/mbedtls/include/mbedtls/poly1305.h|616510987,ra/arm/mbedtls/include/mbedtls/ecdsa.h|1969258400,ra/arm/mbedtls/include/mbedtls/net.h|2403196520,ra/arm/mbedtls/include/mbedtls/sha1.h|3191378863,ra/arm/mbedtls/include/mbedtls/ccm.h|3228747578,ra/arm/mbedtls/include/mbedtls/net_sockets.h|2651846479,ra/arm/mbedtls/include/mbedtls/md4.h|242024916,ra/arm/mbedtls/include/mbedtls/padlock.h|4287348558,ra/arm/mbedtls/include/mbedtls/pkcs12.h|3626918595,ra/arm/mbedtls/include/mbedtls/arc4.h|883627409,ra/arm/mbedtls/include/mbedtls/platform.h|1398864083,ra/arm/mbedtls/include/mbedtls/memory_buffer_alloc.h|245660687,ra/arm/mbedtls/include/psa/crypto_config.h|1845044831,ra/arm/mbedtls/include/mbedtls/nist_kw.h|2263004340,ra/arm/mbedtls/LICENSE|699432358,ra/arm/mbedtls/include/mbedtls/cipher.h|3589129898,ra/arm/mbedtls/include/mbedtls/pk.h|3723081391,ra/arm/mbedtls/include/mbedtls/debug.h|3785354047,ra/arm/mbedtls/include/psa/crypto_entropy_driver.h|3963954802,ra/arm/mbedtls/include/mbedtls/des.h|3588551005,ra/arm/mbedtls/include/mbedtls/asn1.h|857606346,ra/arm/mbedtls/library/ssl_cli.c|895556465,ra/arm/mbedtls/include/mbedtls/bn_mul.h|1752670474,ra/arm/mbedtls/include/psa/crypto_driver_common.h|1347572058,ra/arm/mbedtls/library/ssl_cache.c|327363142,ra/arm/mbedtls/include/psa/crypto_accel_driver.h|3284656633,ra/arm/mbedtls/include/mbedtls/sha512.h|1055031329,ra/arm/mbedtls/include/mbedtls/ripemd160.h|259308766,ra/arm/mbedtls/include/mbedtls/psa_util.h|693102519,ra/arm/mbedtls/include/mbedtls/pkcs11.h|3328512375,ra/arm/mbedtls/include/mbedtls/certs.h|3645757080,ra/arm/mbedtls/include/mbedtls/chacha20.h|2854772073,ra/arm/mbedtls/library/ssl_msg.c|3657601254,ra/arm/mbedtls/include/mbedtls/asn1write.h|2831741516,ra/arm/mbedtls/include/mbedtls/gcm.h|2423861551,ra/arm/mbedtls/include/mbedtls/rsa_internal.h|527124129,ra/arm/mbedtls/library/ssl_ticket.c|3299257354,ra/arm/mbedtls/include/mbedtls/pem.h|1046455311,ra/arm/mbedtls/include/mbedtls/ssl_ciphersuites.h|4183041437,ra/arm/mbedtls/library/debug.c|23686745,ra/arm/mbedtls/include/mbedtls/aes.h|3990974567,ra/arm/mbedtls/include/mbedtls/ssl.h|3908976209,ra/arm/mbedtls/include/mbedtls/oid.h|3303302836,ra/arm/mbedtls/include/mbedtls/havege.h|1548879465,ra/arm/mbedtls/include/mbedtls/x509.h|205625685,ra/arm/mbedtls/include/mbedtls/md_internal.h|3665601390,ra/arm/mbedtls/include/mbedtls/aria.h|46190274,ra/arm/mbedtls/library/ssl_invasive.h -Arm\#\#mbed\#\#Security\#\#mbedTLS\#\#\#\#2.25.0+renesas.0.fsp.3.7.0/libraries= -Renesas\#\#BSP\#\#Board\#\#ra6m5_ck\#\#\#\#3.7.0/all=1381043631,ra/board/ra6m5_ck/board_leds.h|2137426241,ra/board/ra6m5_ck/board_init.c|3187996005,ra/board/ra6m5_ck/board.h|2864778577,ra/board/ra6m5_ck/board_init.h|1274141976,ra/board/ra6m5_ck/board_leds.c|607461653,ra/board/ra6m5_ck/board_ethernet_phy.h -Renesas\#\#BSP\#\#Board\#\#ra6m5_ck\#\#\#\#3.7.0/libraries= -Renesas\#\#BSP\#\#ra6m5\#\#device\#\#\#\#3.7.0/all=3299517248,ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/system.h -Renesas\#\#BSP\#\#ra6m5\#\#device\#\#\#\#3.7.0/libraries= -Renesas\#\#BSP\#\#ra6m5\#\#device\#\#R7FA6M5BH3CFC\#\#3.7.0/libraries= -Renesas\#\#BSP\#\#ra6m5\#\#fsp\#\#\#\#3.7.0/all=685401113,ra/fsp/src/bsp/mcu/ra6m5/bsp_elc.h|1520221967,ra/fsp/src/bsp/mcu/ra6m5/bsp_feature.h|2691744783,ra/fsp/src/bsp/mcu/ra6m5/bsp_mcu_info.h -Renesas\#\#BSP\#\#ra6m5\#\#fsp\#\#\#\#3.7.0/libraries= -Renesas\#\#Common\#\#all\#\#fsp_common\#\#\#\#3.7.0/all=2343298914,ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/renesas.h|1856421676,ra/fsp/src/bsp/mcu/all/bsp_io.h|2273123320,ra/fsp/src/bsp/mcu/all/bsp_guard.c|2023808024,ra/fsp/src/bsp/mcu/all/bsp_module_stop.h|371081032,ra/fsp/src/bsp/mcu/all/bsp_sbrk.c|2136566490,ra/fsp/src/bsp/mcu/all/bsp_guard.h|3634976086,ra/fsp/inc/fsp_version.h|3299517248,ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/system.h|3072901016,ra/fsp/src/bsp/mcu/all/bsp_common.h|1995594492,ra/fsp/inc/api/r_ioport_api.h|4237066482,ra/fsp/src/bsp/mcu/all/bsp_group_irq.c|2461896614,ra/fsp/src/bsp/mcu/all/bsp_io.c|2027396638,ra/fsp/src/bsp/cmsis/Device/RENESAS/Source/system.c|1844233273,ra/fsp/src/bsp/mcu/all/bsp_common.c|1799272679,ra/fsp/inc/fsp_features.h|4073922953,ra/fsp/src/bsp/mcu/all/bsp_group_irq.h|175812246,ra/fsp/src/bsp/mcu/all/bsp_arm_exceptions.h|1551502070,ra/fsp/src/bsp/mcu/all/bsp_clocks.h|2107148321,ra/fsp/src/bsp/cmsis/Device/RENESAS/Include/base_addresses.h|3035603422,ra/fsp/src/bsp/mcu/all/bsp_tfu.h|2015535075,ra/fsp/inc/fsp_common_api.h|1564775820,ra/fsp/src/bsp/mcu/all/bsp_security.h|547852917,ra/fsp/src/bsp/cmsis/Device/RENESAS/Source/startup.c|2381077984,ra/fsp/src/bsp/mcu/all/bsp_security.c|2159626279,ra/fsp/src/bsp/mcu/all/bsp_rom_registers.c|1211846894,ra/fsp/src/bsp/mcu/all/bsp_delay.c|2906265047,ra/fsp/src/bsp/mcu/all/bsp_mcu_api.h|2644177141,ra/fsp/src/bsp/mcu/all/bsp_register_protection.c|715820739,ra/fsp/inc/api/bsp_api.h|2574503291,ra/fsp/inc/instances/r_ioport.h|2922574965,ra/fsp/src/bsp/mcu/all/bsp_register_protection.h|4195603704,ra/fsp/src/bsp/mcu/all/bsp_compiler_support.h|3360147982,ra/fsp/src/bsp/mcu/all/bsp_irq.h|4159892701,ra/fsp/src/bsp/mcu/all/bsp_clocks.c|1422656163,ra/fsp/src/bsp/mcu/all/bsp_delay.h|3873606974,ra/fsp/src/bsp/mcu/all/bsp_irq.c -Renesas\#\#Common\#\#all\#\#fsp_common\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_cgc\#\#\#\#3.7.0/all=34437234,ra/fsp/inc/api/r_cgc_api.h|432412330,ra/fsp/inc/instances/r_cgc.h|699719569,ra/fsp/src/r_cgc/r_cgc.c -Renesas\#\#HAL\ Drivers\#\#all\#\#r_cgc\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_dtc\#\#\#\#3.7.0/all=1261122503,ra/fsp/src/r_dtc/r_dtc.c|2170971077,ra/fsp/inc/api/r_transfer_api.h|428353588,ra/fsp/inc/instances/r_dtc.h -Renesas\#\#HAL\ Drivers\#\#all\#\#r_dtc\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_flash_hp\#\#\#\#3.7.0/all=918671073,ra/fsp/src/r_flash_hp/r_flash_hp.c|34437234,ra/fsp/inc/api/r_cgc_api.h|1976517121,ra/fsp/inc/api/r_flash_api.h|2876379499,ra/fsp/inc/instances/r_flash_hp.h -Renesas\#\#HAL\ Drivers\#\#all\#\#r_flash_hp\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_gpt\#\#\#\#3.7.0/all=1385984689,ra/fsp/inc/api/r_timer_api.h|3073491683,ra/fsp/src/r_gpt/r_gpt.c|1101069320,ra/fsp/inc/instances/r_gpt.h -Renesas\#\#HAL\ Drivers\#\#all\#\#r_gpt\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_icu\#\#\#\#3.7.0/all=1002305543,ra/fsp/inc/api/r_external_irq_api.h|1806776990,ra/fsp/src/r_icu/r_icu.c|1175293790,ra/fsp/inc/instances/r_icu.h -Renesas\#\#HAL\ Drivers\#\#all\#\#r_icu\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_iic_master\#\#\#\#3.7.0/all=2170971077,ra/fsp/inc/api/r_transfer_api.h|1163980116,ra/fsp/src/r_iic_master/r_iic_master.c|1587407673,ra/fsp/inc/api/r_i2c_master_api.h|2978087792,ra/fsp/inc/api/r_elc_api.h|1116392784,ra/fsp/inc/instances/r_iic_master.h -Renesas\#\#HAL\ Drivers\#\#all\#\#r_iic_master\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_ioport\#\#\#\#3.7.0/all=1995594492,ra/fsp/inc/api/r_ioport_api.h|2574503291,ra/fsp/inc/instances/r_ioport.h|409566730,ra/fsp/src/r_ioport/r_ioport.c -Renesas\#\#HAL\ Drivers\#\#all\#\#r_ioport\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_plaintext\#\#\#\#3.7.0/all=1253151979,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func064.c|4260202557,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p34u.c|3799922388,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func312.c|4047025431,ra/fsp/src/r_sce/hw_sce_ecc_private.h|3159221491,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func068.c|796893311,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p16.c|686846896,ra/fsp/src/r_sce/hw_sce_rsa_private.h|1505315899,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func316.c|274590072,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/r_sce_ECC_adapt.c|3180489924,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p95i.c|663227878,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p36t.c|3958111186,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/r_sce_AES_adapt.c|1783950476,ra/fsp/src/r_sce/hw_sce_hash_private.h|1312527812,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func049.c|1513263879,ra/fsp/src/r_sce/common/hw_sce_common.h|1461160617,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func101.c|378097230,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/r_sce_RSA_adapt.c|2280320401,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p92.c|2435414140,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf0.c|1819628352,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/s_flash2.c|355765515,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p95u.c|1629918332,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func207.c|1149486338,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf4.c|1408459097,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p34a.c|1042646267,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p32f.c|1411369224,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func071.c|2985807520,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p34i.c|249322319,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func053.c|526055436,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func076.c|2998493880,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p98i.c|794683835,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p83u.c|926267561,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p50f.c|133837013,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func300.c|2535950102,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p00.c|4131822850,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p85t.c|667497673,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func057.c|90843461,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p44f.c|420452110,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func323.c|745549623,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func304.c|458952100,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p83i.c|1046287512,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/r_sce_HASH_adapt.c|1976618258,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p89f.c|3643343370,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p08.c|4241260234,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func308.c|3641217092,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func060.c|2260997856,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p83a.c|3247264944,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa7u.c|1042847200,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p98u.c|649897236,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p9b.c|1451535698,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p95f.c|3670157188,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func311.c|3664242621,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func061.c|1432077587,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p76f.c|175569897,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func000.c|1886626048,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p15.c|431993672,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p36u.c|4146513165,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p57.c|1815732609,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func315.c|1520734531,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func065.c|1893286904,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func102.c|2791577140,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p47f.c|2218554741,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p72.c|279954927,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa7i.c|326015281,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func027.c|3030074610,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb0f.c|895525620,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p36i.c|3976778153,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p34f.c|3492178840,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p6e.c|2698156244,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func200.c|1979106474,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func319.c|3147099052,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa4u.c|4169763632,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p83t.c|1564830346,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p50i.c|2261353615,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func077.c|3835385830,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p98f.c|3217366307,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func050.c|2591288521,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func307.c|70937355,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func322.c|3786659065,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p26.c|1791987060,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p29t.c|3911061311,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func054.c|1961818367,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p44i.c|1545840688,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p89u.c|3415646300,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p36a.c|409207160,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa4i.c|811294356,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func058.c|704201189,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p44u.c|2708737391,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pe2.c|4293991322,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p50u.c|2145588875,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p89i.c|4274474338,ra/fsp/src/r_sce/SCE_ProcCommon.h|2064748370,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func080.c|3410482810,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p7b.c|2089193111,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p07.c|4097010521,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb3f.c|1353664412,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa1u.c|4959875,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p9a.c|2324744097,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func314.c|1691356662,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa1i.c|4100529075,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/public/inc/r_sce_if.h|859642405,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func062.c|3141670844,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p47i.c|849767670,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func318.c|3032911210,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p32t.c|2101449291,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func066.c|1942836115,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p79.c|2504990635,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func001.c|4120995159,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p56.c|285485569,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func043.c|1387541755,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func103.c|4100530106,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p76i.c|2626716529,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func028.c|1635582542,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa7f.c|2656079989,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func310.c|2750713654,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pc2f.c|1721183897,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p47u.c|131599754,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p36f.c|3594303434,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func205.c|3814557007,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb0i.c|1263379312,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p2b.c|613243480,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb6f.c|4111712365,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf6.c|4139816079,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p76u.c|1298582012,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb0u.c|3283988877,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func302.c|2768553576,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p02.c|2962596238,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func051.c|206532819,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p21.c|503988357,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func074.c|3863808241,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func325.c|2341138265,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p29u.c|3842000088,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa4f.c|2157633358,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p40.c|1389449311,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func059.c|4276439662,ra/fsp/src/r_sce/hw_sce_trng_private.h|3677353900,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p29i.c|1285354528,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func321.c|1251922711,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p85f.c|2277685903,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb3i.c|4193015785,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/private/inc/SCE_module.h|1021734131,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func081.c|2383479463,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb9f.c|3870871320,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p34t.c|3332056287,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func063.c|618809732,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func313.c|3026990687,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p32u.c|4289747205,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p17.c|2437415267,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func067.c|957178346,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func317.c|2169107834,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func002.c|981194739,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func044.c|1259808323,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func100.c|1655403772,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func048.c|803864339,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pc2i.c|1421707675,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pa1f.c|395011972,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/r_sce_adapt.c|1601556431,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/private/inc/hw_sce_ra_private.h|342320084,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb3u.c|2174835263,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p32a.c|2683858008,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func206.c|43271178,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p29a.c|1516201685,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_subprc01.c|3064617510,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func202.c|3885981540,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf1.c|3925700480,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p32i.c|506576695,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func070.c|3679404524,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf5.c|1208832172,ra/fsp/src/r_sce/hw_sce_aes_private.h|298829048,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb6i.c|1149359221,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pf9.c|923621270,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p01.c|3282894985,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func052.c|3241165993,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func301.c|1736298567,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p85u.c|1802481063,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func324.c|96117088,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func075.c|1431648486,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p29f.c|473069533,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb6u.c|3125921075,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func320.c|2342795389,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p20.c|3842665036,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pc2u.c|3657677192,ra/fsp/src/r_sce/hw_sce_private.h|3536123283,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb9u.c|12898431,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p85i.c|3454933858,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p83f.c|1415392756,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func309.c|2437321752,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_p85a.c|2081451038,ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_pb9i.c -Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_plaintext\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#r_sci_uart\#\#\#\#3.7.0/all=2901285304,ra/fsp/inc/instances/r_sci_uart.h|2170971077,ra/fsp/inc/api/r_transfer_api.h|134969800,ra/fsp/inc/api/r_uart_api.h|1053173491,ra/fsp/src/r_sci_uart/r_sci_uart.c -Renesas\#\#HAL\ Drivers\#\#all\#\#r_sci_uart\#\#\#\#3.7.0/libraries= -Renesas\#\#HAL\ Drivers\#\#all\#\#rm_psa_crypto\#\#\#\#3.7.0/all=2395178362,ra/fsp/src/rm_psa_crypto/ecp_alt_process.c|3138542061,ra/fsp/src/rm_psa_crypto/rsa_alt.c|3444022159,ra/fsp/src/rm_psa_crypto/inc/ctr_drbg_alt.h|1056302656,ra/fsp/src/rm_psa_crypto/ecdsa_alt.c|3787175031,ra/fsp/src/rm_psa_crypto/aes_vendor.c|1682081513,ra/fsp/src/rm_psa_crypto/rsa_alt_process.c|1999715909,ra/fsp/src/rm_psa_crypto/rm_psa_crypto.c|2886515382,ra/fsp/src/rm_psa_crypto/asymmetric_vendor.c|2153802782,ra/fsp/src/rm_psa_crypto/platform_alt.c|3344592599,ra/fsp/src/rm_psa_crypto/ecp_curves_alt.c|2201876787,ra/fsp/src/rm_psa_crypto/gcm_alt.c|2068215935,ra/fsp/src/rm_psa_crypto/trng_entropy.c|2642061592,ra/fsp/src/rm_psa_crypto/aes_alt_process.c|1857779833,ra/fsp/src/rm_psa_crypto/sha256_alt.c|4117130394,ra/fsp/src/rm_psa_crypto/inc/rsa_alt.h|2729838084,ra/fsp/src/rm_psa_crypto/inc/ecp_alt.h|3279969107,ra/fsp/src/rm_psa_crypto/gcm_alt_process.c|1930853625,ra/fsp/src/rm_psa_crypto/inc/asymmetric_vendor.h|3168330211,ra/fsp/src/rm_psa_crypto/ecp_alt.c|2669284857,ra/fsp/src/rm_psa_crypto/inc/platform_alt.h|2549386672,ra/fsp/src/rm_psa_crypto/inc/rm_psa_crypto.h|569328271,ra/fsp/src/rm_psa_crypto/ecdh_alt.c|467867549,ra/fsp/src/rm_psa_crypto/ctr_drbg_alt.c|2112588766,ra/fsp/src/rm_psa_crypto/sha256_alt_process.c|3091616984,ra/fsp/src/rm_psa_crypto/inc/vendor.h|3946320211,ra/fsp/src/rm_psa_crypto/inc/aes_vendor.h|780938243,ra/fsp/src/rm_psa_crypto/inc/sha256_alt.h|3240921883,ra/fsp/src/rm_psa_crypto/inc/gcm_alt.h|1583262770,ra/fsp/src/rm_psa_crypto/aes_alt.c|2916006399,ra/fsp/src/rm_psa_crypto/cipher_alt.c|1059526979,ra/fsp/src/rm_psa_crypto/vendor.c|250482398,ra/fsp/src/rm_psa_crypto/inc/aes_alt.h -Renesas\#\#HAL\ Drivers\#\#all\#\#rm_psa_crypto\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_aws_cellular_sockets_wrapper\#\#\#\#3.7.0/all=312033892,ra/fsp/src/rm_aws_cellular_sockets_wrapper/mbedtls_bio_freertos_cellular.c|2170865303,ra/fsp/src/rm_aws_cellular_sockets_wrapper/sockets_wrapper.c|1772635047,ra/fsp/src/rm_aws_cellular_sockets_wrapper/sockets_wrapper.h -Renesas\#\#Middleware\#\#all\#\#rm_aws_cellular_sockets_wrapper\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_aws_pkcs11_pal_littlefs\#\#\#\#3.7.0/all=370267033,ra/fsp/src/rm_aws_pkcs11_pal_littlefs/rm_aws_pkcs11_pal_littlefs.c -Renesas\#\#Middleware\#\#all\#\#rm_aws_pkcs11_pal_littlefs\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_aws_transport_interface_port\#\#\#\#3.7.0/all=4084704919,ra/fsp/src/rm_aws_transport_interface_port/using_mbedtls_pkcs11.h|3536829212,ra/fsp/src/rm_aws_transport_interface_port/using_mbedtls_pkcs11.c -Renesas\#\#Middleware\#\#all\#\#rm_aws_transport_interface_port\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_cellular_comm_uart_aws\#\#\#\#3.7.0/all=2514019207,ra/fsp/inc/instances/rm_cellular_comm_uart_aws.h|1223932395,ra/fsp/src/rm_cellular_comm_uart_aws/rm_cellular_comm_uart_aws.c -Renesas\#\#Middleware\#\#all\#\#rm_cellular_comm_uart_aws\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_cellular_platform_aws\#\#\#\#3.7.0/all=295083022,ra/fsp/src/rm_cellular_platform_aws/cellular_platform.c|678862875,ra/fsp/src/rm_cellular_platform_aws/cellular_platform.h -Renesas\#\#Middleware\#\#all\#\#rm_cellular_platform_aws\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_cellular_ryz_aws\#\#\#\#3.7.0/all=179690040,ra/fsp/src/rm_cellular_ryz_aws/cellular_ryz.h|1732658997,ra/fsp/src/rm_cellular_ryz_aws/cellular_ryz.c|711376575,ra/fsp/src/rm_cellular_ryz_aws/cellular_ryz_api.c|3352750218,ra/fsp/src/rm_cellular_ryz_aws/cellular_ryz_wrapper.c|3515223623,ra/fsp/src/rm_cellular_ryz_aws/cellular_ryz_urc_handler.c -Renesas\#\#Middleware\#\#all\#\#rm_cellular_ryz_aws\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_comms_i2c\#\#\#\#3.7.0/all=1894667469,ra/fsp/inc/api/rm_comms_api.h|1840877701,ra/fsp/inc/instances/rm_comms_i2c.h|4126964807,ra/fsp/src/rm_comms_i2c/rm_comms_i2c_driver_ra.c|924012525,ra/fsp/src/rm_comms_i2c/rm_comms_i2c.c -Renesas\#\#Middleware\#\#all\#\#rm_comms_i2c\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_freertos_port\#\#\#\#3.7.0/all=2001099958,ra/fsp/src/rm_freertos_port/portmacro.h|2778752186,ra/fsp/src/rm_freertos_port/port.c -Renesas\#\#Middleware\#\#all\#\#rm_freertos_port\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_hs300x\#\#\#\#3.7.0/all=2494524225,ra/fsp/src/rm_hs300x/rm_hs300x_ra_driver.c|3806522673,ra/fsp/inc/api/rm_hs300x_api.h|749214353,ra/fsp/src/rm_hs300x/rm_hs300x.c|4095287968,ra/fsp/inc/instances/rm_hs300x.h -Renesas\#\#Middleware\#\#all\#\#rm_hs300x\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_littlefs_flash\#\#\#\#3.7.0/all=1916859994,ra/fsp/inc/instances/rm_littlefs_flash.h|1824833566,ra/fsp/src/rm_littlefs_flash/rm_littlefs_flash.c|2365566786,ra/fsp/inc/api/rm_littlefs_api.h|1976517121,ra/fsp/inc/api/r_flash_api.h -Renesas\#\#Middleware\#\#all\#\#rm_littlefs_flash\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_mbedtls\#\#\#\#3.7.0/all=4204858911,ra/fsp/src/rm_mbedtls/x509_crt.c -Renesas\#\#Middleware\#\#all\#\#rm_mbedtls\#\#\#\#3.7.0/libraries= -Renesas\#\#Middleware\#\#all\#\#rm_zmod4410_iaq_1st\#\#\#\#3.7.0/all=3760698776,ra/fsp/src/rm_zmod4xxx/iaq_1st_gen/iaq_1st_gen.h|2329464933,ra/fsp/src/rm_zmod4xxx/iaq_1st_gen/rm_zmod4410_iaq_1st_gen.c|687374219,ra/fsp/src/rm_zmod4xxx/iaq_1st_gen/zmod4410_config_iaq1.h|3190557026,ra/fsp/lib/rm_zmod4xxx/cm33_gcc/lib_iaq_1st_gen.a -Renesas\#\#Middleware\#\#all\#\#rm_zmod4410_iaq_1st\#\#\#\#3.7.0/libraries=lib_iaq_1st_gen.a -Renesas\#\#Middleware\#\#all\#\#rm_zmod4510_oaq_1st\#\#\#\#3.7.0/all=3987937166,ra/fsp/src/rm_zmod4xxx/oaq_1st_gen/oaq_1st_gen.h|1947280097,ra/fsp/lib/rm_zmod4xxx/cm33_gcc/lib_oaq_1st_gen.a|514340180,ra/fsp/src/rm_zmod4xxx/oaq_1st_gen/rm_zmod4510_oaq_1st_gen.c|2269299813,ra/fsp/src/rm_zmod4xxx/oaq_1st_gen/zmod4510_config_oaq1.h -Renesas\#\#Middleware\#\#all\#\#rm_zmod4510_oaq_1st\#\#\#\#3.7.0/libraries=lib_oaq_1st_gen.a -Renesas\#\#Middleware\#\#all\#\#rm_zmod4xxx\#\#\#\#3.7.0/all=3079483318,ra/fsp/src/rm_zmod4xxx/rm_zmod4xxx.c|1522086666,ra/fsp/inc/api/rm_zmod4xxx_api.h|1002305543,ra/fsp/inc/api/r_external_irq_api.h|786542291,ra/fsp/src/rm_zmod4xxx/zmod4xxx_types.h|3015229198,ra/fsp/inc/instances/rm_zmod4xxx.h|670840,ra/fsp/lib/rm_zmod4xxx/Renesas End User License Agreement May 2021.pdf|851021253,ra/fsp/src/rm_zmod4xxx/rm_zmod4xxx_ra_driver.c -Renesas\#\#Middleware\#\#all\#\#rm_zmod4xxx\#\#\#\#3.7.0/libraries= +AWS\#\#Abstractions\#\#PKCS11\#\#mbedtls\#\#\#\#3.5.0+fsp.5.0.0/all= +AWS\#\#Abstractions\#\#PKCS11\#\#mbedtls\#\#\#\#3.5.0+fsp.5.0.0/libraries= +AWS\#\#FreeRTOS\#\#Cellular_Interface\#\#source\#\#\#\#1.3.0+fsp.5.0.0/all= +AWS\#\#FreeRTOS\#\#Cellular_Interface\#\#source\#\#\#\#1.3.0+fsp.5.0.0/libraries= +AWS\#\#FreeRTOS\#\#demo\#\#key_provisioning_transport\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#FreeRTOS\#\#demo\#\#key_provisioning_transport\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +AWS\#\#FreeRTOS_Plus\#\#utilities\#\#mbedtls\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#FreeRTOS_Plus\#\#utilities\#\#mbedtls\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +AWS\#\#Heaps\#\#FreeRTOS\#\#heap_4\#\#\#\#10.6.1+fsp.5.0.0/all= +AWS\#\#Heaps\#\#FreeRTOS\#\#heap_4\#\#\#\#10.6.1+fsp.5.0.0/libraries= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#Cellular_Sockets_Wrapper\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#Cellular_Sockets_Wrapper\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#MbedTLS_PKCS11_Transport\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#MbedTLS_PKCS11_Transport\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#Plus_TCP_MbedTLS_Bio\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#Libraries\#\#FreeRTOS_Plus\#\#Plus_TCP_MbedTLS_Bio\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +AWS\#\#Libraries\#\#coreMQTT\#\#source\#\#\#\#2.1.1+fsp.5.0.0/all= +AWS\#\#Libraries\#\#coreMQTT\#\#source\#\#\#\#2.1.1+fsp.5.0.0/libraries= +AWS\#\#RTOS\#\#FreeRTOS\#\#all\#\#\#\#10.6.1+fsp.5.0.0/all= +AWS\#\#RTOS\#\#FreeRTOS\#\#all\#\#\#\#10.6.1+fsp.5.0.0/libraries= +AWS\#\#c_sdk\#\#standard\#\#logging\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/all= +AWS\#\#c_sdk\#\#standard\#\#logging\#\#\#\#202212.0.1+renesas.1.fsp.5.0.0/libraries= +Arm\#\#CMSIS\#\#CMSIS5\#\#CoreM\#\#\#\#5.9.0+renesas.0.fsp.5.0.0/all= +Arm\#\#CMSIS\#\#CMSIS5\#\#CoreM\#\#\#\#5.9.0+renesas.0.fsp.5.0.0/libraries= +Arm\#\#Mbed\#\#Library\#\#LittleFS\#\#\#\#2.2.1+renesas.1.fsp.5.0.0/all= +Arm\#\#Mbed\#\#Library\#\#LittleFS\#\#\#\#2.2.1+renesas.1.fsp.5.0.0/libraries= +Arm\#\#PSA\#\#Crypto\#\#mbedCrypto\#\#\#\#3.4.0+renesas.1.fsp.5.0.0/all= +Arm\#\#PSA\#\#Crypto\#\#mbedCrypto\#\#\#\#3.4.0+renesas.1.fsp.5.0.0/libraries= +Arm\#\#mbed\#\#Security\#\#mbedTLS\#\#\#\#3.4.0+renesas.2.fsp.5.0.0/all= +Arm\#\#mbed\#\#Security\#\#mbedTLS\#\#\#\#3.4.0+renesas.2.fsp.5.0.0/libraries= +Renesas\#\#BSP\#\#Board\#\#ra6m5_ck\#\#\#\#5.0.0/all= +Renesas\#\#BSP\#\#Board\#\#ra6m5_ck\#\#\#\#5.0.0/libraries= +Renesas\#\#BSP\#\#ra6m5\#\#device\#\#\#\#5.0.0/all= +Renesas\#\#BSP\#\#ra6m5\#\#device\#\#\#\#5.0.0/libraries= +Renesas\#\#BSP\#\#ra6m5\#\#device\#\#R7FA6M5BH3CFC\#\#5.0.0/all= +Renesas\#\#BSP\#\#ra6m5\#\#device\#\#R7FA6M5BH3CFC\#\#5.0.0/libraries= +Renesas\#\#BSP\#\#ra6m5\#\#fsp\#\#\#\#5.0.0/all= +Renesas\#\#BSP\#\#ra6m5\#\#fsp\#\#\#\#5.0.0/libraries= +Renesas\#\#Common\#\#all\#\#fsp_common\#\#\#\#5.0.0/all= +Renesas\#\#Common\#\#all\#\#fsp_common\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_cgc\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_cgc\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_dtc\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_dtc\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_flash_hp\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_flash_hp\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_gpt\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_gpt\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_icu\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_icu\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_iic_master\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_iic_master\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_ioport\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_ioport\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_key_injection\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_key_injection\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_plaintext\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sce9_ra6_plaintext\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sci_uart\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#r_sci_uart\#\#\#\#5.0.0/libraries= +Renesas\#\#HAL\ Drivers\#\#all\#\#rm_psa_crypto\#\#\#\#5.0.0/all= +Renesas\#\#HAL\ Drivers\#\#all\#\#rm_psa_crypto\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_aws_pkcs11_pal_littlefs\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_aws_pkcs11_pal_littlefs\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_comm_uart_aws\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_comm_uart_aws\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_platform_aws\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_platform_aws\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_ryz_aws\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_cellular_ryz_aws\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_comms_i2c\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_comms_i2c\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_freertos_port\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_freertos_port\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_hs300x\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_hs300x\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_littlefs_flash\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_littlefs_flash\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_mbedtls\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_mbedtls\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203_ppg\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203_ppg\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203_proximity\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_ob1203_proximity\#\#\#\#5.0.0/libraries= +Renesas\#\#Middleware\#\#all\#\#rm_zmod4410_iaq_1st\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_zmod4410_iaq_1st\#\#\#\#5.0.0/libraries=lib_iaq_1st_gen.a +Renesas\#\#Middleware\#\#all\#\#rm_zmod4510_oaq_1st\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_zmod4510_oaq_1st\#\#\#\#5.0.0/libraries=lib_oaq_1st_gen.a +Renesas\#\#Middleware\#\#all\#\#rm_zmod4xxx\#\#\#\#5.0.0/all= +Renesas\#\#Middleware\#\#all\#\#rm_zmod4xxx\#\#\#\#5.0.0/libraries= eclipse.preferences.version=1 diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.threads.configurator.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.threads.configurator.prefs index 904a705d32..666fb234f5 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.threads.configurator.prefs +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.ddsc.threads.configurator.prefs @@ -1,34 +1,37 @@ -collapse/module.arm.mbed.littlefs.816412832=false -collapse/module.arm.mbedtls.334691987=false -collapse/module.aws.c_sdk.logging.216197717=false -collapse/module.aws.coreMqtt.1149714202=false -collapse/module.aws.freertos.dev_mode_key_provisioning_mbed_transport_interface.2101009378=false -collapse/module.aws.freertosplus.crypto.954741832=false -collapse/module.aws.iot.common.1056496473=false -collapse/module.aws.pkcs11.mbedtls.1234816457=false -collapse/module.aws.sockets_wrapper.cellular.1200221480=false -collapse/module.aws.transport_interface.mbedtls_pkcs11.239735240=false -collapse/module.cellular_interface.comm_uart.1282784308=false -collapse/module.cellular_interface.ryz.573244571=false -collapse/module.driver.comms_i2c_on_comms_i2c_bus.1061252304=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.1352715460=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.1629457333=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.558580055=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.594652956=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.868509949=false -collapse/module.driver.comms_i2c_on_comms_i2c_device.903601268=false -collapse/module.driver.hs300x_on_hs300x.107176528=false -collapse/module.driver.i2c_on_iic_master.670263795=false -collapse/module.driver.psa_crypto.2092639182=false -collapse/module.driver.rm_aws_pkcs11_pal_littlefs.1446991596=false -collapse/module.driver.rm_psa_crypto.571985959=false -collapse/module.driver.uart_on_sci_uart.1737045514=false -collapse/module.driver.uart_on_sci_uart.184644796=false -collapse/module.driver.uart_on_sci_uart.2025370443=false -collapse/module.driver.uart_on_sci_uart.46786272=false -collapse/module.driver.zmod4410_iaq_1st_on_zmod4xxx.1218123776=false -collapse/module.driver.zmod4510_oaq_1st_on_zmod4xxx.1795282976=false -collapse/module.driver.zmod4xxx_on_zmod4xxx.2004599561=false -collapse/module.driver.zmod4xxx_on_zmod4xxx.499126874=false -collapse/module.middleware.rm_littlefs.1109916319=false +collapse/module.arm.mbed.littlefs.1564008519=false +collapse/module.arm.mbedtls.1575371676=false +collapse/module.aws.coreMqttLib.1846785590=false +collapse/module.aws.freertosplus.crypto.478881623=false +collapse/module.aws.pkcs11.mbedtls.416508323=false +collapse/module.aws.sockets_wrapper.cellular.799100795=false +collapse/module.aws.transport_interface.mbedtls_pkcs11.109471720=false +collapse/module.cellular_interface.comm_uart.870900748=false +collapse/module.cellular_interface.ryz.698632085=false +collapse/module.driver.comms_i2c_on_comms_i2c_bus.1750137270=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.1067001125=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.1228520087=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.1841009765=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.298215055=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.471884648=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.523196244=false +collapse/module.driver.comms_i2c_on_comms_i2c_device.988521966=false +collapse/module.driver.hs300x_on_hs300x.862867357=false +collapse/module.driver.i2c_on_iic_master.1712412011=false +collapse/module.driver.ob1203_on_ob1203.125112581=false +collapse/module.driver.ob1203_on_ob1203.1432793572=false +collapse/module.driver.ob1203_ppg_mode_on_ob1203.1320231325=false +collapse/module.driver.ob1203_prox_mode_on_ob1203.1260817286=false +collapse/module.driver.psa_crypto.1286585491=false +collapse/module.driver.rm_aws_pkcs11_pal_littlefs.1586013212=false +collapse/module.driver.rm_psa_crypto.353710782=false +collapse/module.driver.sce9.plaintext.1033689085=false +collapse/module.driver.uart_on_sci_uart.1977838905=false +collapse/module.driver.uart_on_sci_uart.356045095=false +collapse/module.driver.uart_on_sci_uart.469844733=false +collapse/module.driver.uart_on_sci_uart.872911951=false +collapse/module.driver.zmod4410_iaq_1st_on_zmod4xxx.600313072=false +collapse/module.driver.zmod4510_oaq_1st_on_zmod4xxx.1124741736=false +collapse/module.driver.zmod4xxx_on_zmod4xxx.1438926679=false +collapse/module.driver.zmod4xxx_on_zmod4xxx.776765194=false +collapse/module.middleware.rm_littlefs.63861172=false eclipse.preferences.version=1 diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.managedbuild.gnuarm.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.managedbuild.gnuarm.prefs index 0c9b5d059c..1f97dab10d 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.managedbuild.gnuarm.prefs +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/com.renesas.cdt.managedbuild.gnuarm.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 is.toolchain.version=true store.version=2 -toolchain.version=10.3.1.20210824 +toolchain.version=12.2.1.arm-12-mpacbti-34 diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/language.settings.xml b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/language.settings.xml index 99464537e5..3db13a102d 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/language.settings.xml +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/language.settings.xml @@ -1,22 +1,22 @@ - + - + - + - + diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.cdt.managedbuilder.core.prefs index 69de7d9369..2252222360 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.cdt.managedbuilder.core.prefs +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.cdt.managedbuilder.core.prefs @@ -1,11 +1,11 @@ eclipse.preferences.version=1 -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/CPATH/delimiter=; -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/CPATH/operation=remove -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/C_INCLUDE_PATH/delimiter=; -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/C_INCLUDE_PATH/operation=remove -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/append=true -environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/appendContributed=true -environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/LIBRARY_PATH/delimiter=; -environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/LIBRARY_PATH/operation=remove -environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/append=true -environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.207368684/appendContributed=true +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/CPATH/delimiter=; +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/CPATH/operation=remove +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/C_INCLUDE_PATH/delimiter=; +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/C_INCLUDE_PATH/operation=remove +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/append=true +environment/buildEnvironmentInclude/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/appendContributed=true +environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/LIBRARY_PATH/delimiter=; +environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/LIBRARY_PATH/operation=remove +environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/append=true +environment/buildEnvironmentLibrary/com.renesas.cdt.managedbuild.gnuarm.config.elf.debug.467934857/appendContributed=true diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.core.resources.prefs b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000000..99f26c0203 --- /dev/null +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/R7FA6M5BH3CFC.pincfg b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/R7FA6M5BH3CFC.pincfg deleted file mode 100644 index dd7d08b83b..0000000000 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/R7FA6M5BH3CFC.pincfg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.jlink b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.jlink new file mode 100644 index 0000000000..4b37c506ec --- /dev/null +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.jlink @@ -0,0 +1,47 @@ +[BREAKPOINTS] +ForceImpTypeAny = 0 +ShowInfoWin = 1 +EnableFlashBP = 1 +BPDuringExecution = 0 +[CFI] +CFISize = 0x00 +CFIAddr = 0x00 +[CPU] +MonModeVTableAddr = 0xFFFFFFFF +MonModeDebug = 0 +MaxNumAPs = 0 +LowPowerHandlingMode = 0 +OverrideMemMap = 0 +AllowSimulation = 1 +ScriptFile="" +[FLASH] +RMWThreshold = 0x200 +Loaders="" +EraseType = 0x00 +CacheExcludeSize = 0x00 +CacheExcludeAddr = 0x00 +MinNumBytesFlashDL = 0 +SkipProgOnCRCMatch = 1 +VerifyDownload = 1 +AllowCaching = 1 +EnableFlashDL = 2 +Override = 0 +Device="ARM7" +[GENERAL] +WorkRAMSize = 0x3000 +WorkRAMAddr = 0x2000D000 +RAMUsageLimit = 0x00 +[SWO] +SWOLogFile="" +[MEM] +RdOverrideOrMask = 0x00 +RdOverrideAndMask = 0xFFFFFFFF +RdOverrideAddr = 0xFFFFFFFF +WrOverrideOrMask = 0x00 +WrOverrideAndMask = 0xFFFFFFFF +WrOverrideAddr = 0xFFFFFFFF +[RAM] +VerifyDownload = 0x00 +[MEM_MAP] +[DYN_MEM_MAP] +NumUserRegion = 0x00 diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 Debug_Flat.launch b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.launch similarity index 64% rename from application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 Debug_Flat.launch rename to application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.launch index 619b376ac9..38a9385903 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/AWS_CC_FSP_360_CELLULAR_RYZ014A_CK_RA6M5 Debug_Flat.launch +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/aws_ck_ra6m5_cellular_app.elf.launch @@ -2,82 +2,78 @@ + + + + + + + + + - + + + - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/configuration.xml b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/configuration.xml index 2a99eb22b7..cc04b559b0 100644 --- a/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/configuration.xml +++ b/application_projects/cloud_connectivity/source/aws_cc_cellular_ryz014a_ck_ra6m5/e2studio/configuration.xml @@ -1,5 +1,5 @@ - +