David Cermak
|
418fb4d0ec
|
fix strict prototype issue in app_main
|
2019-11-14 15:09:27 +01:00 |
David Cermak
|
b68f55fc78
|
Removed all network/WiFi related code to be replaced by a plain helloworld application in order to serve as a template project only irelevant of IDF version
|
2019-11-12 15:34:22 +01:00 |
David Cermak
|
b1bd86d2bf
|
reverted esp-netif commit comming before esp-netif was introduced/merged onto IDF master
|
2019-10-24 09:20:53 +02:00 |
David Cermak
|
d23505609b
|
esp_netif: Updated init code to use esp-netif instead of tcpip_adapter
From IDF 4.1.0 ESP-NETIF approach is encouraged and all network
interfaces have to be explicitely created
|
2019-09-04 15:10:33 +02:00 |
liu zhifu
|
477307ee18
|
Use IDF new event
|
2019-08-22 10:00:13 +08:00 |
Mahavir Jain
|
df622304c8
|
Fix CMake example, main should be treated as component
|
2018-11-06 10:57:43 +05:30 |
Mahavir Jain
|
ee338b5633
|
Remove sdkconfig file
|
2018-11-06 10:57:43 +05:30 |
Mahavir Jain
|
9e3618ee0d
|
Update license
|
2018-11-06 10:57:21 +05:30 |
Nicola Lunghi
|
0c060e92e9
|
add an example about how to use Kconfig file
Signed-off-by: Nicola Lunghi <nicola.lunghi@jci.com>
|
2018-11-05 14:17:48 +05:30 |
Nicola Lunghi
|
67f39545cc
|
Changed README.rst to README.md.
Signed-off-by: Nicola Lunghi <nicola.lunghi@jci.com>
|
2018-11-05 14:12:10 +05:30 |
Angus Gratton
|
1cd57521d8
|
Add project CMakeLists.txt file for the CMake Preview branch
See https://esp32.com/viewtopic.php?f=13&t=5559&p=24109 for
an explanation of this.
|
2018-05-23 14:48:08 +10:00 |
Angus Gratton
|
8a3ebe2805
|
Update sdkconfig and enable dual-core mode by default
|
2018-05-23 14:48:08 +10:00 |
Ivan Grokhotkov
|
bd26045075
|
Remove deprecated features, update sdkconfig
|
2016-11-25 11:48:21 +08:00 |
Angus Gratton
|
b18317a8a9
|
app_main: Remove return 0 statement, should have been in 22ff84e
|
2016-11-14 11:03:14 +11:00 |
Angus Gratton
|
22ff84e1a7
|
app_main: Function should return void not int
Thanks to @kolban : http://esp32.com/viewtopic.php?f=13&t=450&p=2030
|
2016-11-14 10:30:39 +11:00 |
Angus Gratton
|
bbf4cd7259
|
WIFI_INIT_CONFIG_DEFAULT() takes no arguments
|
2016-09-27 19:42:54 +10:00 |
Angus Gratton
|
1305a6f73b
|
Update skdconfig with latest defaults
|
2016-09-27 12:48:43 +10:00 |
Angus Gratton
|
e8703ac707
|
Remove nvs_flash_init() parameters
Matches esp-idf commit bda83c4a95
|
2016-09-27 12:48:05 +10:00 |
Ivan Grokhotkov
|
c19a8d0246
|
Migrate startup code from cpu_start into the application
|
2016-09-26 14:39:46 +08:00 |
Angus Gratton
|
3fb8cd9b79
|
Merge branch 'bugfix/docs_eclipse'
|
2016-09-09 09:37:03 +10:00 |
Jeroen Domburg
|
d3d2ec9dd4
|
Updating sdkconfig to latest esp-idf values
|
2016-09-08 17:01:37 +08:00 |
Angus Gratton
|
e5f7812e65
|
Rename main Makefile to component.mk
Matches esp-idf commit 1cf2406
|
2016-09-01 09:27:35 +10:00 |
Ivan Grokhotkov
|
3bbf6ce8b2
|
sdkconfig: update TLS pointer options
|
2016-08-31 22:23:58 +08:00 |
Angus Gratton
|
05ad6c4aaf
|
Update second instance of SDK_PATH to IDF_PATH
See https://github.com/espressif/esp-idf/commit/9ec0e15
|
2016-08-23 18:24:17 +08:00 |
Ivan Grokhotkov
|
0971a39112
|
Change SDK_PATH to IDF_PATH
See https://github.com/espressif/esp-idf/commit/9ec0e15
|
2016-08-23 15:40:51 +08:00 |
Jeroen Domburg
|
c56d0a999e
|
Add config option for NEWLIB_STDOUT_ADDCR functionality
|
2016-08-23 15:08:30 +08:00 |
Ivan Grokhotkov
|
d4eb1d137f
|
Initial version of template application
|
2016-08-18 22:37:05 +08:00 |