본문 바로가기

Development49

IO Library Issue #127 "IO Library Issue #127: Socket Closure Bug in listen() Function" One of the prominent issues among various concerns is identified within the listen() function in the socket.c file. The issue arises when reading getSn_SR(sn); if a TCP connection is already established, it leads to a socket closure state. Upon testing, under normal circumstances, this issue does not manifest. However, introducing .. 2023. 11. 21.
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.