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

WIP: Tradfri e1524 #4

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

WIP: Tradfri e1524 #4

wants to merge 15 commits into from

Commits on Apr 22, 2020

  1. Kconfig: support third party binary blobs

    Add a Kconfig option that allows user to opt-in for using third party
    software that is released in a form of a binary blob for which no source
    code is available.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9cc882d View commit details
    Browse the repository at this point in the history
  2. west.yml: Update hal_silabs

    This commit updates west.yml to point hal_silabs module to SiLabs HAL
    with support for RAIL (Radio Abstraction Interface Layer).
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    799cf46 View commit details
    Browse the repository at this point in the history
  3. soc: silabs_exx32: Add support for RAIL

    This commit adds SoC support for Silicon Labs Radio Abstraction
    Interface Layer (RAIL) library.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    08cd699 View commit details
    Browse the repository at this point in the history
  4. soc: efr32bg13p: Replace defconfig 'if's with 'depends on'

    Follow style introduced by commit eddd98f ("kconfig: Replace some
    single-symbol 'if's with 'depends on'").
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b1b4dfc View commit details
    Browse the repository at this point in the history
  5. drivers: Add ieee802154_gecko driver

    This commit adds ieee802154_gecko driver for SiLabs Wireless Gecko
    family.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    da3c91f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. soc: silabs_exx32: Add support for RAIL

    This commit adds SoC support for Silicon Labs Radio Abstraction
    Interface Layer (RAIL) library.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp authored and Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    62a821f View commit details
    Browse the repository at this point in the history
  2. drivers: ieee802154: build the driver as a Zephyr lib

    Align ieee802154 with other Zephyr drivers and build it as a Zephyr
    library.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp authored and Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    642f1c7 View commit details
    Browse the repository at this point in the history
  3. drivers: Add ieee802154_gecko driver

    This commit adds ieee802154_gecko driver for SiLabs Wireless Gecko
    family.
    
    Signed-off-by: Piotr Mienkowski <[email protected]>
    mnkp authored and Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f6b53a0 View commit details
    Browse the repository at this point in the history
  4. Add Tradfri board E1524

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    bf41304 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d93c11 View commit details
    Browse the repository at this point in the history
  6. Make stack sizes smaller

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    cb828ff View commit details
    Browse the repository at this point in the history
  7. Allow to disable IPv4 and IPv6 more completely

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    94fad53 View commit details
    Browse the repository at this point in the history
  8. Make OpenThread smaller

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    08952f7 View commit details
    Browse the repository at this point in the history
  9. Add soc/dts silabs efr32mg1p

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a253f0b View commit details
    Browse the repository at this point in the history
  10. Add overlays for efr32 and minimal openthread device

    Markus Becker committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    45ae4b7 View commit details
    Browse the repository at this point in the history