- 02 Apr, 2021 1 commit
-
-
Sun Amar authored
pwm driver + Kconfig and Cmake files for the efr32 soc family. Signed-off-by: Sun Amar <sun681@gmail.com>
-
- 31 Mar, 2021 4 commits
-
-
Carlo Caione authored
Fix the header guards, comments, github labeler, CODEOWNERS and MAINTAINERS files. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
-
Lukasz Majewski authored
I would like to add myself as a co-maintainer for the ip_k66f board. Signed-off-by: Lukasz Majewski <lukma@denx.de>
-
Maureen Helm authored
Add @mmahadevan108 and @dleach02 as collaborators for NXP SoCs, boards, and drivers. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
-
Gerard Marull-Paretas authored
Move Sphinx related content to folders with underscore prefix. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
-
- 25 Mar, 2021 1 commit
-
-
Kumar Gala authored
Move ptp_clock.h out of the top level include/ dir into include/drivers/ptp_clock.h and deprecated the old location. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
-
- 23 Mar, 2021 3 commits
-
-
Kumar Gala authored
Add initial support for the Cortex-M55 Core which is an implementation of the Armv8.1-M mainline architecture and includes support for the M‑profile Vector Extension (MVE). The support is based on the Cortex-M33 support that already exists in Zephyr. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
-
Johann Fischer authored
Add myself as disk subsystem code-owner Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
-
Johann Fischer authored
Add common SDMMC_LOG_LEVEL and SDMMC_VOLUME_NAME. Initialize drivers at POST_KERNEL level. Update CODEOWNERS after sdmmc drivers relocation. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
-
- 22 Mar, 2021 1 commit
-
-
Eugeniy Paltsev authored
Add @evgeniy-paltsev as an ARC part owner in addition to @abrodkin and @ruuddw, so he will be chosen as a reviewer automatically. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
-
- 19 Mar, 2021 2 commits
-
-
Hubert Miś authored
This patch includes initial support for FT800 display driver. It includes basic features. It can be easily extended with more FT800 display list and co-processor features. Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
-
Johann Fischer authored
Add myself as codeowner for modbus subsys. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
-
- 18 Mar, 2021 4 commits
-
-
Dean Weiten authored
The Ronoth LoDev in an open source board which uses the AcSIP S76S. Signed-off-by: Dean Weiten <dmw@weiten.com>
-
Dean Weiten authored
The AcSIP S76S is a STM32L073+SX1276+PA SoC which supports LoRa communications. Signed-off-by: Dean Weiten <dmw@weiten.com>
-
Peter A. Bigot authored
I won't be supporting Zephyr for the foreseeable future, so remove my association with specific subsystems. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-
Yonatan Schachter authored
This commit adds support for Silicon Labs EFR32FG13P (Flex Gecko) SoC. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
-
- 16 Mar, 2021 1 commit
-
-
Gerson Fernando Budke authored
Introduce PSoC-6 pinctrl infraestructure and definitions. This add files to handle devicetree entries and following modifications: - add pinctrl bindings - update gpio bindings with pin-cells - add pinctrl node and move gpio nodes inside - declare pinctrl for current uart entries Signed-off-by: Gerson Fernando Budke <gerson.budke@atl-electronics.com>
-
- 15 Mar, 2021 1 commit
-
-
Martin Jäger authored
This new subsystem can be used to supervise individual threads. It is based on a regularly updated kernel timer, whose ISR is never actually called in regular system operation. An existing hardware watchdog can be used as an optional fallback if the task watchdog itself gets stuck. Signed-off-by: Martin Jäger <martin@libre.solar>
-
- 11 Mar, 2021 1 commit
-
-
Wojciech Tatarski authored
Add GPIO driver for QuickLogic EOS S3 SoC. Co-authored-by: Jan Kowalewski <jkowalewski@antmicro.com> Signed-off-by: Wojciech Tatarski <wtatarski@antmicro.com> Signed-off-by: Jan Kowalewski <jkowalewski@antmicro.com>
-
- 09 Mar, 2021 1 commit
-
-
Anas Nashif authored
Adapt to new location of samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
- 08 Mar, 2021 1 commit
-
-
Andrei Emeltchenko authored
I have not had time to work with USB recently, so removing myself from MAINTAINERS and CODEOWNERS for the USB subsystem. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-
- 05 Mar, 2021 1 commit
-
-
Nicolas Pitre authored
In applications like logging the call site where arguments to formatting are available may not be suitable for performing the formatting, e.g. when the output operation can sleep. Add API that supports capturing data that may be transient into a buffer that can be saved, and API that then produces the output later using the packaged arguments. [ Documentation and commit log from Peter Bigot. ] Signed-off-by: Nicolas Pitre <npitre@baylibre.com> Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
-
- 04 Mar, 2021 2 commits
-
-
Asbjørn Sæbø authored
Add Thalley (emil.gydesen@nordicsemi.no) and asbjornsabo (asbjorn.sabo@nordicsemi.no) as additional maintainers/codeowners for bluetooth audio. (Also adds empty audio.h file, that will later be expanded, so that the include/bluetooth/audio directory now listed in CODEOWNERS actually exists.) Signed-off-by: Asbjørn Sæbø <asbjorn.sabo@nordicsemi.no>
-
Carlo Caione authored
AArch64 has support for PSCI. This is especially useful for SMP because PSCI is used to power on the secordary cores. When the PSCI driver was introduced in Zephyr it was designed to rely on a very PSCI-centric subsystem / interface. There are two kinds of problems with this choice: 1. PSCI is only defined for the non-secure world and it is designed to boot CPU cores into non-secure state (that means that PSCI is only supposed to work if Zephyr is running in non-secure state) 2. There can be other ways or standards used to start / stop a core different from PSCI This patch is trying to fix the original wrong assumption by making the interface / subsystem a generic one, called 'pm_cpu_ops', and using PSCI only as an actual driver that is a user of this new interface / subsystem. For now the new subsystem is only exposing two methods: cpu_on and cpu_off, others will probably follow according to the needs. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
-
- 01 Mar, 2021 1 commit
-
-
Jakub Rzeszutko authored
Add owner for newly created getopt library. Extend ownership of fnmatch library. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
-
- 24 Feb, 2021 1 commit
-
-
Pavlo Hamov authored
Impelement watchdog for ti_cc32xx family Signed-off-by: Pavlo Hamov <pasha.gamov@gmail.com>
-
- 23 Feb, 2021 3 commits
-
-
NavinSankar Velliangiri authored
Add support for BMD 345 EVAL BSP with PA/LNA support Fixes: #31585 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
-
Pete Johanson authored
Add ability to build a UF2 (https://github.com/Microsoft/uf2) image as an additional output type. This leverages the code partition offset for the UF2 base address, and a configurable UF2 family ID. Includes an unmodified (except for headers for licensing, pylit disabling) version of the uf2conv.py script copied the UF2 format specification repository, used to convert the bin to UF2. Origin: UF2 file format specification reference utilies License: MIT URL: https://github.com/microsoft/uf2/blob/master/utils/uf2conv.py commit: 587abb8b909266e9b468d6284f2fbd425235d1b5 Signed-off-by: Pete Johanson <peter@peterjohanson.com>
-
Martí Bolívar authored
We will need this to be able to DEVICE_DT_GET() bus devices from tests/drivers/build_all in an upcoming commit. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
-
- 22 Feb, 2021 1 commit
-
-
Mulin Chao authored
Adding Nuvoton developers as reviewers on NPCX EC (Embedded Controller) SoC, device-tree, and driver sources. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
-
- 19 Feb, 2021 1 commit
-
-
Peter Bigot authored
Following the idiom used for system calls, add script support to read the initial application binary to identify which devices are defined, and to use their offset in the device array as their unique handle rather than the externally-defined ordinal from devicetree. The device dependency arrays are updated to use these handles. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
-
- 16 Feb, 2021 1 commit
-
-
Torsten Rasmussen authored
This commit moves TFM CMakeLists.txt into Zephyr and relocates the Kconfig.tfm file under the modules/tfm folder. Updates the manifest to point to related TFM changes. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
-
- 02 Feb, 2021 1 commit
-
-
Anas Nashif authored
Replace andreboie in the file. Temporary until we completely move to MAINTAINER file. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
- 28 Jan, 2021 1 commit
-
-
Anas Nashif authored
Remove wentong and other changes based on MAINTAINER file. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
- 26 Jan, 2021 1 commit
-
-
Kumar Gala authored
Nate hasn't been active for some time and its my understanding that Nate is no longer at SiFive. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
-
- 24 Jan, 2021 1 commit
-
-
Andrew Boie authored
Adding myself as original author. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
-
- 23 Jan, 2021 1 commit
-
-
Peter Bigot authored
This reverts commit 40d36537 . Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
-
- 22 Jan, 2021 1 commit
-
-
Anas Nashif authored
This reverts commit 5f0a7201 . Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
- 21 Jan, 2021 2 commits
-
-
Andrew Boie authored
Adding myself as original author. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
-
Peter Bigot authored
Following the idiom used for system calls, add script support to read the initial application binary to identify which devices are defined, and to use their offset in the device array as their unique handle rather than the externally-defined ordinal from devicetree. The device dependency arrays are updated to use these handles. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
-