]> granicus.if.org Git - esp-idf/log
esp-idf
8 years agoBuild system: Allow components to add to the global CFLAGS via Makefile.projbuild
Angus Gratton [Fri, 9 Sep 2016 00:14:38 +0000 (10:14 +1000)]
Build system: Allow components to add to the global CFLAGS via Makefile.projbuild

Used by mbedTLS to set MBEDTLS_CONFIG_FILE in all components.

This change sets CFLAGS/etc at the project level and then exports those
variables for components, rather than setting them independently each time
a component Makefile is invoked.

8 years agoMerge branch 'master' into feature/mbedtls
Angus Gratton [Fri, 9 Sep 2016 00:29:19 +0000 (10:29 +1000)]
Merge branch 'master' into feature/mbedtls

8 years agoMerge branch 'bugfix/docs_eclipse' into 'master'
Angus Gratton [Thu, 8 Sep 2016 23:41:32 +0000 (07:41 +0800)]
Merge branch 'bugfix/docs_eclipse' into 'master'

Eclipse fixes, including renaming component Makefiles to component.mk

Some changes after following up some Eclipse problems with @nilay .

Biggest thing is renaming all component Makefiles to component.mk. This requires changes to all esp-idf projects, ie:
* https://github.com/espressif/esp-idf-template/compare/bugfix/docs_eclipse?expand=1
* http://gitlab.espressif.cn/idf/esp-idf-tests/tree/update/component_makefiles

... this fixes Eclipse weirdness and also means the only "Makefile"s in the project are the ones you should run make against.

If this MR is merged then I'll also merge these, email all developers about the breaking change and post on esp32.com.

See merge request !34

8 years agombedtls: Use hardware accelerated AES, SHA, bignum
Wu Jian Gang [Thu, 8 Sep 2016 09:41:43 +0000 (17:41 +0800)]
mbedtls: Use hardware accelerated AES, SHA, bignum

8 years agohwcrypto aes: Fix bugs w/ ECB decrypt, CFB modes
Angus Gratton [Thu, 8 Sep 2016 07:06:27 +0000 (17:06 +1000)]
hwcrypto aes: Fix bugs w/ ECB decrypt, CFB modes

8 years agoMerge branch 'bugfix/default_dio_spiflashmode' into 'master'
Jeroen Domburg [Thu, 8 Sep 2016 08:58:34 +0000 (16:58 +0800)]
Merge branch 'bugfix/default_dio_spiflashmode' into 'master'

Set default SPI flash access mode to DIO

We have a bunch of boards out there (the NodeMCU-lookalike, breadboardable boards) in the hands of early reviewers. Because the flash chips on these boards have a different command to go into QIO mode, ESP-IDF will break on these boards out of the box. Eventually, we need some nifty way to autodetect this or something, but for now, the quick fix is to make DIO the default access mode.

Once this is merged, I will also modify the default in the template apps sdkconfig.

See merge request !65

8 years agohwcrypto aes: Performance tweak, only write key to hardware once
Angus Gratton [Wed, 7 Sep 2016 04:48:20 +0000 (14:48 +1000)]
hwcrypto aes: Performance tweak, only write key to hardware once

Shaves ~10% off time to compute AES-CBC

8 years agohwcrypto sha: Feed one block at a time to hardware SHA implementation
Angus Gratton [Tue, 6 Sep 2016 01:05:56 +0000 (11:05 +1000)]
hwcrypto sha: Feed one block at a time to hardware SHA implementation

Fixes a bug where some longer block sizes produced incorrect results.

8 years agohwcrypto: Match API completely to mbedTLS naming conventions
Angus Gratton [Tue, 6 Sep 2016 00:38:12 +0000 (10:38 +1000)]
hwcrypto: Match API completely to mbedTLS naming conventions

8 years agoesp32 hwcrypto: Make SHA-224 an obvious no-op for now
Angus Gratton [Mon, 5 Sep 2016 00:36:25 +0000 (10:36 +1000)]
esp32 hwcrypto: Make SHA-224 an obvious no-op for now

This is not the long term solution...

8 years agoesp32: Add comment to ROM crypto functions recommending they not be used directly
Angus Gratton [Fri, 2 Sep 2016 08:39:57 +0000 (18:39 +1000)]
esp32: Add comment to ROM crypto functions recommending they not be used directly

