Skip to content

Commit 6e0e018

Browse files
committed
board:Update available RAM for app on 4G module
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 9a2ed13 commit 6e0e018

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

boards/ec200u.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"name": "Quectel EC200U LTE Cat.1 Module",
2727
"upload": {
28-
"maximum_ram_size": 1048576,
28+
"maximum_ram_size": 524288,
2929
"maximum_size": 1048576,
3030
"require_upload_port": false,
3131
"speed": 460800

boards/ec600u.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"name": "Quectel EC600U LTE Cat.1 Module",
2626
"upload": {
27-
"maximum_ram_size": 1048576,
27+
"maximum_ram_size": 524288,
2828
"maximum_size": 1048576,
2929
"require_upload_port": false,
3030
"speed": 460800

boards/eg915u.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@
1616
},
1717
"connectivity": [
1818
"gsm",
19-
"bluetooth",
20-
"gps"
19+
"bluetooth"
2120
],
2221
"frameworks": [
2322
"arduino",
2423
"logicromsdk"
2524
],
2625
"name": "Quectel EG915U LTE Cat.1 Module",
2726
"upload": {
28-
"maximum_ram_size": 1048576,
27+
"maximum_ram_size": 524288,
2928
"maximum_size": 1048576,
3029
"require_upload_port": false,
3130
"speed": 460800

boards/l610.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"name": "Fibocom L610 LTE Cat.1 Module",
2727
"upload": {
28-
"maximum_ram_size": 1048576,
28+
"maximum_ram_size": 524288,
2929
"maximum_size": 1048576,
3030
"require_upload_port": false,
3131
"speed": 460800

boards/n58.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"name": "Neoway N58 LTE Cat.1 Module",
2727
"upload": {
28-
"maximum_ram_size": 1048576,
28+
"maximum_ram_size": 524288,
2929
"maximum_size": 1048576,
3030
"require_upload_port": false,
3131
"speed": 460800

boards/n716.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"name": "Neoway N716 LTE Cat.1 Module",
2626
"upload": {
27-
"maximum_ram_size": 1048576,
27+
"maximum_ram_size": 524288,
2828
"maximum_size": 1048576,
2929
"require_upload_port": false,
3030
"speed": 460800

0 commit comments

Comments
 (0)