Files

9 lines
444 B
Markdown
Raw Permalink Normal View History

2021-10-13 17:35:22 +03:00
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/)
2021-10-15 14:11:21 +03:00
using [Custom Defined Compiler](https://blog.jetbrains.com/clion/2021/10/clion-2021-3-eap-custom-compiler/)
2021-10-13 17:35:22 +03:00
There is a custom compiler definition file for the compiler: [custom-compiler-sdcc-stm8.yaml](custom-compiler-sdcc-stm8.yaml)