nsumo_video
A microcontroller-based embedded project written from scratch in a video series on YouTube.
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- coding_guidelines.md
- nsumo.jpg
- retreat_state.png
- retreat_state.uml
- schematic.png
- state_machine.png
- state_machine.uml
- sw_arch.png
- sysdiag.jpg
- printf
- printf_config.h
- drive.c
- drive.h
- enemy.c
- enemy.h
- input_history.c
- input_history.h
- line.c
- line.h
- state_attack.c
- state_attack.h
- state_common.h
- state_machine.c
- state_machine.h
- state_manual.c
- state_manual.h
- state_retreat.c
- state_retreat.h
- state_search.c
- state_search.h
- state_wait.c
- state_wait.h
- timer.c
- timer.h
- assert_handler.c
- assert_handler.h
- defines.h
- enum_to_string.c
- enum_to_string.h
- ring_buffer.c
- ring_buffer.h
- sleep.c
- sleep.h
- trace.c
- trace.h
- adc.c
- adc.h
- i2c.c
- i2c.h
- io.c
- io.h
- ir_remote.c
- ir_remote.h
- led.c
- led.h
- mcu_init.c
- mcu_init.h
- millis.c
- millis.h
- pwm.c
- pwm.h
- qre1113.c
- qre1113.h
- tb6612fng.c
- tb6612fng.h
- uart.c
- uart.h
- vl53l0x.c
- vl53l0x.h
- test.c
- main.c
- build_tests.sh
- dockerfile
- .clang-format
- .gitignore
- .gitmodules
- LICENSE
- Makefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/artfulbytes/nsumo_video
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nsumo_video
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
them from being merged until they pass. The action runs inside a docker container, which has the
이 명령어를 터미널에 그대로 입력해 실행하세요.
required cross-toolchain installed. The dockerfile is located under **tools/**, and the docker image is
이 명령어를 터미널에 그대로 입력해 실행하세요.
available in a [repository at Docker Hub](https://hub.docker.com/r/artfulbytes/msp430-gcc-9.3.1.11).
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
