Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renesas-fsp-development committed May 29, 2020
1 parent 9ecbab8 commit fc3e3e5
Show file tree
Hide file tree
Showing 13 changed files with 572 additions and 134 deletions.
580 changes: 509 additions & 71 deletions ra/fsp/inc/api/rm_ble_abs_api.h

Large diffs are not rendered by default.

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 (1U)

/** 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 ("1.1.0")
#define FSP_VERSION_STRING ("1.1.1")

/** Unique FSP version ID. */
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Arm Flexible Software Package version 1.1.0")
#define FSP_VERSION_BUILD_STRING ("Built with Renesas Arm Flexible Software Package version 1.1.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.
2 changes: 1 addition & 1 deletion ra/fsp/src/bsp/mcu/ra4w1/bsp_feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
#define BSP_FEATURE_GPT_32BIT_CHANNEL_MASK (0xF)
#define BSP_FEATURE_GPT_VALID_CHANNEL_MASK (0x13F)

#define BSP_FEATURE_ICU_IRQ_CHANNELS_MASK (0xCADFU)
#define BSP_FEATURE_ICU_IRQ_CHANNELS_MASK (0xCBDFU)
#define BSP_FEATURE_ICU_WUPEN_MASK (0xFB97CADFU)

#define BSP_FEATURE_IIC_FAST_MODE_PLUS (0U)
Expand Down
118 changes: 59 additions & 59 deletions ra/fsp/src/r_usb_basic/r_usb_basic.c

Large diffs are not rendered by default.

0 comments on commit fc3e3e5

Please sign in to comment.