Skip to content

Commit 4203dbe

Browse files
rebuilding FSP for minima in order to set RTC_CFG_OPEN_SET_CLOCK_SOURCE to 0
1 parent 173dda0 commit 4203dbe

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

variants/MINIMA/defines.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-D_RA_CORE=CM4
22
-D_RENESAS_RA_
3+
-D_RA_ORDINAL=1

variants/MINIMA/includes/ra_cfg/fsp_cfg/r_rtc_cfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extern "C" {
66
#endif
77

88
#define RTC_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
9-
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (1)
9+
#define RTC_CFG_OPEN_SET_CLOCK_SOURCE (0)
1010

1111
#ifdef __cplusplus
1212
}

variants/MINIMA/libs/libfsp.a

757 KB
Binary file not shown.

0 commit comments

Comments
 (0)