46 #include "contiki-conf.h"
53 #define SOC_FEATURE_AES_SHA 0x00000002
54 #define SOC_FEATURE_ECC_RSA 0x00000001
uint32_t soc_get_sram_size(void)
Gets the SRAM size of the SoC.
uint32_t soc_get_features(void)
Gets the hardware features of the SoC that are enabled.
uint8_t soc_get_rev(void)
Gets the SoC revision.
void soc_print_info(void)
Prints SoC information.