Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: mbed_app.json
- Revision:
- 0:1c7da5f83647
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Tue Nov 29 06:29:10 2016 +0000
@@ -0,0 +1,12 @@
+{
+ "macros": [
+ "NDEBUG=1",
+ "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\"",
+ "OS_MAINSTKSIZE=1024"
+ ],
+ "target_overrides": {
+ "*": {
+ "platform.stdio-flush-at-exit": false
+ }
+ }
+}