This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CompileFlags: | |
Add: [-ferror-limit=0] | |
Remove: [ | |
-fno-printf-return-value, | |
-mfp16-format=*, | |
-fno-reorder-functions, | |
] | |
CompilationDatabase: /home/trond/ncs/zephyr/samples/bluetooth/mesh/build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CompileFlags: | |
Add: [ | |
-DKERNEL, | |
-D_FORTIFY_SOURCE=2, | |
-D__PROGRAM_START, | |
-D__ZEPHYR_SUPERVISOR__, | |
-D__ZEPHYR__=1, | |
# Includes (replace /home/trond/ncs/ with west topdir) | |
-isystem/home/trond/ncs/zephyr/include, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. | |
* | |
* The information contained herein is property of Nordic Semiconductor ASA. | |
* Terms and conditions of usage are described in detail in NORDIC | |
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | |
* | |
* Licensees are granted free, non-transferable use of the information. NO | |
* WARRANTY of ANY KIND is provided. This heading must NOT be removed from | |
* the file. | |
* |