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 Dec 6, 2018. It is now read-only.

Commit 1839cd6

Browse files
committed
examples: delete stale EXTI example for stm32
Since it is already moved to https://github.com/theCore-embedded/example_button_interrupt
1 parent a3fba69 commit 1839cd6

File tree

6 files changed

+0
-168
lines changed

6 files changed

+0
-168
lines changed

‎examples/CMakeLists.txt‎

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,33 +18,6 @@ set(THECORE_BUILD_THIRDPARTY_DIR "${CMAKE_CURRENT_BINARY_DIR}/thirdparty_worktre
1818
# Convinient alias
1919
set(ARM_CM4_GNU_TOOLCHAIN ${CMAKE_CURRENT_LIST_DIR}/../toolchains/arm-cm4-gnu.cmake)
2020

21-
################################################################################
22-
# External interrupt stm32 demo.
23-
################################################################################
24-
25-
ExternalProject_Add(stm32f4_exti
26-
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/stm32f4_exti
27-
CMAKE_ARGS
28-
-DTHECORE_BUILD_THIRDPARTY_DIR=${THECORE_BUILD_THIRDPARTY_DIR}
29-
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
30-
-DCMAKE_TOOLCHAIN_FILE=${ARM_CM4_GNU_TOOLCHAIN}
31-
BUILD_ALWAYS 1 # Allows to rebuild external project if its files changes
32-
INSTALL_COMMAND echo "Install isn't required, skipping...")
33-
34-
35-
################################################################################
36-
# STM32 and HTU21D demo.
37-
################################################################################
38-
39-
ExternalProject_Add(stm32f4_htu21d_example
40-
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/htu21d
41-
CMAKE_ARGS
42-
-DTHECORE_BUILD_THIRDPARTY_DIR=${THECORE_BUILD_THIRDPARTY_DIR}
43-
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
44-
-DCMAKE_TOOLCHAIN_FILE=${ARM_CM4_GNU_TOOLCHAIN}
45-
BUILD_ALWAYS 1 # Allows to rebuild external project if its files changes
46-
INSTALL_COMMAND echo "Install isn't required, skipping...")
47-
4821
################################################################################
4922
# STM32 and HM-10 Bluetooth example.
5023
################################################################################

‎examples/stm32f4_exti/CMakeLists.txt‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎examples/stm32f4_exti/README.md‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎examples/stm32f4_exti/main.cpp‎

Lines changed: 0 additions & 48 deletions
This file was deleted.

‎examples/stm32f4_exti/stm32f4_exti.json‎

Lines changed: 0 additions & 43 deletions
This file was deleted.

‎examples/stm32f4_exti/target.hpp‎

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
(0)

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