Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle specific extra build flags from library.json #289

Closed
ivankravets opened this issue Sep 21, 2015 · 0 comments
Closed

Handle specific extra build flags from library.json #289

ivankravets opened this issue Sep 21, 2015 · 0 comments
Assignees
Labels
feature ldf Library Dependency Finder
Milestone

Comments

@ivankravets
Copy link
Member

ivankravets commented Sep 21, 2015

Useful options from platformio.ini for library.json

library.json

{
  "name": "SomeLib",
   ...
  "build": {
    "flags": "-I target/n1/inc -DREV=13",
    "srcFilter": "+<*> -<test/> -<debug/>",
    "extraScript": "generate_headers.py"
  } 
}
@ivankravets ivankravets self-assigned this Sep 21, 2015
@ivankravets ivankravets added this to the 2.4.0 milestone Oct 1, 2015
@ivankravets ivankravets changed the title Handle specific extra build flags for library.json Handle specific extra build flags from library.json Oct 7, 2015
@ivankravets ivankravets modified the milestones: 2.3.5, 2.4.0, 2.3.6, 3.0.0 Nov 18, 2015
@ivankravets ivankravets added the ldf Library Dependency Finder label Mar 9, 2016
ivankravets added a commit that referenced this issue Sep 9, 2016
* develop:
  Fix incorrect line order when converting from INO to CPP and pointer is used
  Fix unit test
  Notify about `version` field when creating library
  Add support for SparkFun Blynk Board
  Return valid exit code from ``plaformio test`` command
  Disable SSL Server-Name-Indication for Python < 2.7.9
  Version bump to 3.0.1 (issue #772)
  Disable temporary SSL for PlatformIO services // Resolve #772
  Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510)
  Fix menu height for  docs
  Fix issue with multiple archives when linking firmware
  Add migration guide for PIO2 to PIO3
  Search libraries by headers/includes with ``platformio lib search --header`` option
  Update pio run command examples
  Add Unit Testing Demo
  Update PIO Plus badge title and link
  Add PlatformIO Plus badge
  Add links to PlatformIO Plus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ldf Library Dependency Finder
Projects
None yet
Development

No branches or pull requests

1 participant