mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 11:24:27 +02:00
This commit is contained in:
@@ -14,6 +14,9 @@ PlatformIO 3.0
|
|||||||
* Show all available upload protocols before firmware uploading in a build log
|
* Show all available upload protocols before firmware uploading in a build log
|
||||||
* Handle "os.mbed.com" URL as a Mercurial (hg) repository
|
* Handle "os.mbed.com" URL as a Mercurial (hg) repository
|
||||||
* Improved support for old mbed libraries without manifest
|
* Improved support for old mbed libraries without manifest
|
||||||
|
* Fixed project generator for Qt Creator IDE
|
||||||
|
(`issue #1303 <https://github.com/platformio/platformio-core/issues/1303>`_,
|
||||||
|
`issue #1323 <https://github.com/platformio/platformio-core/issues/1323>`_)
|
||||||
* Fixed issue with duplicated "include" records when generating data for IDE
|
* Fixed issue with duplicated "include" records when generating data for IDE
|
||||||
(`issue #1301 <https://github.com/platformio/platformio-core/issues/1301>`_)
|
(`issue #1301 <https://github.com/platformio/platformio-core/issues/1301>`_)
|
||||||
|
|
||||||
|
@@ -14,7 +14,8 @@ INCLUDEPATH += "{{include}}"
|
|||||||
% end
|
% end
|
||||||
|
|
||||||
% for define in defines:
|
% for define in defines:
|
||||||
DEFINES += {{!define}}
|
% tokens = define.split("##", 1)
|
||||||
|
DEFINES += "{{tokens[0].strip()}}"
|
||||||
% end
|
% end
|
||||||
|
|
||||||
OTHER_FILES += platformio.ini
|
OTHER_FILES += platformio.ini
|
||||||
|
Reference in New Issue
Block a user