C2A_Core
build_settings.h
[詳解]
1 #ifndef BUILD_SETTINGS_H_
2 #define BUILD_SETTINGS_H_
3 
4 #include "sils_define.h"
5 
6 #ifdef SILS_FW
7 #define IS_LITTLE_ENDIAN // SILS環境により変更する
8 #else
9 // #define IS_LITTLE_ENDIAN // マイコン環境により変更する
10 #endif
11 
12 // #define BUILD_SETTINGS_FAST_BUILD //!< 高速ビルドオプション(検証時は必ずコメントアウトすること)
13 #define BUILD_SETTINGS_AUTO_FPGA_RESET
14 
15 #endif
Switch the build settings between your real OBC and SILS