포스트

stm8flash

STM8FLASH

STM8FLSH ORG
STM8S105K4T6 - stm8flash
STM8S105K4T6 - stm8flash window version
STM8S105K4T6 - stm8flash window version exe
yooaroma - stm8flash window version

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  gcc install
  make install
  source copy

  make 컴파일 
  시스템 환경변수에 stm8flash 디렉토리 추가
  default : c:\tools\stm8flash\bin
  
  컴파일 하지 않고 아래의 3개의 화일을 카피하고 path를 지정하면 됨
  
  file 3개 필요 : 
    1. libusb-1.0.dll
    2. README.md
    3. stm8flash.exe

git hub example

// first copy and start
git clone https://github.com/yooaroma/stm8flash_win.git
cd stm8flash_win

// 일반적으로 계속 할 때 사용
git add -A -- 작업 디렉토리 모든 변경내용
or
git add .
git commit -m "readme text"
git push
// 추가 사용하는 명령어
git status
git config
git add file/dir
이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.