728x90
반응형
Cubeide Repository Path in WSL : C:/Users/oz/STM32Cube/Repository
STM32 CPU : STM32F429ZI => define STM32F429xx
-------------------------- Windows ----------------------------------------------------
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/STM32F4xx_HAL_Driver/Inc",
"C:/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"C:/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/CMSIS/Device/ST/STM32F4xx/Include",
"C:/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/CMSIS/Include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"STM32F429xx"
],
"compilerPath": "C:/Users/oz/STM32CubeIDE/Tools/bin/arm-none-eabi-gcc",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-arm"
}
],
"version": 4
}
-------------------------- WSL ----------------------------------------------------------
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/mnt/c/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/STM32F4xx_HAL_Driver/Inc",
"/mnt/c/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy",
"/mnt/c/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/CMSIS/Device/ST/STM32F4xx/Include",
"/mnt/c/Users/oz/STM32Cube/Repository/STM32Cube_FW_F4_V1.28.1/Drivers/CMSIS/Include"
],
"defines": [
"STM32F429xx"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}
728x90
'관리자 기고' 카테고리의 다른 글
vscode 명령창 실행시 Path 추가 cmd.exe (0) | 2025.01.03 |
---|---|
ARM STM32 Cube IDE 컴파일러 설치 경로 CubeIDE Compiler Path (0) | 2025.01.02 |
vscode stm32 st (0) | 2025.01.02 |
초간단 설정 WSL Transparent 투명창 만들기 WSL2 DOS Command Window Acrylic Blur off opacity (0) | 2024.12.19 |
ARM STM32 Cube IDE 컴파일러 설치 경로 Compiler Path (0) | 2022.04.12 |
티스토리 프로그래밍 코드 하일라이팅 및 라인 넘버링 Tistory Code Block Highlight Line Number (0) | 2021.09.02 |
윈도우10 작업표시줄 요일 표시 Windows 10 (0) | 2021.09.01 |
익스플로러 Explorer IEToEdge BHO 삭제하기(사용 안함이 안됨) (0) | 2021.05.14 |