Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

port examples to standard STM8 headers? #2

Open
gicking opened this issue Jul 5, 2020 · 0 comments
Open

port examples to standard STM8 headers? #2

gicking opened this issue Jul 5, 2020 · 0 comments

Comments

@gicking
Copy link

gicking commented Jul 5, 2020

hi Saeid,

unfortunately SDCC does not provide STM8 device headers, and IAR and Cosmic each use a different syntax. Therefore I am currently trying to establish "standard" FOSS STM8 device headers. You can find these, together with some examples, under https://github.com/gicking/STM8_headers. Current status is that the SDCC developer team is checking whether the headers should be bundled with SDCC.

These headers offer some gimmicks like optional bitfield access, but the main purpose is to establish a standard for STM8 which facilitates re-use of examples from different sources (like AVR or PIC). To increase acceptance, I provide some examples with Makefile (SDCC) and projects for Cosmic & IAR, respectively.

If you would like to support the idea of standard FOSS STM8 device headers, please consider porting your examples to these new headers. You will see from the examples that this is pretty straightforward.

For your support thanks a lot in advance! Have a great day :-)

Regards, Georg (gicking)

PS: I didn't know how to contact you other than opening an issue. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant