...
Code Block | ||
---|---|---|
| ||
make run |
정상적으로 실행되면 UART 포트로 메시지 "hello world"가 출력된다.If executed normally, the message "hello world" is output to the UART port.
실행을 중지시키려면 "Control-C"를 입력해 메이크 타겟 "run"을 중지 시킨 후, 메이크 타겟 "reset"를 수행한다정상적으로 실행되면 UART 포트로 메시지 "hello world"가 출력된다.
To stop the execution, enter "Control-C" to stop the make target "run", then execute the make target "reset".
실행을 중지시키려면 "Control-C"를 입력해 메이크 타겟 "run"을 중지 시킨 후, 메이크 타겟 "reset"를 수행한다.