Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renesas-fsp-development committed Jan 8, 2021
1 parent 7a14875 commit 8d6d3e3
Show file tree
Hide file tree
Showing 18 changed files with 163 additions and 155 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FSP uses an open software ecosystem and provides flexibility in using your prefe

### Current Release

[FSP v2.2.0](https://github.com/renesas/fsp/releases/tag/v2.2.0)
[FSP v2.2.1](https://github.com/renesas/fsp/releases/tag/v2.2.1)

### Supported RA MCU Kits

Expand Down
6 changes: 3 additions & 3 deletions ra/fsp/inc/fsp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
#define FSP_VERSION_MINOR (2U)

/** FSP pack patch version. */
#define FSP_VERSION_PATCH (0U)
#define FSP_VERSION_PATCH (1U)

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

/** Public FSP version name. */
#define FSP_VERSION_STRING ("2.2.0")
#define FSP_VERSION_STRING ("2.2.1")

/** Unique FSP version ID. */
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Advanced Flexible Software Package version 2.2.0")
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Advanced Flexible Software Package version 2.2.1")

/**********************************************************************************************************************
* Typedef definitions
Expand Down
Binary file modified ra/fsp/lib/r_ble/cm4_ac6/all/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/r_ble/cm4_ac6/all_freertos/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/r_ble/cm4_gcc/all/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/r_ble/cm4_gcc/all_freertos/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/r_ble/cm4_iar/all/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/r_ble/cm4_iar/all_freertos/libr_ble.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_current/cm4_ac6/librm_motor_current.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_current/cm4_gcc/librm_motor_current.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_current/cm4_iar/librm_motor_current.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_estimate/cm4_ac6/librm_motor_estimate.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_estimate/cm4_gcc/librm_motor_estimate.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_estimate/cm4_iar/librm_motor_estimate.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_speed/cm4_ac6/librm_motor_speed.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_speed/cm4_gcc/librm_motor_speed.a
Binary file not shown.
Binary file modified ra/fsp/lib/rm_motor_speed/cm4_iar/librm_motor_speed.a
Binary file not shown.
310 changes: 159 additions & 151 deletions ra/fsp/src/rm_ble_abs/rm_ble_abs.c

Large diffs are not rendered by default.

0 comments on commit 8d6d3e3

Please sign in to comment.