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

Add support for EMAC backhaul driver #85

Merged
merged 5 commits into from
May 31, 2018
Merged

Add support for EMAC backhaul driver #85

merged 5 commits into from
May 31, 2018

Commits on May 31, 2018

  1. Add support for EMAC backhaul driver

    Add new EMAC backhaul driver option that uses new mbed OS 5.9 EMAC and
    default network interface APIs. This should work for any Ethernet EMAC
    driver, and can work with appropriately-engineered Wifi drivers - see
    README.md for more details.
    kjbracey committed May 31, 2018
    Configuration menu
    Copy the full SHA
    90f868c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91a0da View commit details
    Browse the repository at this point in the history
  3. Lower Nanostack heap size

    EMAC changes increase static allocation, meaning we don't quite fit in
    an IAR K64F build any more.
    kjbracey committed May 31, 2018
    Configuration menu
    Copy the full SHA
    71dc448 View commit details
    Browse the repository at this point in the history
  4. Remove Nanostack STM32 driver

    No longer builds with mbed OS 5.9 due to collision with EMAC driver.
    That EMAC driver is now usable, so no need for the Nanostack one
    anyway.
    kjbracey committed May 31, 2018
    Configuration menu
    Copy the full SHA
    f51f929 View commit details
    Browse the repository at this point in the history
  5. Switch to EMAC drivers by default

    Change JSON files to select EMAC driver, rather than native Nanostack.
    This is currently a minor functional regression for K64F - the EMAC
    driver doesn't start gracefully if the cable isn't connected.
    kjbracey committed May 31, 2018
    Configuration menu
    Copy the full SHA
    56d3ffc View commit details
    Browse the repository at this point in the history