Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit fe7d116

Browse files
Removed leftovers from global-board changes
1 parent 557111f commit fe7d116

File tree

8 files changed

+0
-17
lines changed

8 files changed

+0
-17
lines changed

‎examples/3rd-party-library/CMakeLists.txt‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(3rd_Party_Arduino_Library)
4-
get_board_id(board_id nano atmega328)]]
5-
63
arduino_cmake_project(3rd_Party_Arduino_Library BOARD_NAME nano BOARD_CPU atmega328)
74

85
# First, declare and create our executable - It'll use 4 sources

‎examples/arduino-library/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Arduino_Library)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Arduino_Library BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/blink-example/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Blink_Example)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Blink_Example BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/header-only-library/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Header_Only_Lib)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Header_Only_Lib BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/misc/libraries/late-sources-library/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Late_Source_Library)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Late_Source_Library BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/platform-library/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Platform_Library)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Platform_Library BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/servo-knob-example/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Knob_Example)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Knob_Example BOARD_NAME nano BOARD_CPU atmega328)
75

‎examples/sketch/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.8.2)
22

3-
#[[project(Sketch)
4-
get_board_id(board_id nano atmega328)]]
53

64
arduino_cmake_project(Sketch BOARD_NAME nano BOARD_CPU atmega328)
75

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /