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

Compile newlib with -DMALLOC_PROVIDED #81

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

Commits on Aug 15, 2015

  1. Compile newlib with -DMALLOC_PROVIDED

    ESP provides its own malloc, so whenever newlib tries to use its own
    implementation, bad things happen.
    This way, *alloc symbols remain external in libc.a and can be redirected
    to the ESP versions.
    Right now this is left to the user.
    rojer committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    6e844ff View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Update esptools

    alashkin committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    211928c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from cesanta/updesptool

    Update esptool commit
    rojer committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    e5642b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Configuration menu
    Copy the full SHA
    ef06c89 View commit details
    Browse the repository at this point in the history
  2. SDK 1.4.1 (pre_5)

    rojer committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    2c5a7fb View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Merge pull request #2 from cesanta/1.4.1

    1.4.1
    alashkin committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    798dcbb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Compile newlib with -ffunction_sections and -Os

    Move other lib patching to the Makefile
    rojer committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    36a161a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from cesanta/1.4.1

    Compile newlib with -ffunction_sections and -Os
    Marko Mikulicic committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    363bb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    2c41b37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from cesanta/1.5.0

    SDK 1.5.0 and GDB 7.5.1 patches from Sysprogs
    alashkin committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    811b273 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. SDK 1.5.2

    rojer committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    be1c757 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Merge pull request #5 from cesanta/1.5.2

    SDK 1.5.2
    alashkin committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    772f5a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Enable long long, float and C99 formats in Newlib

    In other words, %ll, %f and %z.
    rojer committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c18ea05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from cesanta/printf

    Enable long long, float and C99 formats in Newlib
    rojer authored Jul 8, 2016
    Configuration menu
    Copy the full SHA
    089f6f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Configuration menu
    Copy the full SHA
    a730696 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from cesanta/2.0.0

    Update to new Crosstool-NG, SDK 2.0.0, -mforce-l32
    Marko Mikulicic authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    b975a74 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Update to latest available SDK

    Marko Mikulicic committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    2b6acd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from cesanta/update

    Update to latest available SDK
    rojer authored Sep 19, 2016
    Configuration menu
    Copy the full SHA
    496f44d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Disable some functions that can be found in ROM

    Deomid Ryabkov committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    3ba2b5a View commit details
    Browse the repository at this point in the history