Skip to content

Commit e163d58

Browse files
Release v6.3.1
1 parent 9a9f629 commit e163d58

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
## BSD 3-Clause License
3333

34-
Copyright 2020 - 2025, Renesas Electronics Corporation and/or its affiliates
34+
Copyright 2020 - 2026, Renesas Electronics Corporation and/or its affiliates
3535

3636
Redistribution and use in source and binary forms, with or without
3737
modification, are permitted provided that the following conditions are met:
@@ -60,7 +60,7 @@ OF SUCH DAMAGE.
6060

6161
## Renesas Open License v1.0
6262

63-
Copyright (c) 2020 - 2025, Renesas Electronics Corporation and/or its affiliates
63+
Copyright (c) 2020 - 2026, Renesas Electronics Corporation and/or its affiliates
6464

6565

6666
By installing, copying, downloading, accessing, or otherwise using this software

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FSP uses an open software ecosystem and provides flexibility in using your prefe
1010

1111
### Current Release
1212

13-
[FSP v6.3.0](https://github.com/renesas/fsp/releases/tag/v6.3.0)
13+
[FSP v6.3.1](https://github.com/renesas/fsp/releases/tag/v6.3.1)
1414

1515
### Supported RA MCU Kits
1616

@@ -130,7 +130,7 @@ When using the zipped version of the packs the zip file should be extracted into
130130

131131
#### For new users that are using FSP with e² studio
132132

133-
1. Download the FSP with e² studio Installer from the Assets section of the [current release](https://github.com/renesas/fsp/releases/tag/v6.3.0).
133+
1. Download the FSP with e² studio Installer from the Assets section of the [current release](https://github.com/renesas/fsp/releases/tag/v6.3.1).
134134
2. Run the installer. This will install the e² studio tool, FSP packs, chosen toolchains (GCC and/or LLVM) and other tools required to use this software. No additional installations are required.
135135

136136
#### If using RA Smart Configurator (RASC) with IAR Embedded Workbench or Keil MDK ####

ra/fsp/inc/fsp_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ extern "C" {
3434
#define FSP_VERSION_MINOR (3U)
3535

3636
/** FSP pack patch version. */
37-
#define FSP_VERSION_PATCH (0U)
37+
#define FSP_VERSION_PATCH (1U)
3838

3939
/** FSP pack version build number (currently unused). */
4040
#define FSP_VERSION_BUILD (0U)
4141

4242
/** Public FSP version name. */
43-
#define FSP_VERSION_STRING ("6.3.0")
43+
#define FSP_VERSION_STRING ("6.3.1")
4444

4545
/** Unique FSP version ID. */
46-
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Advanced Flexible Software Package version 6.3.0")
46+
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Advanced Flexible Software Package version 6.3.1")
4747

4848
/**********************************************************************************************************************
4949
* Typedef definitions

0 commit comments

Comments
 (0)