8 years agoesp32 hwcrypto: Rework hardware crypto locking
Angus Gratton [Fri, 2 Sep 2016 08:36:26 +0000 (18:36 +1000)]
esp32 hwcrypto: Rework hardware crypto locking

Should protect against concurrent use of hardware crypto primitives,
with good performance.

Not necessary to call esp_aes_acquire_hardware(),
esp_sha_acquire_hardware(), etc when using these APIs. These are
provided for external users calling the hardware crypto hardware
directly, to coexist with this implementation.

8 years agoesp32: Move hardware crypto implementation/headers to hwcrypto directories
Angus Gratton [Fri, 2 Sep 2016 04:40:43 +0000 (14:40 +1000)]
esp32: Move hardware crypto implementation/headers to hwcrypto directories

8 years agombedtls: just format related files
Wu Jian Gang [Fri, 2 Sep 2016 03:31:38 +0000 (11:31 +0800)]
mbedtls: just format related files

method from !46

8 years agocomponents/mbedtls: modify MBEDTLS net feature
liuhan [Thu, 1 Sep 2016 02:53:23 +0000 (10:53 +0800)]
components/mbedtls: modify MBEDTLS net feature

modify get the connection's 'errno' info by calling getsockopt function.

8 years agolwip Makefile: Add POSIX headers to include path to #include <sys/sockets.h>, etc...
Angus Gratton [Wed, 31 Aug 2016 22:28:03 +0000 (08:28 +1000)]
lwip Makefile: Add POSIX headers to include path to #include <sys/sockets.h>, etc, works.

8 years agocomponents/mbedtls: modify hardware encryption feature
liuhan [Wed, 31 Aug 2016 03:43:48 +0000 (11:43 +0800)]
components/mbedtls: modify hardware encryption feature

rename "flag" and "keybites" in aes file,
rename "xxx_starts" and add license in sha file.

8 years agocomponents/mbedtls: MBEDTLS Handshake result check
liuhan [Tue, 30 Aug 2016 12:40:58 +0000 (20:40 +0800)]
components/mbedtls: MBEDTLS Handshake result check

modify esp_config.h add some feature for support http2.0 protocol, TLS Handshake OK.

8 years ago1. multi thread verify bignum AES and SHA
liuhan [Mon, 15 Aug 2016 13:04:57 +0000 (21:04 +0800)]
1. multi thread verify bignum AES and SHA

8 years agorecompile crypto and bignum function
liuhan [Mon, 8 Aug 2016 09:29:28 +0000 (17:29 +0800)]
recompile crypto and bignum function

8 years ago1. add lock function for every function
liuhan [Mon, 8 Aug 2016 05:56:36 +0000 (13:56 +0800)]
1. add lock function for every function
2. modify some function for crypto

8 years ago[t6001]: chip Use hardware acceleration of Encryption
liuhan [Fri, 5 Aug 2016 09:40:32 +0000 (17:40 +0800)]
[t6001]: chip Use hardware acceleration of Encryption

8 years agoCI: Build the esp-idf-template with the matching branch name, if it exists
Angus Gratton [Thu, 1 Sep 2016 08:58:06 +0000 (18:58 +1000)]
CI: Build the esp-idf-template with the matching branch name, if it exists

8 years agoREADME: Add Resources section with some links
Angus Gratton [Thu, 1 Sep 2016 00:04:30 +0000 (10:04 +1000)]
README: Add Resources section with some links

8 years agoRename README.buildenv to docs/build_system.rst and ReST-ify it
Angus Gratton [Wed, 31 Aug 2016 23:58:47 +0000 (09:58 +1000)]
Rename README.buildenv to docs/build_system.rst and ReST-ify it

8 years agoEclipse docs: Easier to just replace entire PATH, msys32 has everything we need to...
Angus Gratton [Wed, 31 Aug 2016 23:39:54 +0000 (09:39 +1000)]
Eclipse docs: Easier to just replace entire PATH, msys32 has everything we need to build/flash

8 years agotest_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging
Angus Gratton [Wed, 31 Aug 2016 23:29:11 +0000 (09:29 +1000)]
test_build_system: Print ESP_IDF_TEMPLATE_GIT for easier debugging

