Search found 42 matches

by wziy520
Mon Dec 19, 2016 5:05 am
Forum: General Discussion
Topic: esp32.cfg have no "source [find interface/ftdi/tumpa.cfg]" line, for Openocd debugging
Replies: 1
Views: 4178

esp32.cfg have no "source [find interface/ftdi/tumpa.cfg]" line, for Openocd debugging

I want install openocd enable Segger Jlink, after make install Openocd, there esp32.cfg(/usr/local/share/openocd/target/esp32.cfg) have not the "source [find interface/ftdi/tumpa.cfg]", The origin souce code directory folder have not this line also, please have a look. Does the config file upgrade. ...
by wziy520
Sat Dec 17, 2016 2:57 pm
Forum: General Discussion
Topic: console input through UART port
Replies: 4
Views: 9981

Re: console input through UART port

I have touch && listen other WiFi modules, like WICED, QCA, Marvel, wifi chip inside module, all both have command console, they don't need user application handle what UART received, there are table of example define what string input will handle the special function, almost the same as AT command ...
by wziy520
Fri Dec 16, 2016 4:11 pm
Forum: General Discussion
Topic: console input through UART port
Replies: 4
Views: 9981

console input through UART port

Does ESP plan implement CONSOLE input through UART port?
it if implemented, it will be more easy for user develop project and configure the wifi module.
by wziy520
Fri Dec 16, 2016 7:06 am
Forum: General Discussion
Topic: ESP32 support HWcrypto, why there are another crypto in component ?
Replies: 3
Views: 6826

Re: ESP32 support HWcrypto, why there are another crypto in component ?

got it, the sha belong mbedTls are library code of Mbed, thanks
by wziy520
Fri Dec 16, 2016 7:04 am
Forum: General Discussion
Topic: Does ESP32 suport GET_IV for AES ?
Replies: 0
Views: 2778

Does ESP32 suport GET_IV for AES ?

I have search Doc and SDK, but not get the right informations, please let me know.
by wziy520
Fri Dec 16, 2016 6:59 am
Forum: General Discussion
Topic: ESP32 support HWcrypto, why there are another crypto in component ?
Replies: 3
Views: 6826

Re: ESP32 support HWcrypto, why there are another crypto in component ?

sorry for not clear express,

I mean , there are 2 sha.c (hwcrypto) sha1.c sha256.c(mbedTls), it implement the same function, why need the 2 part.

there a mbedTls example using, I have the question because i want to know does HWcrypto work well or not
by wziy520
Fri Dec 16, 2016 6:29 am
Forum: General Discussion
Topic: ESP32 support HWcrypto, why there are another crypto in component ?
Replies: 3
Views: 6826

ESP32 support HWcrypto, why there are another crypto in component ?

Does the result after encrypt different?
Why need 2 crypto?