feat: Removing executable file mode for code most files

Merges https://github.com/espressif/ESP8266_RTOS_SDK/pull/186
This commit is contained in:
Trygve Laugstøl
2018-05-19 21:24:50 +02:00
committed by Wu Jian Gang
parent 88cc7c01ae
commit 96c273895b
14 changed files with 871 additions and 871 deletions

File diff suppressed because it is too large Load Diff

0
components/lwip/Kconfig Executable file → Normal file
View File

View 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

View File

@ -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
View File

0
components/mqtt/include/mqtt/MQTTFreeRTOS.h Executable file → Normal file
View File

0
components/mqtt/source/library/MQTTClient.c Executable file → Normal file
View File

0
components/mqtt/source/platform/MQTTFreeRTOS.c Executable file → Normal file
View File

0
components/ssl/wolfssl/include/user_settings.h Executable file → Normal file
View File

View File

0
components/tcpip_adapter/Kconfig Executable file → Normal file
View File

0
examples/protocols/https_wolfssl/Makefile Executable file → Normal file
View File

View File

0
examples/protocols/mqtt/main/MQTTEcho.c Executable file → Normal file
View File