mcuboot/samples
David Brown 038e299e79 samples/zephyr: Build ECDSA tests with ECDSA key
Set the public key for ECDSA tests to use the ECDSA.  This avoids a link
error with:

    ../app/libapp.a(keys.c.obj):(.rodata.bootutil_keys+0x0): undefined reference to `ecdsa_pub_key'
    ../app/libapp.a(keys.c.obj):(.rodata.bootutil_keys+0x4): undefined reference to `ecdsa_pub_key_len'

Signed-off-by: David Brown <david.brown@linaro.org>
2019-01-22 16:08:46 -07:00
..
mcuboot_config samples: mcuboot_config: introduce MCUBOOT_LOG_MODULE macros 2019-01-10 19:11:15 +01:00
zephyr samples/zephyr: Build ECDSA tests with ECDSA key 2019-01-22 16:08:46 -07:00