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

Automatically append -DPLATFORMIO to builder #105

Closed
ivankravets opened this issue Mar 3, 2015 · 4 comments
Closed

Automatically append -DPLATFORMIO to builder #105

ivankravets opened this issue Mar 3, 2015 · 4 comments
Assignees
Milestone

Comments

@ivankravets
Copy link
Member

Add PLATFORMIO define to gcc builder which should be equal to platformio.__version__ in the INT format (4bytes):
1byte = major version
2byte = minor version
3byte = bug fixes number
4byte = dev/pre/post/alpha/beta and etc

Pack this information in MSB order.

@ivankravets ivankravets self-assigned this Mar 3, 2015
@ivankravets ivankravets modified the milestones: 1.1.0, 1.0.2, 1.2.0, 1.3.0 Mar 3, 2015
@ivankravets ivankravets modified the milestones: 1.2.0, 1.3.0 Mar 13, 2015
@aphelps
Copy link

aphelps commented Mar 13, 2015

Hah, thanks for adding that. I had already put the same tag into all my own platformio.ini files ;)

@ivankravets
Copy link
Member Author

Why you haven't requested it earlier? 😄
Do you have any ideas/propositions as for 1.1.0 release?

@aphelps
Copy link

aphelps commented Mar 13, 2015

Didn't think about it, its been a couple of weeks since I've had time to work on the software as I've needed to update the boards I've been running on it. I'll contemplate new ideas, I should be back to software development this week.

@ivankravets
Copy link
Member Author

I'll contemplate new ideas, I should be back to software development this week.

Thanks! We will wait for them (ideas) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants