본문 바로가기

분류 전체보기119

Git command Git활용 Help: git help config git 설정하기 사용자설정 : git config —global user.name “babo” 메일설정 : git config —global user.mail “babo@babo.com” config확인 git config —list git config user.name 최초 설정 확인 : git config —show-origin user.name End of Line 시스템설정대로 : git config —global core.eof native 시스템설정대로 : git config —global core.autcrlf false Diff 결과 Highlighting 하기 : git config -global pager.diff ‘diff-highli.. 2022. 9. 26.
[Zephyr] 제퍼? 제피르? 뭘까? 설명과 개발환경구축 ephyr는 2016년 2월 Linux Foundation 에서 소개 되었어요. 리소스 제한적인 장치 및 IoT를 target으로 하고 있으며, Linux Foundation과 Intel/NXP/Linaro/synopsys/Nordic 등이 주도하는 Linux에 매우 가까운 OS로 볼수 있어요. ​ 실제사용되는 Kernel은 Linux하고는 전혀무관한 Intel WindRiver(VxWorks -> Viper -> Zephyr)를 채용하고 있어 안정성은 확보되었다고 보면 될것 같아요. 또한 현재 350여개 이상의 board를 지원하면서 다양한 SoC및 board관련 코드가 추가 되었어요. ​ ​ release 후 6년이 지난 현시점(2022.08.10)에서는 v3.1.0까지 release가 되어있어요, .. 2022. 9. 5.
RP2040 Reference 자료 RP2040 및 Raspberry pi pico관련 프로젝트 입니다. Sound RP2040 USB Sound Card Speech Recognition With an Arduino Nano Implementation of Morse Code Raspberry Pi PicoCreate a USB Microphone with the Raspberry Pi Pico Turotial Using PIO of Raspberry Pi Pico Dual Cores & Interrupts on Pi Pico Display RPi Pico – 3.5 Inch (320x480) HVGA TFT LCD (ILI9488) Raspberry Pi Pico -- TM1637 – 4 Digit, 7 Segment Multiplex.. 2021. 10. 21.
[Pyboard] - Wiznet5K를 이용하여 이더넷통신을 해보자. https://ddnemo.tistory.com/121 [MicroPython] 알아보고 시작해보자 - pyboard MicroPython 사양 MicroPython 은 다양한 마이크로 컨트롤러에서 실행되요. 인터프리터방식이기때문에 충분한 RAM, Flash 및 처리 성능을 갖춘 추가적인 마이크로 컨트롤러에 MicroPython 을 이식 할수 있어 ddnemo.tistory.com 위의 포스팅을 먼저 확인하여, 완료가 되었다면 다음을 진행하면 됩니다. 1. Github에서 받은 micropython 코드를 사용합니다. 2. micropython/ports/stm32 폴더로 이동합니다. 3. build-PYBV11 폴더가 있다면 아래의 Command를 이용하여 삭제해주세요 rm -rf ./build-PYB.. 2021. 10. 20.