forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Snow
authored and
Chris Snow
committed
Sep 20, 2024
1 parent
975e6b2
commit dac35fd
Showing
13 changed files
with
4,616 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
connectivity/drivers/wifi/COMPONENT_ESPRESSIF_ESP32/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Copyright (c) 2020 ARM Limited. All rights reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
target_sources(mbed-wifi | ||
PRIVATE | ||
./ESP32Interface.cpp | ||
./ESP32InterfaceAP.cpp | ||
./ESP32Stack.cpp | ||
./ESP32/ESP32.cpp | ||
) | ||
|
||
target_include_directories(mbed-wifi | ||
PUBLIC | ||
./ | ||
./ESP32/ | ||
) |
Oops, something went wrong.