mcuboot/boot
David Brown e3cbbece36 Use _Static_assert on all platforms
This macro is part of the C11 standard.  Remove the use of a specialized macro
just for Zephyr, and use the standard macro for all platforms.  This reduces
dependencies on specific versions of Zephyr.

In addition.  The Zephyr-specific code was using toolchain/gcc.h which
would only work with gcc.h, so doesn't actually address any of the
objections.  If this ever becomes a problem with Zephyr, we can figure
out a proper way to fix this.

Signed-off-by: David Brown <david.brown@linaro.org>
2020-04-21 08:20:29 -06:00
..
boot_serial zephyr: boot_serial: Use K_MSEC() with k_sleep 2020-03-30 21:39:29 +02:00
bootutil Use _Static_assert on all platforms 2020-04-21 08:20:29 -06:00
cypress Add files to eliminate HAL dependency, build/compile pass 2020-04-21 07:55:10 -06:00
mynewt boot: mynewt: add ECIES-X25519 support 2020-04-10 17:56:14 -03:00
zephyr zephyr: boards: Add disco_l475_iot1 config file 2020-04-11 11:58:43 -03:00