8 years agoName component makefiles component.mk instead of Makefile
Angus Gratton [Wed, 31 Aug 2016 23:19:06 +0000 (09:19 +1000)]
Name component makefiles component.mk instead of Makefile

Fixes problems with Eclipse trying to build in directories it shouldn't.

This is a breaking change for existing repositories, they need to rename
any component Makefiles to component.mk and rename their references to
$(IDF_PATH)/make/component.mk to $(IDF_PATH)/make/component_common.mk

8 years agoEclipse doc: Add troubleshooting note about Makefile directories
Angus Gratton [Wed, 31 Aug 2016 01:13:00 +0000 (11:13 +1000)]
Eclipse doc: Add troubleshooting note about Makefile directories

8 years agoeclipse_make.sh: Fix printing of make directory
Angus Gratton [Wed, 31 Aug 2016 01:04:24 +0000 (11:04 +1000)]
eclipse_make.sh: Fix printing of make directory

8 years agoMove bin/eclipse_windows_make.sh to tools/windows_eclipse_make.sh
Angus Gratton [Wed, 31 Aug 2016 01:03:44 +0000 (11:03 +1000)]
Move bin/eclipse_windows_make.sh to tools/windows_eclipse_make.sh

Moving as bin directory is going away soon

8 years agoEclipse docs: Prepend IDF paths to beginning of PATH
Angus Gratton [Tue, 30 Aug 2016 08:10:30 +0000 (18:10 +1000)]
Eclipse docs: Prepend IDF paths to beginning of PATH

Avoids problem when a different incompatible make (MSYS1 or other) is already on PATH.

8 years agoMerge branch 'feature/mbedtls_upstream_source' into 'master'
Angus Gratton [Thu, 8 Sep 2016 03:32:02 +0000 (11:32 +0800)]
Merge branch 'feature/mbedtls_upstream_source' into 'master'

Add mbedtls release version 2.3.0

See merge request !56

8 years agoMerge branch 'feature/memory_canaries_temp' into 'master'
Angus Gratton [Thu, 8 Sep 2016 03:20:17 +0000 (11:20 +0800)]
Merge branch 'feature/memory_canaries_temp' into 'master'

FreeRTOS: temporary solution for memory canaries and memory debug

1. This is just a temporary solution, it will be removed when umm_malloc is ready
2. Support memory canaries mechanism
2. Add debug code to show allocated memory info

See merge request !64

8 years agoSet default SPI flash access mode to DIO
Jeroen Domburg [Thu, 8 Sep 2016 02:22:15 +0000 (10:22 +0800)]
Set default SPI flash access mode to DIO

8 years agoMerge branch 'bugfix/got_ip_event' into 'master'
Wu Jian Gang [Thu, 8 Sep 2016 01:44:48 +0000 (09:44 +0800)]
Merge branch 'bugfix/got_ip_event' into 'master'

tcpip_adapter: got ip event stuff

Include:
1. add dhcp callback;
2. post got ip event in dhcp callback when dhcp bind;
3. tcpip_adapter typedef clean;
4. post got ip event in station connected event handler when use valid static ip;

TW6926

See merge request !61

8 years agoFreeRTOS: temporary solution for memory canaries and memory debug
liuzhifu [Wed, 7 Sep 2016 13:52:24 +0000 (21:52 +0800)]
FreeRTOS: temporary solution for memory canaries and memory debug

1. This is just a temporary solution, it will be removed when umm_malloc is ready
2. Support memory canaries mechanism
2. Add debug code to show allocated memory info

8 years agoMerge branch 'feature/config_spi_flash_params_menuconfig' into 'master'
Angus Gratton [Wed, 7 Sep 2016 02:16:59 +0000 (10:16 +0800)]
Merge branch 'feature/config_spi_flash_params_menuconfig' into 'master'

Feature/config spi flash params menuconfig

Simple menuconfig option for flash speed and access mode.

See merge request !59

8 years agotcpip_adapter: fix dhcp client work flow
Wu Jian Gang [Mon, 5 Sep 2016 12:24:47 +0000 (20:24 +0800)]
tcpip_adapter: fix dhcp client work flow

8 years agoevent: not post got ip event if static is invalid
Wu Jian Gang [Mon, 5 Sep 2016 12:14:58 +0000 (20:14 +0800)]
event: not post got ip event if static is invalid

