레거시 cmd_parse.c 제거 및 dr_cmd_parser 직접 호출 구조로 전환

- main.c에서 received_command_process() 대신 dr_cmd_parser() 직접 호출
- cmd_parse.c 전역변수/함수(SERIAL_NO, HW_NO, param_error 등) main.c로 이동
- g_plat 초기화를 main.c 초기화 구간으로 이동, log를 RTT 출력으로 연결
- 미사용 명령 삭제: mta, mtr, mst, mxz, myz, mpn, mdc
- cmd_parse.c/h 삭제, 참조하던 5개 파일 include 정리

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jhChun
2026-03-17 15:45:33 +09:00
parent e7f3c5b02b
commit 36c17d79c6
10 changed files with 2596 additions and 2994 deletions

File diff suppressed because it is too large Load Diff