This is Atmel/Microchip's official library for interfacing
to the Atmel ATECC508 chip. The submodule points to their
repository in GitHub.
Additionally, this includes the HAL necessary to use this library
in esp_open_rtos using the i2c library in extras/i2c. I have also
included a tool I wrote to play with the chip as an example under
examples/atcatool.
The extras module currently overrides atca_iface.h to fix bug in
cryptoauthlib (c11-only feature, which breaks c++ builds that want
to use cryptoauthlib)
* Add lvgl as main component
* update dev5.2 lvgl branch
* update lvgl 5.2 +update example + update configuration
* Update submodule and example
* update lv_drivers (fix) and example
* fix problem when merge
* libesphttpd: added extras and example
* Added "heatshrink" as a submodule
* Updated libesphttpd
* Updated libesphttpd
* Trying to fix the commit id
* Updated libesphttpd
* Added zlib1g-dev package
* Use native gcc to build mkespfsimage and mkupgimg
* Added NS and GW for DHCP server configuration
* Get testing system by projectgus working with master HEAD
* Fix running dual test. Add basic wifi test
* Moved spiff test to a test case. Reset retries in test runner
* Add timers test case
* test_runner: List test cases and run individual test cases
* Add README for tests
* Update README.md
* Code clean-up
* Python3.4 support. README.md update
This commits adds JSON support by adding Jsmn
(http://zserge.com/jsmn.html), a minimalistic JSON parser.
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
mbedTLS version 2.1.0 (current stable)
Has some known issues/hacks:
* Entropy source not hooked in at all
* Linker script has a messy hack in it to store some (not all) data in
irom