8 years agotcpip_adapter: typedef clean up
Wu Jian Gang [Tue, 6 Sep 2016 05:02:02 +0000 (13:02 +0800)]
tcpip_adapter: typedef clean up

8 years agoevent: post got ip event when use static ip
Wu Jian Gang [Mon, 5 Sep 2016 03:05:07 +0000 (11:05 +0800)]
event: post got ip event when use static ip

TW6926

8 years agotcpip_adapter: use dhcp callback to post got ip event
Wu Jian Gang [Fri, 2 Sep 2016 12:27:22 +0000 (20:27 +0800)]
tcpip_adapter: use dhcp callback to post got ip event

8 years agodhcp: add dhcp callback
Wu Jian Gang [Fri, 2 Sep 2016 12:00:45 +0000 (20:00 +0800)]
dhcp: add dhcp callback

The callback has no parameter now.
TODO: add a parameter to show dhcp status if needed.

8 years agolwip: remove netif_reg_addr_change_cb
Wu Jian Gang [Fri, 2 Sep 2016 10:18:22 +0000 (18:18 +0800)]
lwip: remove netif_reg_addr_change_cb

8 years agoMerge branch 'feature/get_sta_authmode' into 'master'
Wu Jian Gang [Tue, 6 Sep 2016 08:52:15 +0000 (16:52 +0800)]
Merge branch 'feature/get_sta_authmode' into 'master'

Add get station auth mode

See merge request !57

8 years agoChange the type of authmode
xiaxiaotian [Tue, 6 Sep 2016 08:15:47 +0000 (16:15 +0800)]
Change the type of authmode

8 years agoChange the type of authmode
xiaxiaotian [Tue, 6 Sep 2016 08:14:40 +0000 (16:14 +0800)]
Change the type of authmode

8 years agoPost station's auth mode event after it is connected to AP.
xiaxiaotian [Tue, 6 Sep 2016 07:28:09 +0000 (15:28 +0800)]
Post station's auth mode event after it is connected to AP.

8 years agoAdd get station auth mode
xiaxiaotian [Mon, 5 Sep 2016 13:13:20 +0000 (21:13 +0800)]
Add get station auth mode

8 years agoAdd flash freq selection to menuconfig
Jeroen Domburg [Fri, 2 Sep 2016 04:29:01 +0000 (12:29 +0800)]
Add flash freq selection to menuconfig

8 years agoAdd QIO/QOUT/DIO/DOUT select for esptool.py
Jeroen Domburg [Thu, 1 Sep 2016 07:47:09 +0000 (15:47 +0800)]
Add QIO/QOUT/DIO/DOUT select for esptool.py

8 years agoMerge branch 'feature/lwip_sntp_fromwifi' into 'master'
Angus Gratton [Tue, 6 Sep 2016 02:04:14 +0000 (10:04 +0800)]
Merge branch 'feature/lwip_sntp_fromwifi' into 'master'

Feature/lwip sntp fromwifi

Merge feature/lwip_sntp from wifi to master

See merge request !58

8 years agoMerge feature/lwip_sntp into feature/lwip_sntp_master
Angus Gratton [Tue, 6 Sep 2016 01:49:06 +0000 (11:49 +1000)]
Merge feature/lwip_sntp into feature/lwip_sntp_master

8 years agoMerge branch 'feature/wifi-stage-two' into 'master'
Angus Gratton [Tue, 6 Sep 2016 01:41:53 +0000 (09:41 +0800)]
Merge branch 'feature/wifi-stage-two' into 'master'

Merge wifi branch stage two

Merge wifi branch up to commit cb6bd109f2 plus some cleanup.

See merge request !55

8 years agoFreeRTOS thread local storage config: If using WiFi this must be >0
Angus Gratton [Tue, 6 Sep 2016 01:15:28 +0000 (11:15 +1000)]
FreeRTOS thread local storage config: If using WiFi this must be >0

8 years agombedtls: Fix component Makefile
Angus Gratton [Mon, 5 Sep 2016 05:08:30 +0000 (15:08 +1000)]
mbedtls: Fix component Makefile

8 years agoAdd mbedtls release version 2.3.0
Wu Jian Gang [Fri, 5 Aug 2016 06:39:38 +0000 (14:39 +0800)]
Add mbedtls release version 2.3.0

