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

Support strf/s2lp #6

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

Commits on Feb 1, 2021

  1. strf: added subg1 cube expansion package

    Added ST Microelectronics SUBG1 (s2lp) cube expansion package
    
    Signed-off-by: Nikos Oikonomou <[email protected]>
    nikooiko committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9d2055d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. strf: s2lp: removed S2LP_Util usages

    - Removed unneeded S2LP_Util.h include from s2lp MCU_Interface.h.
    - Removed Config_RangeExt calls from s2lp S2LPCmdStrobeRx/S2LPCmdStrobeTx of S2LP_Commands.h.
    
    Impacted files:
      - strf/s2lp/S2LP_Library/Inc/MCU_Interface.h
      - strf/s2lp/S2LP_Library/Inc/S2LP_Commands.h
    
    Signed-off-by: Nikos Oikonomou <[email protected]>
    nikooiko committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c9de2f1 View commit details
    Browse the repository at this point in the history
  2. strf: s2lp: fixed dereference pointer warning

    Added patch, to SUBG1 package, that resolves dereferencing type-punned
    pointer warning.
    
    Impacted files:
    - strf/s2lp/S2LP_Library/Src/S2LP_Gpio.c
    
    Signed-off-by: Nikos Oikonomou <[email protected]>
    nikooiko committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    44d5d70 View commit details
    Browse the repository at this point in the history