Wykres commitów

28 Commity (8933adb4d65fbfc2b2b9b9628e1eba283e356ca4)

Autor SHA1 Wiadomość Data
Axel Lin 9f8b8ee117 Revert "Add user_rf_pre_init() function to fix build error with SDK-1.1.0"
This reverts commit 5ff9766908.

The esp-onen-sdk adds the fix for force-requiring user_rf_pre_init() [1].
So we need to drop the user_rf_pre_init function in user_main.c to prevent
multiple definition of `user_rf_pre_init' error.

[1] 4e4590de89
2015-05-29 10:55:25 +08:00
Axel Lin 5ff9766908 Add user_rf_pre_init() function to fix build error with SDK-1.1.0
This patch fixes below build error with SDK-1.1.0:
esp-open-sdk/sdk/lib/libmain.a(app_main.o): In function `user_uart_wait_tx_fifo_empty':
(.irom0.text+0x34c): undefined reference to `user_rf_pre_init'

According to esp_iot_sdk_v1.1.0_15_05_26 Release Note:
user_rf_pre_init has to be added in user_main.c, user can call
system_phy_set_rfoption to set configuration of RF in it.
2015-05-26 14:55:52 +08:00
Tuan PM 261a21db71 move config.* and wifi.* to modules folder 2015-02-16 17:22:10 +07:00
Tuan PM cacc260e9d change file structure, easy to intergrated with other apps 2015-02-15 19:04:01 +07:00
Tuan PM 2b7be3cc8e fixes error reconnect when lost wifi signal 2015-02-02 11:27:52 +07:00
EAD Fritz 793a98b147 Moved all of the mqtt specific files to a separate build directory. The intention is to be able to use it as a git subtree module in other projects 2015-01-18 10:43:10 +01:00
Tuan PM 47bb4ad229 resolve #27, allocate memory for init data, add lwt api 2015-01-18 14:41:46 +07:00
Tuan PM a8c335eb3d Optimize the code, fixes some issues for qos=1 and 2 2015-01-17 17:30:34 +07:00
Tuan PM 63eff771c8 fixed #19 Reset on message with empty data 2015-01-17 09:30:36 +07:00
Tuan PM 008fd11b59 fixes #24, resolved #25 2015-01-14 09:14:13 +07:00
Tuan PM 8c180fd05b clean up 2015-01-13 18:58:40 +07:00
Tuan PM 1995cb812a Change subscribe queue, add publish queue, resolved #24, fixes #12 2015-01-13 18:56:03 +07:00
Tuan PM fa88410ed4 modify CLIENT_SSL_ENABLE always on 2015-01-09 17:57:46 +07:00
Tuan PM 372dc409db need CLIENT_SSL_ENABLE for libssl work 2015-01-09 08:13:22 +07:00
EAD Fritz e7f030a679 made SSL configuration part of the SYSCFG struct 2015-01-08 21:21:01 +01:00
EAD Fritz 8f0fa38c7e moved a #include "user_interface.h" from user_interface.h to where it acually was needed 2015-01-08 21:12:10 +01:00
Tuan PM 25b46a70a0 resolved #18, increased sta_pwd to 64 bytes 2015-01-08 18:36:28 +07:00
Tuan PM 7815eb8b05 change default NON SSL option 2015-01-07 21:25:53 +07:00
Tuan PM d27c9b2467 Move MQTT_Subscribe to mqttConnectedCb, resolve #15 2015-01-04 21:23:29 +07:00
Tuan PM 1c68d53cbe add published callback somewhere 2015-01-04 18:44:59 +07:00
Tuan PM 9698516f1e add published callback somewhere 2015-01-04 18:39:21 +07:00
Tuan PM 34a3ea49b5 Call published event after subscribe, resolved #12 2015-01-04 16:47:38 +07:00
Tuan PM f837152bde fixed #11, silly mistake 2015-01-04 11:14:38 +07:00
Tuan PM 3ca9908267 Add published event, resolved #10 2015-01-04 10:47:26 +07:00
Tuan PM b63c93e249 This fixes #2, missing system_os_post 2014-12-31 18:27:35 +07:00
Tuan PM 1acaecfe3c add publish api 2014-12-31 13:01:08 +07:00
Tuan PM 74fe46a158 add license header 2014-12-31 11:57:59 +07:00
Tuan PM 930f3e9ff5 Initial commit 2014-12-31 11:32:06 +07:00