Search found 7 matches

by ChrisHolza
Thu Mar 16, 2017 6:22 am
Forum: Report Bugs
Topic: mbedTLS hangs during handshake
Replies: 4
Views: 8272

Re: mbedTLS hangs during handshake

Hi Buddy,

is it possibly related to this one: https://github.com/espressif/esp-idf/issues/139?

I'm still having trouble there, would be great if anyone could confirm.

Other than that, have you turned on "Component Config -> mbedTLS -> Disable hardware MPI (bignum) acceleration" ?
by ChrisHolza
Fri Mar 10, 2017 10:59 am
Forum: General Discussion
Topic: Storing a Large (800kB) Website
Replies: 3
Views: 6603

Re: Storing a Large (800kB) Website

Have you checked https://github.com/espressif/esp-idf/bl ... inary-data?

You'll probably want to use COMPONENT_EMBED_TXTFILES. Works fine for HTML...
by ChrisHolza
Mon Feb 20, 2017 6:32 am
Forum: General Discussion
Topic: Problem reading I2C sensor
Replies: 11
Views: 20511

Re: Problem reading I2C sensor

Please check

https://github.com/espressif/esp-idf/issues/304

and

https://github.com/espressif/esp-idf/issues/344

, maybe one of these applies to your problem.
by ChrisHolza
Fri Feb 03, 2017 7:12 am
Forum: ESP-IDF
Topic: miniz library in ROM - usable for application development?
Replies: 13
Views: 23789

Re: miniz library in ROM - usable for application development?

Hi Angus, for my project I tend do stick with the zlib because of the dynamically lower heap requirements. The TINFL_LZ_DICT_SIZE buffer seems to be allocated in any case, as a part of the higher-level miniz features. I'd love to contribute to your SDK anyway and started a fork. When throwing the mi...
by ChrisHolza
Tue Jan 31, 2017 6:04 pm
Forum: ESP-IDF
Topic: miniz library in ROM - usable for application development?
Replies: 13
Views: 23789

Re: miniz library in ROM - usable for application development?

Thanks guys, this indeed works! The steps are: - add miniz.c to project, I used the latest version 9.1.15 which is the same as the rom/miniz.h header. - add #include "rom/miniz.h" on top of miniz.c to make use of the pre-configured header for esp32. This #define's out the standard miniz.c fake-heade...
by ChrisHolza
Mon Jan 30, 2017 5:10 pm
Forum: ESP-IDF
Topic: miniz library in ROM - usable for application development?
Replies: 13
Views: 23789

miniz library in ROM - usable for application development?

With esp-idf/components/esp32/include/rom/miniz.h it looks like there is a Compression/Decompression library like zlib contained in ROM. Are there any plans to make it usable from inside the application, like it is today with nano-printf? Is it usable today? Of course the linker is unable to resolve...
by ChrisHolza
Mon Jan 09, 2017 1:41 pm
Forum: General Discussion
Topic: OpenOCD and hardware debugger support
Replies: 13
Views: 27957

Re: OpenOCD and hardware debugger support

After running pacman -Syu, had trouble when making or gitting, like ': not a valid identifier.9: export: `dashless ': not a valid identifier.9: export: `dashless ': not a valid identifier.9: export: `dashless Looks like there are issues with git 2.10 which is inistalled by pacman -Syu, so I recommen...