8 years agoTemporarily restrict WiFi stack to only run in single core more
Angus Gratton [Mon, 5 Sep 2016 02:02:11 +0000 (12:02 +1000)]
Temporarily restrict WiFi stack to only run in single core more

See github #6.

8 years agoMinor comment cleanup
Angus Gratton [Mon, 5 Sep 2016 01:50:53 +0000 (11:50 +1000)]
Minor comment cleanup

8 years agoBump WiFi libraries to latest
Angus Gratton [Mon, 5 Sep 2016 00:54:43 +0000 (10:54 +1000)]
Bump WiFi libraries to latest

8 years agoMakefiles: Fix case where updating the WiFi libraries directory didn't trigger a...
Angus Gratton [Mon, 5 Sep 2016 00:49:12 +0000 (10:49 +1000)]
Makefiles: Fix case where updating the WiFi libraries directory didn't trigger a re-link

8 years agoMerge wifi commit '87977b92f3e12cfca74cf2e4dea87dc8d60b26fc' into feature/wifi-stage-two
Angus Gratton [Mon, 5 Sep 2016 00:42:17 +0000 (10:42 +1000)]
Merge wifi commit '87977b92f3e12cfca74cf2e4dea87dc8d60b26fc' into feature/wifi-stage-two

8 years agoMerge branch 'feature/wifi-stage-one' into 'master'
Angus Gratton [Mon, 5 Sep 2016 00:34:31 +0000 (08:34 +0800)]
Merge branch 'feature/wifi-stage-one' into 'master'

Wifi branch changes stage one

Wifi branch up to commit 588d384, plus some cleanup.

See merge request !52

8 years agosntp: fix author name
Wu Jian Gang [Fri, 2 Sep 2016 08:26:06 +0000 (16:26 +0800)]
sntp: fix author name

8 years agoUpdate WiFi library version.
Angus Gratton [Fri, 2 Sep 2016 01:59:21 +0000 (11:59 +1000)]
Update WiFi library version.

This version compiles but does not startup with WiFi component enabled.

8 years agoMinor comment cleanup
Angus Gratton [Fri, 2 Sep 2016 01:33:53 +0000 (11:33 +1000)]
Minor comment cleanup

Remove old commented code, etc.

8 years agotcpip_adapter: Fix typo STOPED->STOPPED
Angus Gratton [Fri, 2 Sep 2016 01:29:27 +0000 (11:29 +1000)]
tcpip_adapter: Fix typo STOPED->STOPPED

8 years agocomponents: esp32
liuzhifu [Fri, 26 Aug 2016 07:33:32 +0000 (15:33 +0800)]
components: esp32
remove debug info in event.c/wifi.c

8 years agoMerge wifi branch commit '588d384393536a040f899b382890316c56061b6a' into feature...
Angus Gratton [Fri, 2 Sep 2016 01:14:27 +0000 (11:14 +1000)]
Merge wifi branch commit '588d384393536a040f899b382890316c56061b6a' into feature/wifi-stage-one

8 years agocomponents/lwip: modify sntp function
liuhan [Thu, 1 Sep 2016 11:56:51 +0000 (19:56 +0800)]
components/lwip: modify sntp function

delete sntp_time.c file, move sntp head file.

8 years agocomponents/lwip/apps/sntp: modify SNTP function feature
liuhan [Mon, 29 Aug 2016 09:47:45 +0000 (17:47 +0800)]
components/lwip/apps/sntp: modify SNTP function feature

modify makefile for compile SNTP function in lwip, see sntp file.

8 years agocomponents/lwip: add SNTP function feature
liuhan [Fri, 26 Aug 2016 06:54:40 +0000 (14:54 +0800)]
components/lwip: add SNTP function feature

Develop and Compile SNTP function based on LWIP core code, see lwip/apps/sntp file.

8 years agolwip: format dhcpserver.c
Wu Jian Gang [Thu, 1 Sep 2016 11:05:50 +0000 (19:05 +0800)]
lwip: format dhcpserver.c

8 years agoMerge branch 'bugfix/lwip_dhcpserver' into 'wifi'
Wu Jian Gang [Thu, 1 Sep 2016 11:02:06 +0000 (19:02 +0800)]
Merge branch 'bugfix/lwip_dhcpserver' into 'wifi'

Bugfix/lwip dhcpserver

TW6872

See merge request !50

