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

Realtek_RTL8195AM fix for debug profile #5044

Merged
merged 5 commits into from Sep 19, 2017

Commits on Sep 7, 2017

  1. Update MSP setup

    Use asm code to set MSP
    Archcady committed Sep 7, 2017
    Copy the full SHA
    1d6a69b View commit details
    Browse the repository at this point in the history
  2. Update wlan lib to fix debug profile

    The issue of mutex returning osErrorISR with debug profile is fixed
    Archcady committed Sep 7, 2017
    Copy the full SHA
    2642ab3 View commit details
    Browse the repository at this point in the history
  3. Increase tcpip thread stacksize for REALTEK_RTL8195AM

    The default stack size is not enough for debug profile (low compiler
    optimization)
    Archcady committed Sep 7, 2017
    Copy the full SHA
    22269ad View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    Clean rtl8195a_init.c a little bit
    Archcady committed Sep 7, 2017
    Copy the full SHA
    ba3bb7e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Re-work Rtl8195AM ticker

    Remove intermediate variances and use uint64 instead;
    Remove HalTimerIrqEn called in us_ticker.c
    Archcady committed Sep 15, 2017
    Copy the full SHA
    f7bc126 View commit details
    Browse the repository at this point in the history