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

Use SRAM2 32Kbytes on STM32L475 / L476 and L486 devices #6172

Merged
merged 8 commits into from Feb 27, 2018

Commits on Feb 22, 2018

  1. Configuration menu
    Copy the full SHA
    0efc876 View commit details
    Browse the repository at this point in the history
  2. Change STM32L475/76/86 GCC_ARM linker files to have HEAP in SRAM1 and…

    … stack in SRAM2 (after the interrupt vector)
    adustm committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    02b2b01 View commit details
    Browse the repository at this point in the history
  3. Add support of separate memories for heap and stack region swith the …

    …use of TWO_RAM_REGIONS define
    adustm committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    f551255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815be94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9865744 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Use official toolchain defines

    adustm committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    6795325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a43b5 View commit details
    Browse the repository at this point in the history
  3. Allow jenkins script to pass

    adustm committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    d1e6e8f View commit details
    Browse the repository at this point in the history