zephyr/tests/subsys/jwt
Andrew Boie 90132d3543 tests: jwt: lower heap size
The heap, plus a few globals relevant to mbedtls get put in
their own memory partition.

With systems that have power-of-two region size/alignment
constraints, this results in a 64K partition being created,
even though we are using just a whisker above 32K.

Lower the heap size a little so everything fits in 32K.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-03-07 04:27:32 -06:00
..
src jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
CMakeLists.txt jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
jwt-test-cert.pem jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
jwt-test-private.der jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
jwt-test-private.pem jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
prj.conf tests: jwt: lower heap size 2019-03-07 04:27:32 -06:00
testcase.yaml jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00