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

add STM8 port with OSS headers & fixed STM8 port using SPL #35

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

gicking
Copy link

@gicking gicking commented Feb 6, 2021

Hi Kelvin,

this pull request:

  • fixes a bug in the stm8 port (using proprietary headers/code from STMicro)
  • adds a new stmo_oss port using only open-source headers/code

Thanks for considering,
Georg

stm8 port using only open-source headers from
https://github.com/gicking/STM8_headers

Omit proprietary headers/drives by STM
updated make & linker files
added test matrix
added more tests and test scripts
add option to use TIM4 or TIM2 for systic (see config.h).
TIM2 requires less tweaking and reduces ISR load
correct TIM2 reload for 20MHz & 24MHZ
added port for STM8L
@atochukwu0
Copy link

Good job

fixed bug in TIM2 prescaler setting: was TIM4 instead of TIM2
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

Successfully merging this pull request may close these issues.

2 participants