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

Commits on Jan 30, 2021

  1. stm8 port using OSS device headers

    stm8 port using only open-source headers from
    https://github.com/gicking/STM8_headers
    
    Omit proprietary headers/drives by STM
    gicking committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c595b85 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. updated make & linker files

    updated make & linker files
    added test matrix
    gicking committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    4e46c40 View commit details
    Browse the repository at this point in the history
  2. added more tests

    added more tests and test scripts
    gicking committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    c92321b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. add option to use TIM2 or TIM4 for systic

    add option to use TIM4 or TIM2 for systic (see config.h).
    TIM2 requires less tweaking and reduces ISR load
    gicking committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b88831b View commit details
    Browse the repository at this point in the history
  2. correct TIM2 reload for 20MHz & 24MHZ

    correct TIM2 reload for 20MHz & 24MHZ
    gicking committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    004feb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. added port for STM8L

    added port for STM8L
    gicking committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    d0efa89 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. fixed bug in TIM2 prescaler

    fixed bug in TIM2 prescaler setting: was TIM4 instead of TIM2
    gicking committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    7447118 View commit details
    Browse the repository at this point in the history