make: add BOARD_INSUFFICIENT_RAM blacklisting#1039
make: add BOARD_INSUFFICIENT_RAM blacklisting#1039OlegHahm merged 3 commits intoRIOT-OS:masterfrom Kijewski:buildtest-insufficient-ram
BOARD_INSUFFICIENT_RAM blacklisting#1039Conversation
Makefile
Outdated
|
Maybe I overlooked some more of the unrelated changes, but those we definitely want, so please split all of those - does not have to be a separate PR. |
|
Made it 4 commits. |
|
ACK for 'unrelated changes :)' except for the commit message ;-) |
|
It's not the unrelated changes that I want you ACK for, you know. 👅 |
|
I had a little trouble parsing the emoticon .. I first thought it was a bottom with pointy ears =) |
|
And yes, I know. |
|
Okay, okay, now with a proper commit message. :) |
|
Greatness =) |
Makefile.include
Outdated
|
ACK for 'Use |
|
ACK for 'make: parallelize creation of board and base code'. |
|
ACK for ==> ACK for the whole PR as it is now. |
|
Needs update if #1033 is merged first |
|
Can I merge or does this PR need another pair of eyes? |
|
Looks like a core change to me. |
|
I tend to agree. |
|
Second ACK, anyone? |
|
Please see #1073 which fixes the bug in |
|
I don't understand the purpose of 71f515c . |
|
@OlegHahm Does this persist if you read the commit message? |
|
Rebased on master. |
|
@OlegHahm do you have open questions? |
Makefile.include
Outdated
There was a problem hiding this comment.
Please don't remove this output. It's very helpful to if you're building what you've intended to build.
|
Apart from my comments and the fact that it needs to be rebases, this seems to be fine. |
|
Rebased, |
Hm, that's quite unfortunate, since one only notices that one's building the wrong application or for the wrong board at the end. Is there no other target where to put it? Apart, Travis is unhappy. |
|
Darn, that's the calloc problem. Gonna blacklist. |
|
|
There was a problem hiding this comment.
remove comments about insufficient ram
|
Is there a reason why it depends on the #1182? It does not seem related. |
|
@authmillenon otherwise I cannot un-blacklist the MSP boards for the ccnl examples. |
|
Is https://github.com/Kijewski/RIOT/commit/cd04499e3f087922123aaa6fbaf5a6b6bb3ab335 the reason that the "Building..." info output isn't shown at the start any more? In this case I'd vote for removing that Commit from the PR and ACKing it. |
Remove some outdated example code.
Currently most blacklistings for examples and tests are done because the board provides too little RAM or ROM. Besides of the actual linking all the compiling should nevertheless work just fine. This PR adds the variable `BOARD_INSUFFICIENT_RAM` to tell the `buildtest` to compile the code for a board, but omit the linking step.
|
ACK and go! |
make: add `BOARD_INSUFFICIENT_RAM` blacklisting
Currently most blacklistings for examples and tests are done because the
board provides too little RAM or ROM. Besides of the actual linking all
the compiling should nevertheless work just fine.
This PR adds the variable
BOARD_INSUFFICIENT_RAMto tell thebuildtestto compile the code for a board, but omit the linking step.