Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luiz Fernando Lavado Villa
Core
Commits
e48bb87b
Commit
e48bb87b
authored
Jul 13, 2021
by
Clément Foucher
Browse files
Use new module hierarchy for Ngnd Driver.
Added comments to Timer Module CMakeLists.
parent
66efe67f
Changes
6
Hide whitespace changes
Inline
Side-by-side
zephyr/modules/owntech_ngnd_driver/zephyr/CMakeLists.txt
View file @
e48bb87b
if
(
CONFIG_OWNTECH_NGND_DRIVER
)
zephyr_include_directories
(
.
)
# Select directory to add to the include path
zephyr_include_directories
(
./public_include
)
# Define the current folder as a Zephyr library
zephyr_library
()
# Select source files to be compiled
zephyr_library_sources
(
owntech_ngnd_driver.c
src/
owntech_ngnd_driver.c
)
endif
()
zephyr/modules/owntech_ngnd_driver/zephyr/Kconfig
View file @
e48bb87b
config OWNTECH_NGND_DRIVER
bool "Enable OwnTech ngnd driver"
default y
zephyr/modules/owntech_ngnd_driver/zephyr/ngnd.h
→
zephyr/modules/owntech_ngnd_driver/zephyr/
public_include/
ngnd.h
View file @
e48bb87b
File moved
zephyr/modules/owntech_ngnd_driver/zephyr/owntech_ngnd_driver.c
→
zephyr/modules/owntech_ngnd_driver/zephyr/
src/
owntech_ngnd_driver.c
View file @
e48bb87b
File moved
zephyr/modules/owntech_ngnd_driver/zephyr/owntech_ngnd_driver.h
→
zephyr/modules/owntech_ngnd_driver/zephyr/
src/
owntech_ngnd_driver.h
View file @
e48bb87b
File moved
zephyr/modules/owntech_timer_driver/zephyr/CMakeLists.txt
View file @
e48bb87b
if
(
CONFIG_OWNTECH_TIMER_DRIVER
)
# Select directory to add to the include path
zephyr_include_directories
(
./public_include
)
# Define the current folder as a Zephyr library
zephyr_library
()
# Select source files to be compiled
zephyr_library_sources
(
./src/stm32_timer_driver.c
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment