()
| 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 |