└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Deprecation notice 2 | 3 | STMicroelectronics released their header definitions under more permissive licensing terms. Now [this](https://github.com/the-cave/stm8s-header "STM8S header") is possible. 4 | 5 | If you are OK with their license, the migration to official header definitions is recommended. Otherwise, check the [master branch](https://github.com/midnight-wonderer/stm8-header/tree/master) of this repository. I do not expect the branch to be updated but it will still be around and usable. 6 | 7 | ## Recommendation 8 | 9 | If you prefer least intrusive patches to the official headers for [SDCC](http://sdcc.sourceforge.net/ "Small Device C Compiler") support, I recommend my own flavor of the header. 10 | 11 | Head to the new repository at 12 | [STM8S header](https://github.com/the-cave/stm8s-header) 13 | --------------------------------------------------------------------------------