소스 검색

info about local build and run

aanper 5 년 전
부모
커밋
ac6581f73d
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      wiki/fw/Firmware.md

+ 7 - 0
wiki/fw/Firmware.md

@@ -111,6 +111,13 @@ After start, bootloader run first. It can:
 
 If Dockerfile is changed you should run `docker-compose down` and `docker-compose build` for rebuild the image.
 
+### Local build and run
+
+You can run firmware locally (with HAL stub).
+
+* `docker-compose exec dev make -C target_lo` for build
+* `docker-compose exec dev target_lo/build/target_lo` for run
+
 ## Build in IDE
 
 * Arduino IDE (in progress)