(tool)
| 453 | |
| 454 | } |
| 455 | generateBLEDefinitions(tool) { |
| 456 | if (tool.platform == "zephyr") { |
| 457 | //@@ zephyr |
| 458 | this.line("# need to implement generateBLEDefinitions"); |
| 459 | } |
| 460 | else { |
| 461 | this.write("BLE ="); |
| 462 | this.write("\\\n\t$(TMP_DIR)"); |
| 463 | this.write(tool.slash); |
| 464 | this.write("mc.bleservices"); |
| 465 | this.line(""); |
| 466 | } |
| 467 | this.line(""); |
| 468 | } |
| 469 | generateBLERules(tool) { |
| 470 | if (tool.platform == "zephyr") { |
| 471 | //@@ zephyr |
no test coverage detected