Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder137/STM32-Repo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coder137/STM32-Repo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: minimal_tools
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 108 files changed
  • 1 contributor

Commits on Jan 23, 2021

  1. Added Minimal_Tools

    - Forked from Minimal_Interfaces
    - Removed LPC4078xx microcontroller drivers
    coder137 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a1b6a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824ccea View commit details
    Browse the repository at this point in the history
  3. Added cppcheck static analysis tool

    Fixed potential bugs in
    1. STM32L475xx_main.c
    - scanf overflow
    - printf format
    2. syssbrk.c
    - pointer conversions when comparing address
    
    NOTE: We must add cppcheck cmake variable before the cmake add_executable is defined
    coder137 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    121e35e View commit details
    Browse the repository at this point in the history
  4. Updated cppcheck with project options

    - Added CMake check to find tool before usage
    - Throws error if not found
    coder137 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a04088e View commit details
    Browse the repository at this point in the history
  5. Added Clang-format tool for user files

    - l0_lowlevel and l1_third party are excluded from clang-formatting
    - Shifted project .elf creation to project_release.cmake file
    - Added option for CLANG-FORMAT in options.cmake
    
    Minor updates
    - Added internal driver headers to build for clang-format
    coder137 committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    10bf0b0 View commit details
    Browse the repository at this point in the history
Loading