Skip to content

nbtool/stm8_linux_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Brief introduction

The project provides a stm8 MCU APP command-line development environment based on Linux system.

You can directly write、build、install APP(HEX/BIN) without using IDE.

2. How to use

If it is the first time to compile, It is recommended to run goto build directly, and then run the 'make tools' to unzip hex2bin、sdcc、stm8flash etc.

cd build
make tools

Build the project(for example:app_stc51_peri_blinky):

make build PROJECT=app_stm8_peri_blinky

Install the APP:

make flash

more:https://www.cnblogs.com/zjutlitao/p/9292449.html

3. Demos

  • app_stm8_peri_blinky
  • app_stm8_peri_uart

About

The project provides a stm8 MCU APP command-line development environment based on Linux system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published