8 years agolwip: fix a mistake in parse_msg of dhcpserver.c
liuhan [Thu, 1 Sep 2016 03:37:24 +0000 (11:37 +0800)]
lwip: fix a mistake in parse_msg of dhcpserver.c

TW6872

8 years agogitlab-ci: update submodules before build
Ivan Grokhotkov [Thu, 1 Sep 2016 07:13:15 +0000 (15:13 +0800)]
gitlab-ci: update submodules before build

Gitlab CI will cache build directory per branch and per build step. Also it doesn't try to update submodules.
We have to do this manually because otherwise we end up with old version of submodule in cached directory.

8 years agoMerge branch 'bugfix/adapter_dhcp' into 'wifi'
Wu Jian Gang [Thu, 1 Sep 2016 09:19:28 +0000 (17:19 +0800)]
Merge branch 'bugfix/adapter_dhcp' into 'wifi'

Fix adapter dhcp

Fix some bugs when call adapter dhcpc/s API to test dhcp start/stop, from QA, TW6803 & TW6804.

See merge request !45

8 years agoMerge branch 'feature/newlib_locking' into 'master'
Angus Gratton [Thu, 1 Sep 2016 08:17:22 +0000 (16:17 +0800)]
Merge branch 'feature/newlib_locking' into 'master'

newlib locking support

Has matching tests here: http://gitlab.espressif.cn/idf/esp-idf-tests/commits/feature/newlib_locking_tests

This is ready, the "bug" I saw was me not understanding how newlib stream locking works (I still don't understand why it works like it does, but that's less important for now.)

See merge request !17

8 years agoMerge branch 'bugfix/gitlab_update_submodules' into 'master'
Ivan Grokhotkov [Thu, 1 Sep 2016 07:41:08 +0000 (15:41 +0800)]
Merge branch 'bugfix/gitlab_update_submodules' into 'master'

gitlab-ci: update submodules before build

Gitlab CI will cache build directory per branch and per build step. Also it doesn't try to update submodules.
We have to do this manually because otherwise we end up with old version of submodule in cached directory.

See merge request !47

8 years agocomponents: lwip - modify HEAP_HIGHWAT from 6K to 20K
liuzhifu [Thu, 1 Sep 2016 07:17:50 +0000 (15:17 +0800)]
components: lwip - modify HEAP_HIGHWAT from 6K to 20K

Since esp32 has much more memory than esp31B, modify the HEAP_HIGHWAT from
6K to 20K.
Notes: HEAP_HIGHWAT is used for tcp/udp tx flow control, if socket task detects
that the free heap memory is less than HEAP_HIGHWAT, it stops to trasmitting until
the free heap memory is greater than HEAP_HIGHWAT

8 years agogitlab-ci: update submodules before build
Ivan Grokhotkov [Thu, 1 Sep 2016 07:13:15 +0000 (15:13 +0800)]
gitlab-ci: update submodules before build

Gitlab CI will cache build directory per branch and per build step. Also it doesn't try to update submodules.
We have to do this manually because otherwise we end up with old version of submodule in cached directory.

8 years agotcpip_adapter: fix a typo
Wu Jian Gang [Thu, 1 Sep 2016 07:11:23 +0000 (15:11 +0800)]
tcpip_adapter: fix a typo

8 years agoWIFI API: esp_err_t esp_wifi_set_storage(wifi_storage_t storage);
xiaxiaotian [Thu, 1 Sep 2016 07:09:00 +0000 (15:09 +0800)]
WIFI API: esp_err_t esp_wifi_set_storage(wifi_storage_t storage);

1. Add the parameter type of api esp_wifi_set_storage.
2. WIFI_STORAGE_RAM means storing profiles in ram. WIFI_STORAGE_FLASH means storing profiles in flash.

8 years agoMerge branch 'bugfix/md5_rom_header_types' into 'master'
Angus Gratton [Thu, 1 Sep 2016 03:22:22 +0000 (11:22 +0800)]
Merge branch 'bugfix/md5_rom_header_types' into 'master'

md5_hash.h: Replace outdated use of c_types.h with stdint

See merge request !44

8 years agotcpip_adapter: fix a mistake in tcpip_adapter_dhcpc_stop
Wu Jian Gang [Wed, 31 Aug 2016 09:48:49 +0000 (17:48 +0800)]
tcpip_adapter: fix a mistake in tcpip_adapter_dhcpc_stop

