MCPcopy Index your code
hub / github.com/arduino/Arduino / getTargetBoard

Method getTargetBoard

arduino-core/src/processing/app/BaseNoGui.java:374–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 public static TargetBoard getTargetBoard() {
375 TargetPlatform targetPlatform = getTargetPlatform();
376 if (targetPlatform == null)
377 return null;
378 String boardId = PreferencesData.get("board");
379 return targetPlatform.getBoard(boardId);
380 }
381
382 /**
383 * Returns a specific TargetPackage

Callers 7

buildMethod · 0.95
getBoardPreferencesMethod · 0.95
testDefaultTargetMethod · 0.95
BaseMethod · 0.95
rebuildExamplesMenuMethod · 0.95
rebuildProgrammerMenuMethod · 0.95

Calls 3

getTargetPlatformMethod · 0.95
getMethod · 0.95
getBoardMethod · 0.95

Tested by 1

testDefaultTargetMethod · 0.76