Skip to content

Commit

Permalink
Disable some ciphers not needed by lora example application
Browse files Browse the repository at this point in the history
These ciphers are not needed by this example application and these
consume about 2500 bytes of ROM.
  • Loading branch information
Kimmo Vaisanen committed Sep 10, 2018
1 parent 85dcb31 commit 8bdd631
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mbedtls_lora_config.h
Expand Up @@ -34,7 +34,10 @@
// These are only reference configurations for this LoRa example application.
// Other LoRa applications might need different configurations.
#define MBEDTLS_AES_FEWER_TABLES
#undef MBEDTLS_GCM_C

#undef MBEDTLS_GCM_C
#undef MBEDTLS_CHACHA20_C
#undef MBEDTLS_CHACHAPOLY_C
#undef MBEDTLS_POLY1305_C

#endif /* MBEDTLS_LORA_CONFIG_H */

0 comments on commit 8bdd631

Please sign in to comment.