• Dmitry Frank's avatar
    Make nRF51 example work with GCC · 0187f297
    Dmitry Frank authored
    Unfortunately it turns out Nordic's examples were able to build with GCC
    just because they suppressed all warnings; I had to do the same here
    because there are some macro redefinitions of arm-none-eabi-gcc and
    lwip.
    
    TODO: resolve that and do not suppress warnings.
    
    PUBLISHED_FROM=e65c7b0f2451f85765d958d7f67eb9262f7bc929
    0187f297
Name
Last commit
Last update
..
CC3200 Target CC3200 example to production device
ESP8266_RTOS Use ICACHE_FLASH to guess CS_P_ESP8266
MSP432/ccs Add MG_ENABLE_FILESYSTEM to MSP432 examples
NXP_K64 Fix line endings in console messages
NXP_LPC4088 Example LPCXpresso project for NXP LPC4088
PIC32 Add PIC32/Harmony http_server example
STM32F4_CC3100 Fix stm32f4_cc311 example and add it to CI
TM4C129/ccs TI Tiva TM4C129 support and example project
WinCE/http_server Add WinCE example, update Mongoose for WinCE6.0
api_server Don't clang-format non checked out things
arduino_restful_client s/dmg/dns/g
arduino_restful_server s/dmg/dns/g
big_upload clang-format *ALL* the things!
captive_dns_server Remove cs_dbg.h from amalgamated headers
coap_client Handle MG_EV_CLOSE in examples
coap_server Use void arguments list consistently in C code
connected_device_1 Add examples for mongoose blog article
connected_device_2 Add mg_http_send_redirect and make examples use it
connected_device_3 Add mg_http_send_redirect and make examples use it
connected_device_4 Add mg_http_send_redirect and make examples use it
cookie_auth Add mg_http_send_redirect and make examples use it
dll Add DLL building example
http_client Handle MG_EV_CLOSE in examples
mbed Bump sha pointer to latest simplelink_mbed
mcast_udp_server Simple mDNS + DNS-SD impl
mqtt_broker MG_DISABLE_HTTP(|_SSI|_WEBSOCKET) -> MG_ENABLE$1
mqtt_client Mqtt: parsing auth info in the connect message
multithreaded_restful_server clang-format *ALL* the things!
nRF51/http Make nRF51 example work with GCC
nRF52 Fix nRF51 example and add RTT support to it
netcat Report errors in the netcat example
publish_subscribe Compile examples with -Werror
restful_client Handle MG_EV_CLOSE in examples
restful_server MG_DISABLE_HTTP(|_SSI|_WEBSOCKET) -> MG_ENABLE$1
restful_server_s3 Fix mg examples
reverse_proxy Mongoose forwarding
settings_panel_for_a_device Add a radio button to teh settins_panel example
simple_crawler Use void arguments list consistently in C code
simplest_web_server Add simplest_web_server_ssl example
simplest_web_server_ssl Change from using #ifdef to #if for features tests
tcp_echo_server clang-format *ALL* the things!
timers Add timers example to mongoose
udp_echo_server clang-format *ALL* the things!
websocket_chat Update websocket_chat, add websocket_chat_client
websocket_chat_client Update websocket_chat, add websocket_chat_client
.gitignore Enable building of example/Makefile on Win32
Makefile TI Tiva TM4C129 support and example project
examples.mk Compile examples with -Werror