David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 1 | CONFIG_CONSOLE_HANDLER=y |
Ricardo Salveti | 7cf3d9e | 2017-01-18 16:38:22 -0200 | [diff] [blame] | 2 | CONFIG_SYS_LOG=y |
David Brown | 5153bd6 | 2017-01-06 11:16:53 -0700 | [diff] [blame] | 3 | CONFIG_DEBUG=y |
| 4 | |
| 5 | CONFIG_MAIN_STACK_SIZE=10240 |
| 6 | CONFIG_MBEDTLS=y |
| 7 | CONFIG_MBEDTLS_BUILTIN=y |
| 8 | CONFIG_MBEDTLS_CFG_FILE="config-boot.h" |
| 9 | |
| 10 | ### mbedTLS wants a heap |
| 11 | CONFIG_HEAP_MEM_POOL_SIZE=16384 |
| 12 | |
| 13 | CONFIG_FLASH=y |
Ricardo Salveti | 3dbf222 | 2017-01-18 11:34:47 -0200 | [diff] [blame] | 14 | |
| 15 | ### Disable Bluetooth by default |
| 16 | # CONFIG_BLUETOOTH is not set |
Andrew Boie | 240ac64 | 2017-03-02 13:40:39 -0800 | [diff] [blame] | 17 | |
| 18 | CONFIG_MULTITHREADING=n |