Skip to content

Commit

Permalink
added:rx140,rx660
Browse files Browse the repository at this point in the history
Signed-off-by: MasahikoNagata <masahiko.nagata.cj@renesas.com>
  • Loading branch information
MasahikoNagata committed May 23, 2022
1 parent a1b97da commit 0ffdf81
Show file tree
Hide file tree
Showing 10 changed files with 895 additions and 827 deletions.
Binary file modified .vs/Renesas Secure Flash Programmer/v15/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# mot-file-converter
Convert from MOT file to RSU(Renesas Secure Update) file format for firmware update.

# RSU format
https://www.renesas.com/document/apn/renesas-mcu-firmware-update-design-policy
-> Please refer to "7.1 Download Data Format"
Convert MOT file to RSU(Renesas Secure Update) file format for firmware update.
1,575 changes: 799 additions & 776 deletions Renesas Secure Flash Programmer/FormMain.Designer.cs

Large diffs are not rendered by default.

135 changes: 92 additions & 43 deletions Renesas Secure Flash Programmer/FormMain.cs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Renesas Secure Flash Programmer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Renesas Secure Flash Programmer")]
[assembly: AssemblyCopyright("© 2015, 2021 Renesas Electronics Corporation. all rights reserved.")]
[assembly: AssemblyCopyright("© 2015, 2022 Renesas Electronics Corporation. all rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -32,5 +32,5 @@
// すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
Binary file not shown.
Binary file not shown.

0 comments on commit 0ffdf81

Please sign in to comment.