- Jul 25, 2022
-
-
Bartosz Golaszewski authored
The logic is currently inverted. Fix it by only applying the patch *if* ONIRO_ENABLE_ACM0 is set to 1. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
Bartosz Golaszewski authored
This adds support for zephyr v3.1.0. It's not a backport from upstream as meta-zephyr master branch build is still broken as of writing this. There are several incompatible changes between v3.0 and v3.1 that require us to use separate patches for the ACM console. Other patches needed to be moved around between version too - when we drop v2.7 and v3.0, it will become much cleaner. On the flip side: lvgl is now upstream so v3.1 doesn't need the lvgl backports. On the flip flip side we need special handling of the DSHIELD option for lvgl as long as we support both v3 versions. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
- Mar 10, 2022
-
-
Bartosz Golaszewski authored
Add support for zephyr v3.0.0 and make it the preferred version. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jan 24, 2022
-
-
Eilís Ní Fhlannagáin authored
Currently meta-zephyr only checks out a subset of the kernel source. With the addition of being able to generate machine configs from zephyr source, we need to be able to have the complete source if we don't want things to break badly. Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Eilís Ní Fhlannagáin authored
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Dec 24, 2021
-
-
JingHuiTham authored
Zephyr 2.7.1 release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.7.1 Signed-off-by:
JingHuiTham <jing.hui.tham@intel.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Nov 17, 2021
-
-
Bartosz Golaszewski authored
This adds a recipe for building the lvgl sample from mainline zephyr source. We need to include one upstream patch that fixes a build problem with lvgl and pull in two other modules or otherwise the default config will fail to build. Currently only the nordic reference devkit for nrf52840 is supported. Big thanks to Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> for helping me with that. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com> Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Naveen Saini authored
This type of multi-line assignments is the most prevalent in well-known layers and is more visually pleasing. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com> Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Bartosz Golaszewski authored
It's easier to parse visually when those assignments are ordered. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com> Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Nov 16, 2021
-
-
Ross Burton authored
dtc is now built with Meson, which changes the version string in the --version output. Zephyr matches this in a regular expression which now fails, so update it to match both Make and Meson formats. Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Oct 25, 2021
-
-
- Oct 21, 2021
-
-
Naveen Saini authored
https://github.com/zephyrproject-rtos/zephyr/commits/v2.7-branch Keeping the default PREFERRED_VERSION to 2.6.1 for now. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Aug 13, 2021
-
-
Naveen Saini authored
It allow to build against latest main branch. User need to have following config locally to use it. PREFERRED_VERSION_zephyr-kernel = "dev" Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Aug 05, 2021
-
-
Naveen Saini authored
Use the convert-overrides.py to convert to new syntax and fixed some additional changes manually. Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jul 16, 2021
-
-
Stefan Schmidt authored
Patch already merged upstream, but after the 2.6 release we are based on. Taking the backport in here until we can figure out if that can go to the Zephyr 2.6 LTS branch. The storage partition itself is needed on the Arduino Nano e.g. for OpenThread or applications needed a storage space. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jul 08, 2021
-
-
Naveen Saini authored
Switched to v2.6-branch. It included x86 EFI binary fix. It requried rebasing of yocto toolchain patch. Commits included: 837ab4a915 ARC: save/restore accumulator registers on all ARCv2 HS CPUs by default 0943608550 riscv: openisa_rv32m1: Fix booting of rv32m1_vega 3c56e0df0b cmake: ld: Disable manual linking of libgcc components for host b0cb7412b9 cmake: host-gcc: Remove libgcc library path resolution 80e1b785dc cmake: host-gcc: Detect libgcc for all archs e72a327107 cmake: gcc: Remove no_libgcc exclusion for libgcc detection 1cf1d75d3f Bluetooth: Controller: Fix Data Length Update node Rx reservations e43afd10f7 Bluetooth: Controller: Fix free rx buffer MFIFO enqueue 6d9b318dca Bluetooth: Controller: Minor change to use IS_ENABLED d4d362d081 doc: api: fix devicetree modification version d0dca15734 arch/x86/zefi: Fix entry-nop hack for EFI entry 218e438f3e drivers: bluetooth: hci driver for stm32wb includes clock control f66d0cea06 Tracing: TraceRecorder CMake update d5a1a22b1a python-devicetree: tox: fix mypy c77f8fae83 doc/guides/dts: bindings: Fix code snippet for 'signal-gpios' 3ec1caa504 dts/arm: st: g0: closes parenthesis for soc a221f358eb drivers: flash_stm32_v1: fix a potential unaligned access f5a6110b4a tests: cpp: libcxx: Test with full and nano variants of newlib 1d6106fd5e tests: cpp: libcxx: Use full version of newlib for testing 4b87e90167 cpp: Fix C++ exception handling newlib dependency 1d4d16b748 linker: cpp: Fix C++ exception handling info section linking 4a564cdef0 version: add EXTRAVERSION to VERSION file Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jun 15, 2021
-
-
Stefan Schmidt authored
OpenThread support in Zephyr is realised as an external module. Make sure we pull it in and have it available for applications to use it. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jun 10, 2021
-
-
Naveen Saini authored
Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Wojciech Zmuda authored
Zephyr 2.6.0 release notes: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.6.0 Update the following submodules to most recent revisions: - hal_nordic: nrfx_dppi: Fix variable used in logging function - hal_stm32: dts/st: use a pull-down for SPI SCK pin - openamp: lib: update open-amp lib to release v2021.04.0 - libmetal: lib: update libmetal to release v2021.04.0 + VERSION path fix Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-