Correct RAM size for NXP LPC1768 based boards // Resolve #484

This commit is contained in:
Ivan Kravets
2016-01-29 18:17:33 +02:00
parent c036bde86c
commit 131f1eb943
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ PlatformIO 2.0
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
* Reverted ``-Wl,-whole-archive`` hook for ST STM32 and mbed

View File

@@ -9,7 +9,7 @@
"name": "NXP mbed LPC1768",
"platform": "nxplpc",
"upload": {
"maximum_ram_size": 32768,
"maximum_ram_size": 65536,
"maximum_size": 524288
},
"url": "http://developer.mbed.org/platforms/mbed-LPC1768/",
@@ -105,7 +105,7 @@
"name": "u-blox C027",
"platform": "nxplpc",
"upload": {
"maximum_ram_size": 32768,
"maximum_ram_size": 65536,
"maximum_size": 524288
},
"url": "https://developer.mbed.org/platforms/u-blox-C027/",