본문 바로가기
반응형

관리자 기고28

vscode 명령창 실행시 Path 추가 cmd.exe 추가하고 싶은 경로 : C:\Users\oz\STM32CubeIDE\Tools\bin{ "terminal.integrated.env.windows": { "PATH": "C:\\Users\\oz\\STM32CubeIDE\\Tools\\bin;${env:PATH}" }} 2025. 1. 3.
VSCode includePath json file edit stm32 cubeide : c_cpp_properties.json + WSL 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.2.. 2025. 1. 3.
ARM STM32 Cube IDE 컴파일러 설치 경로 CubeIDE Compiler Path 주요 경로C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.makeC:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer주요 디렉터리cubeprogrammergdb-servergnu-toolsjlinkmake정보확인 방법 : Dos에서는 1번 방법으로 확인함arm-none-eabi-gcc -print.. 2025. 1. 2.
vscode stm32 st 파일 : 250102.code-workspace{ "folders": [ { "path": "." } ], "settings": { "files.associations": { "main.h": "c" }, "files.exclude": { "**/**.su": true, "**/**.d": true, "**/**.i": true, "**.s": true, "Debug/**.s": true, "Drivers/**.s": true, }, "command-runner.commands": { "테스트1": "make clean", "테스트2": "make clean", "테스트3": "make clean", }, "command-runner.terminal.. 2025. 1. 2.
초간단 설정 WSL Transparent 투명창 만들기 WSL2 DOS Command Window Acrylic Blur off opacity WSL Windows(or Dos Windows) -> 설정(Settings) -> 왼쪽 아래 Json 파일 열기(Json File Open)아래 항목 삽입"useAcrylic": false,"opacity" : 95,useAcrylic : Acrylic mode ON/OFF, 이걸 사용하면 투명의 배경에 블러가 적용됨(OFF 추천)opacity : 불투명의 정도(intensity of opacity), 100(completely  opacity )~0(completely transparent) 2024. 12. 19.
ARM STM32 Cube IDE 컴파일러 설치 경로 Compiler Path Cube IDE의 경우 gcc 컴파일러를 사용하는데이걸 플러그인으로 설치합니다.C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.10.3-2021.10.win32_1.0.0.202111181127\tools\binC:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346\tools\bin 일단 대충 찾아보니 저 언저리입니다.먼가 경로가 길군요. 흠....   여러가지 .. 2022. 4. 12.
티스토리 프로그래밍 코드 하일라이팅 및 라인 넘버링 Tistory Code Block Highlight Line Number [하일라이트] 1 : 아래 사이트에 접속해서 관련 파일을 다운로드 받습니다. https://highlightjs.org/ highlight.js Version 10.3.2 Tiny tiny release, just to fix the website incorrectly not listing Javascript in the list of languages you could choose for a custom build. There are no other changes. highlightjs.org 클릭을 하면 압축 파일이 다운로드 됩니다. 압축파일을 열어 봅니다. [하일라이트] 2 : 아래 링크로 가서 마음에 드는 하일라이트 타입을 구경해 둡니다. https://highlightjs.org/static/d.. 2021. 9. 2.
윈도우10 작업표시줄 요일 표시 Windows 10 2021. 9. 1.
익스플로러 Explorer IEToEdge BHO 삭제하기(사용 안함이 안됨) 이름: IEToEdge BHO 게시자: 사용할 수 없음 유형: 브라우저 도우미 개체 아키텍처: 32비트 및 64비트 버전: 사용할 수 없음 파일 날짜: 사용할 수 없음 마지막으로 액세스한 날짜: ‎2021‎년 ‎5‎월 ‎14‎일 ‎오늘, ‏‎5분 전 클래스 ID: {1FD49718-1D00-4B19-AF5F-070AF6D5D54C} 사용 횟수: 20 차단 횟수: 0 파일: ie_to_edge_bho_64.dll 폴더: C:\Program Files (x86)\Microsoft\Edge\Application\90.0.818.56\BHO 1. 관련 파일 삭제 추가정보를 활용하여 경로의 파일을 모두 삭제해 보세요 저의 경우 경로는 아래와 같습니다. C:\Program Files (x86)\Microsoft\E.. 2021. 5. 14.
728x90
반응형