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

WiFi optimizations and libbsd to FreeBSD 12 update #46

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

Commits on Oct 4, 2018

  1. Update RTEMS baseline

    sebhub committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    2b037e6 View commit details
    Browse the repository at this point in the history
  2. libgrisp: Fix warning

    sebhub committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    42b1a94 View commit details
    Browse the repository at this point in the history
  3. libgrisp: Use same priority for all libbsd tasks

    This reduces the amount of task switches in libbsd and thus improves
    throughput.
    sebhub committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9677d3b View commit details
    Browse the repository at this point in the history
  4. libgrisp: Reduce stack size of libbsd tasks

    Enable a custom stack allocator which uses the internal SRAM for the
    task stacks if available.
    sebhub committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8b2967b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Add CircleCI config

    holzingk committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a56f8f5 View commit details
    Browse the repository at this point in the history
  2. Add status badge

    holzingk committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    bed8dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81dd5fd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    7f51e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd73e8f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Update to fix building on macOS 10.14

    Note: Python 3 is now needed to build libbsd (because of the bug
    https://devel.rtems.org/ticket/3709).
    eproxus committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c6e756d View commit details
    Browse the repository at this point in the history
  2. Revert CircleCI changes

    Revert "Test OTP build with new toolchain"
    This reverts commit cd73e8f.
    
    Revert "Add dmesg output to CI artifacts"
    This reverts commit 7f51e9e.
    
    Revert "Store rsb-report artifact when build fails"
    This reverts commit 81dd5fd.
    
    Revert "Add status badge"
    This reverts commit bed8dd7.
    
    Revert "Add CircleCI config"
    This reverts commit a56f8f5.
    eproxus committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    8f7399b View commit details
    Browse the repository at this point in the history