mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 19:34:27 +02:00
Correct RAM size for NXP LPC1768 based boards // Resolve #484
This commit is contained in:
@@ -7,6 +7,8 @@ PlatformIO 2.0
|
|||||||
2.8.2 (2016-01-??)
|
2.8.2 (2016-01-??)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Corrected RAM size for NXP LPC1768 based boards
|
||||||
|
(`issue #484 <https://github.com/platformio/platformio/issues/484>`_)
|
||||||
* Exclude only ``test`` and ``tests`` folders from build process
|
* Exclude only ``test`` and ``tests`` folders from build process
|
||||||
* Reverted ``-Wl,-whole-archive`` hook for ST STM32 and mbed
|
* Reverted ``-Wl,-whole-archive`` hook for ST STM32 and mbed
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"name": "NXP mbed LPC1768",
|
"name": "NXP mbed LPC1768",
|
||||||
"platform": "nxplpc",
|
"platform": "nxplpc",
|
||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 32768,
|
"maximum_ram_size": 65536,
|
||||||
"maximum_size": 524288
|
"maximum_size": 524288
|
||||||
},
|
},
|
||||||
"url": "http://developer.mbed.org/platforms/mbed-LPC1768/",
|
"url": "http://developer.mbed.org/platforms/mbed-LPC1768/",
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
"name": "u-blox C027",
|
"name": "u-blox C027",
|
||||||
"platform": "nxplpc",
|
"platform": "nxplpc",
|
||||||
"upload": {
|
"upload": {
|
||||||
"maximum_ram_size": 32768,
|
"maximum_ram_size": 65536,
|
||||||
"maximum_size": 524288
|
"maximum_size": 524288
|
||||||
},
|
},
|
||||||
"url": "https://developer.mbed.org/platforms/u-blox-C027/",
|
"url": "https://developer.mbed.org/platforms/u-blox-C027/",
|
||||||
|
Reference in New Issue
Block a user