Commit b62a763
committed
Merge branch 'framework/fix_pio_lib_checks_v7.0' into hotfix-v7.1 (PR #914)
This merge updates the logic that is used to add the PIO library to the
definition of LIBS in the top-level Makefile so that the libpio.settings file
found in newer PIO 2 releases (beginning around PIO 2.5.2) is ignored. Without
the changes in this merge, builds that reference the latest PIO library will
fail with the message
Checking for a usable PIO library...
************ ERROR ************
Failed to compile a PIO test program
Please ensure the PIO environment variable is set to the PIO installation directory
************ ERROR ************
Note: This merge contains identical changes to PR #707, but this merge is based
off of the v7.0 tag and targets the hotfix-v7.1 branch.1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
461 | 463 | | |
462 | | - | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
463 | 468 | | |
| 469 | + | |
464 | 470 | | |
465 | 471 | | |
466 | 472 | | |
| |||
0 commit comments