1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/esp32/vendor/esp-idf/wpa_supplicant
Gunar Schorcht 09c0341442 cpu/esp32: fix esp_wifi_enterprise compilation problem
With the change from using archive files to using object files in PR #14754, the module `esp_wifi_enterprise` was no longer compilable. The reason for this was that the file `bignum.c` was present in two different vendor sub-directories and created two identical object files, which then led to a symbol conflict when linking. This commit removes one of these identical files. The one that is used in all `esp_wifi` variants is kept, the one that is only used in `esp_wifi_enterprise` is dropped.
2021-12-01 11:25:57 +01:00
..
include cpu/esp32/esp_wifi: wpa_supplicant files for WPA2 Enterprise mode 2020-02-23 10:09:48 +01:00
port cpu/esp32: remove the dependency of vendor code on BOARDDIR 2020-08-07 16:09:12 +02:00
src cpu/esp32: fix esp_wifi_enterprise compilation problem 2021-12-01 11:25:57 +01:00
COPYING cpu: add esp32 vendor files 2018-10-08 12:20:49 +02:00
Makefile cpu/esp32/esp_wifi: Makefile integration for WPA2 Enterprise mode 2020-03-17 17:51:29 +01:00