File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 26
26
"variant" : " PORTENTA_C33"
27
27
},
28
28
"debug" : {
29
- "jlink_device" : " RA6M5 " ,
29
+ "jlink_device" : " R7FA6M5 " ,
30
30
"svd_path" : " R7FA6M5BH.svd"
31
31
},
32
32
"frameworks" : [
Original file line number Diff line number Diff line change 6
6
"extra_flags" : [
7
7
" -DARDUINO_MINIMA" ,
8
8
" -DARDUINO_UNOR4_MINIMA" ,
9
+ " -DARDUINO_ARCH_RENESAS_UNO" ,
9
10
" -DCFG_TUSB_MCU=OPT_MCU_RAXXX"
10
11
],
11
12
"core" : " arduino" ,
Original file line number Diff line number Diff line change 5
5
},
6
6
"extra_flags" : [
7
7
" -DARDUINO_UNOWIFIR4" ,
8
+ " -DARDUINO_ARCH_RENESAS_UNO" ,
8
9
" -DARDUINO_UNOR4_WIFI" ,
9
10
" -DNO_USB" ,
10
11
" -DBACKTRACE_SUPPORT" ,
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def load_flags(filename):
117
117
("ARDUINO" , 10810 ),
118
118
"ARDUINO_ARCH_RENESAS" ,
119
119
"ARDUINO_FSP" ,
120
- "_XOPEN_SOURCE" ,
120
+ ( "_XOPEN_SOURCE" , 700 ) ,
121
121
("F_CPU" , "$BOARD_F_CPU" )
122
122
],
123
123
@@ -142,14 +142,10 @@ def load_flags(filename):
142
142
# Add FPU flags
143
143
#
144
144
145
- fpv_version = "4-sp"
146
- if board .id == "portenta_c33" :
147
- fpv_version = "5"
148
-
149
145
env .Append (
150
146
LINKFLAGS = [
151
147
"-mfloat-abi=hard" ,
152
- "-mfpu=fpv%s-d16" % fpv_version
148
+ "-mfpu=fpv%s-sp- d16" % ( "5" if board . id == "portenta_c33" else "4" ),
153
149
]
154
150
)
155
151
Original file line number Diff line number Diff line change 21
21
"type" : " git" ,
22
22
"url" : " https://github.com/platformio/platform-renesas-ra.git"
23
23
},
24
- "version" : " 1.1 .0" ,
24
+ "version" : " 1.2 .0" ,
25
25
"frameworks" : {
26
26
"arduino" : {
27
27
"package" : " framework-arduinorenesas-uno" ,
46
46
"type" : " framework" ,
47
47
"optional" : true ,
48
48
"owner" : " platformio" ,
49
- "version" : " ~1.0.2 "
49
+ "version" : " ~1.0.4 "
50
50
},
51
51
"framework-arduinorenesas-portenta" : {
52
52
"type" : " framework" ,
53
53
"optional" : true ,
54
54
"owner" : " platformio" ,
55
- "version" : " ~1.0.2 "
55
+ "version" : " ~1.0.4 "
56
56
},
57
57
"framework-renesas-fsp" : {
58
58
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments