/esp/esp-idf/components/lwip/include/lwip/lwip/ip_addr.h:59:8: note: 'type' declared here
u8_t type;
^
Search found 42 matches
- Mon Jun 26, 2017 3:14 am
- Forum: General Discussion
- Topic: LWIP_IPV6 default disable by , why below build message appeared?
- Replies: 1
- Views: 4405
- Fri May 05, 2017 3:10 am
- Forum: General Discussion
- Topic: where to get assert function example for ESP32?
- Replies: 1
- Views: 7053
where to get assert function example for ESP32?
there are assert define in idf code, but not use,
Does ESP32 have the workable assert code , or other method check the same as assert
Does ESP32 have the workable assert code , or other method check the same as assert
- Fri May 05, 2017 2:12 am
- Forum: General Discussion
- Topic: what ESP32 asm breakpoint instruction support if need integrate in to source code
- Replies: 1
- Views: 4419
what ESP32 asm breakpoint instruction support if need integrate in to source code
I have touch some chips support _asm_("bkpt"), but look esp32 compiler not supportted "bkpt" ,
please let me know if there have an instruction for break
please let me know if there have an instruction for break
- Fri Apr 28, 2017 7:39 am
- Forum: General Discussion
- Topic: where is size_t define?
- Replies: 1
- Views: 7540
where is size_t define?
There are many function pass in size_t variables, but not get any typedef for size_t,
Where to find it? build my code about encrypt will pop warning
Where to find it? build my code about encrypt will pop warning
- Mon Mar 13, 2017 9:48 am
- Forum: General Discussion
- Topic: why all Hmac function are blank?
- Replies: 1
- Views: 4984
why all Hmac function are blank?
there are no any Hmac function avilable? , Does Esp have plan support the hmac about SHA1 && SHA2? there are no right side function. #define sha1_hmac mbedtls_sha1_hmac #define sha1_hmac_finish mbedtls_sha1_hmac_finish #define sha1_hmac_reset mbedtls_sha1_hmac_reset #define sha1_hmac_starts mbedtls_...
- Mon Mar 13, 2017 9:46 am
- Forum: General Discussion
- Topic: does there have an example for rsa_pkcs1_encrypt(.....) function?
- Replies: 5
- Views: 8182
does there have an example for rsa_pkcs1_encrypt(.....) function?
does there have an example for rsa_pkcs1_encrypt(.....) function?
- Mon Mar 13, 2017 7:24 am
- Forum: General Discussion
- Topic: 2456:0: warning: "ssl_set_bio" redefined
- Replies: 1
- Views: 4238
2456:0: warning: "ssl_set_bio" redefined
compat-1.3.h:2456:0: warning: "ssl_set_bio" redefined
#define ssl_set_bio mbedtls_ssl_set_bio
#define ssl_set_bio mbedtls_ssl_set_bio_timeout
#define ssl_set_bio mbedtls_ssl_set_bio
#define ssl_set_bio mbedtls_ssl_set_bio_timeout
- Fri Mar 10, 2017 8:52 am
- Forum: General Discussion
- Topic: Does ESP 32 hardware originally support AES get IV ?
- Replies: 1
- Views: 4685
Re: Does ESP 32 hardware originally support AES get IV ?
no need answer any more, after check the code, There are no IV support.
- Fri Mar 10, 2017 7:08 am
- Forum: General Discussion
- Topic: Does ESP 32 hardware originally support AES get IV ?
- Replies: 1
- Views: 4685
Does ESP 32 hardware originally support AES get IV ?
there are example code on EmbeddTLS library, pem_get_iv(),
but no any description on UM, does anyone help give advise how to get iv, where to get IV for AES cbc?
but no any description on UM, does anyone help give advise how to get iv, where to get IV for AES cbc?
- Thu Jan 19, 2017 8:47 am
- Forum: General Discussion
- Topic: 20 _uart example not works
- Replies: 2
- Views: 5698
Re: 20 _uart example not works
work, close.
I have no idea why halt before
I have no idea why halt before