TW6803

8 years agotcpip_adapter: adjust some function sequence, fix ip info log
Wu Jian Gang [Wed, 31 Aug 2016 09:02:36 +0000 (17:02 +0800)]
tcpip_adapter: adjust some function sequence, fix ip info log

8 years agotcpip_adapter: modify dhcpc status, fix static ip issue
Wu Jian Gang [Wed, 31 Aug 2016 08:34:48 +0000 (16:34 +0800)]
tcpip_adapter: modify dhcpc status, fix static ip issue

TW6804 supplement

8 years agotcpip_adapter: not allow to set ip if dhcpc/s not stoped
Wu Jian Gang [Tue, 30 Aug 2016 15:58:55 +0000 (23:58 +0800)]
tcpip_adapter: not allow to set ip if dhcpc/s not stoped

TW6804

8 years agomd5_hash.h: Replace outdated use of c_types.h with stdint
Angus Gratton [Wed, 31 Aug 2016 22:56:06 +0000 (08:56 +1000)]
md5_hash.h: Replace outdated use of c_types.h with stdint

8 years agowifi_lib: update to fbb084da
Wu Jian Gang [Wed, 31 Aug 2016 15:01:07 +0000 (23:01 +0800)]
wifi_lib: update to fbb084da

8 years agoMerge branch 'bugfix/ocd_stop_on_unhandled_exception' into 'master'
Jeroen Domburg [Wed, 31 Aug 2016 04:15:04 +0000 (12:15 +0800)]
Merge branch 'bugfix/ocd_stop_on_unhandled_exception' into 'master'

Fix: Return after setting breakpoint when ocd is detected instead of continuing …

…into the panic routine

Made a small thinko when refactoring the panic handler code. This fixes it.

See merge request !36

8 years agoMerge branch 'wifi' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into wifi
xiaxiaotian [Tue, 30 Aug 2016 10:10:30 +0000 (18:10 +0800)]
Merge branch 'wifi' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into wifi

8 years ago1. Add api ssc cmd "ap -K -a aid" to kick out connected station.
xiaxiaotian [Tue, 30 Aug 2016 10:09:48 +0000 (18:09 +0800)]
1. Add api ssc cmd "ap -K -a aid" to kick out connected station.
   The parameter aid followed -a is aid of the connected station. If aid is 0, kick out all of the connected stations.
2. Add block parameter to api esp_wifi_scan_start.
   If block is true, the api blocks before scan done or returns directly.

8 years agocomponents: lwip - enable PERF macro for debug reason
liuzhifu [Tue, 30 Aug 2016 10:06:37 +0000 (18:06 +0800)]
components: lwip - enable PERF macro for debug reason

8 years agoset sta gotip default event handler
liuzhifu [Tue, 30 Aug 2016 10:05:32 +0000 (18:05 +0800)]
set sta gotip default event handler

8 years agoTW6785 - add sta auto connect api
liuzhifu [Tue, 30 Aug 2016 10:04:22 +0000 (18:04 +0800)]
TW6785 - add sta auto connect api

8 years agoMerge branch 'feature/openocd_doc' into 'master'
Jeroen Domburg [Tue, 30 Aug 2016 10:02:20 +0000 (18:02 +0800)]
Merge branch 'feature/openocd_doc' into 'master'

Add openocd documentation and config file

As we (=Ivan/Angus) discussed, the esp32-specific openocd/gdb documentation and helper tools will live in the esp-idf repository. This is an initial document detailing the basics of setting up OpenOCD with an esp32 module. It should be sufficient for people already familiar with a similar setup on another platform to start using JTAG for debugging. It can be expanded much more (e.g. the tracetool still is missing) but we'llhave to add that later.

See merge request !31

8 years agoFix: Return after setting breakpoint when ocd is detected instead of continuing into...
Jeroen Domburg [Tue, 30 Aug 2016 09:55:20 +0000 (17:55 +0800)]
Fix: Return after setting breakpoint when ocd is detected instead of continuing into the panic routine

8 years agoAdd bit of text saying openocd helper options for esp-idf are enabled by default
Jeroen Domburg [Tue, 30 Aug 2016 07:44:20 +0000 (15:44 +0800)]
Add bit of text saying openocd helper options for esp-idf are enabled by default