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

[Silicon Labs] Adding support for EFR32MG1 wireless SoC #3157

Merged
merged 17 commits into from
Dec 2, 2016

Commits on Oct 28, 2016

  1. Configuration menu
    Copy the full SHA
    5a88513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214d1be View commit details
    Browse the repository at this point in the history
  3. [EFR32] Add initial support for EFR32

    Adding target definitions and the HAL implementation for EFR32 Mighty Gecko
    stevew817 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    035c08d View commit details
    Browse the repository at this point in the history
  4. [EFR32] Adding hardware acceleration for mbed TLS

    Initial check-in of hardware acceleration support on EFR32 for mbed TLS (AES, SHA and ECC).
    stevew817 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    c0301b1 View commit details
    Browse the repository at this point in the history
  5. [EFR32] Initial radio driver

    First check-in of the EFR32 radio driver for Nanostack
    stevew817 committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    01446f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0f62b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. [EFR32] Set default USB serial baudrate

    Silicon Labs targets use a default, unchangeable baud rate of 115200 on the stdio serial-USB bridge.
    stevew817 committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    f344c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfdf8f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    0f20cd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f1101e View commit details
    Browse the repository at this point in the history
  3. [EFR32] Fix linker script for ARMCC

    Updated available RAM size and increased reserved heap to 4K
    stevew817 committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    dc71c66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6ff439 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b64fa3a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. [EFR32] Move Nanostack driver to Nanostack folder

    mbed compile doesn't support two different FEATURE_X folders being merged, so we'll have to move our nanostack driver into the Nanostack folder for the time being.
    stevew817 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    ad77371 View commit details
    Browse the repository at this point in the history
  2. Revert "[EFR32] Move the mbedTLS hardware acceleration code to EFR32 …

    …family"
    
    This reverts commit a0f62b1.
    stevew817 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    ed905b7 View commit details
    Browse the repository at this point in the history
  3. Fix broken file

    stevew817 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    ef690f7 View commit details
    Browse the repository at this point in the history
  4. Revert "[EFR32] Adding hardware acceleration for mbed TLS"

    This reverts commit c0301b1.
    stevew817 committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    245e2e2 View commit details
    Browse the repository at this point in the history