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

8
CMake-SDCC/README.md Normal file
View File

@@ -0,0 +1,8 @@
Test project for Custom Compiler feature
===
This project is an example how to use [SDCC](http://sdcc.sourceforge.net/) for stm8
with [CMake](https://cmake.org/) and [CLion](https://www.jetbrains.com/clion/)
using [Custom Defined Compiler](https://youtrack.jetbrains.com/issue/CPP-9615)
There is a custom compiler definition file for the compiler: [custom-compiler-sdcc-stm8.yaml](custom-compiler-sdcc-stm8.yaml)