mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
- 코드 구조 변경(레이어 삭제/추가) : IG_Layer 삭제 : Vehicle_System_Mode_Layer 삭제 : System_Layer 추가 - 코드 구조 변경(통합) : System_Check 내 함수 Drive_Mode로 이동 : System_Layer로 Drive_Mode, Ignition 이동 - DBC 업데이트 : CAN_DBC_ch1_v41.dbc : RC_VCU_Signal2(0x41) 내 RC_ACU_Drive_Mode 신호 추가
50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
-std=c99
|
|
-DD_CACHE_ENABLE
|
|
-DI_CACHE_ENABLE
|
|
-DGCC
|
|
-DS32K3XX
|
|
-DCPU_S32K344
|
|
-I../RTD/include
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/src/uds"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/S32DS/ADM/RemoteSystemsTempFiles"
|
|
-IC:/Users/MSI/Documents/WorkSpace/git/ADM/GW/generate/include
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/src/HAL/watchdog_hal/inc"
|
|
-IC:/Users/MSI/Documents/WorkSpace/git/ADM/GW/RTD/include
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/src/uds"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/board"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/generate/src"
|
|
-I"C:/Users/MSI/Documents/WorkSpace/git/ADM/GW/src"
|
|
-I"C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_03/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/header"
|
|
-I"C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_03/SW32K3_RTD_4_4_0_9_0_D2103/Base_TS_T40D34M9I0R0/include"
|
|
-I"C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_03/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/include"
|
|
-I"C:/NXP/S32DS.3.4/S32DS/software/PlatformSDK_S32K3_2021_03/SW32K3_RTD_4_4_0_9_0_D2103/Platform_TS_T40D34M9I0R0/startup/include"
|
|
-Os
|
|
-fshort-enums
|
|
-funsigned-char
|
|
-fstack-usage
|
|
-fdump-ipa-all
|
|
-fomit-frame-pointer
|
|
-fno-zero-initialized-in-bss
|
|
-ggdb3
|
|
-pedantic
|
|
-Wall
|
|
-Wextra
|
|
-c
|
|
-fmessage-length=0
|
|
-funsigned-bitfields
|
|
-fno-common
|
|
-Wunused
|
|
-Wstrict-prototypes
|
|
-Wsign-compare
|
|
-Werror=implicit-function-declaration
|
|
-Wundef
|
|
-mcpu=cortex-m7
|
|
-mthumb
|
|
-mlittle-endian
|
|
-mfloat-abi=soft
|
|
-specs=nano.specs
|
|
-specs=nosys.specs
|
|
--sysroot="C:/NXP/S32DS.3.4/S32DS/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi/arm-none-eabi/newlib" |