SDCC/STM8 added

This commit is contained in:
Ilia Motornyi
2021-10-13 17:35:22 +03:00
parent d208afc1a9
commit dbe42378d9
14 changed files with 247 additions and 3 deletions

View File

@@ -16,4 +16,10 @@ Set of examples how to use [CLion](https://www.jetbrains.com/clion/) with variou
* Compiler definition file: [custom-compiler-msp430.yaml](CMake-Texas-Instruments-MSP430-CGT/custom-compiler-msp430.yaml)
* Host Platforms: Windows, Linux, Mac
* Target Platform: MSP430 MCU
* [CMake-SDCC](CMake-SDCC)
* Build System: [CMake](https://cmake.org/)
* Compiler: [SDCC](http://sdcc.sourceforge.net/) for stm8
* Compiler definition file: [custom-compiler-sdcc-stm8.yaml](CCMake-SDCC/custom-compiler-sdcc-stm8.yaml)
* Host Platforms: Windows, Linux, Mac
* Target Platform: STM8 MCU