mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-05 13:16:37 +08:00
feat: Removing executable file mode for code most files
Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/186
This commit is contained in:

committed by
Wu Jian Gang

parent
88cc7c01ae
commit
96c273895b
File diff suppressed because it is too large
Load Diff
0
components/lwip/Kconfig
Executable file → Normal file
0
components/lwip/Kconfig
Executable file → Normal file
@ -16,8 +16,8 @@ with newer versions.
|
|||||||
supported any more, netif->state is interpreted as an u8_t port number now
|
supported any more, netif->state is interpreted as an u8_t port number now
|
||||||
(it's not a POINTER to an u8_t any more!)
|
(it's not a POINTER to an u8_t any more!)
|
||||||
|
|
||||||
(2.0.1)
|
(2.0.1)
|
||||||
|
|
||||||
++ Application changes:
|
++ Application changes:
|
||||||
|
|
||||||
* UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
|
* UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* @defgroup lwip lwIP
|
* @defgroup lwip lwIP
|
||||||
*
|
*
|
||||||
* @defgroup infrastructure Infrastructure
|
* @defgroup infrastructure Infrastructure
|
||||||
|
0
components/mqtt/include/mqtt/MQTTClient.h
Executable file → Normal file
0
components/mqtt/include/mqtt/MQTTClient.h
Executable file → Normal file
0
components/mqtt/include/mqtt/MQTTFreeRTOS.h
Executable file → Normal file
0
components/mqtt/include/mqtt/MQTTFreeRTOS.h
Executable file → Normal file
0
components/mqtt/source/library/MQTTClient.c
Executable file → Normal file
0
components/mqtt/source/library/MQTTClient.c
Executable file → Normal file
0
components/mqtt/source/platform/MQTTFreeRTOS.c
Executable file → Normal file
0
components/mqtt/source/platform/MQTTFreeRTOS.c
Executable file → Normal file
0
components/ssl/wolfssl/include/user_settings.h
Executable file → Normal file
0
components/ssl/wolfssl/include/user_settings.h
Executable file → Normal file
0
components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h
Executable file → Normal file
0
components/ssl/wolfssl/wolfssl/wolfssl/wolfcrypt/types.h
Executable file → Normal file
0
components/tcpip_adapter/Kconfig
Executable file → Normal file
0
components/tcpip_adapter/Kconfig
Executable file → Normal file
0
examples/protocols/https_wolfssl/Makefile
Executable file → Normal file
0
examples/protocols/https_wolfssl/Makefile
Executable file → Normal file
0
examples/protocols/https_wolfssl/main/https_wolfssl_example_main.c
Executable file → Normal file
0
examples/protocols/https_wolfssl/main/https_wolfssl_example_main.c
Executable file → Normal file
0
examples/protocols/mqtt/main/MQTTEcho.c
Executable file → Normal file
0
examples/protocols/mqtt/main/MQTTEcho.c
Executable file → Normal file
Reference in New Issue
Block a user