- Dec 14, 2022
-
-
Sébastien Heurtematte authored
Signed-off-by:
sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
-
-
Sébastien Heurtematte authored
Signed-off-by:
sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
-
- Dec 08, 2022
- Nov 15, 2022
-
-
Signed-off-by:
Alberto Pianon <alberto@pianon.eu>
-
- Nov 09, 2022
-
-
Stefan Schmidt authored
The LVGL repo had a proprietary font, arial, included. It has been removed upstream now and this commits updates the SRCREV to use the new upstream version with the font removed. https://github.com/zephyrproject-rtos/zephyr/issues/48111 https://github.com/lvgl/lvgl/commit/7354b2ea https://github.com/lvgl/lvgl/commit/c6f76ec7 https://github.com/zephyrproject-rtos/zephyr/pull/49103/commits/758e6d6e340c6eab3607ec1b2963e616640b6f92 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
The NXP repo had various binaries for power management which have been removed in this revision. The west manifest changes from Zephyr west are mirrored in the SRCREV here. https://github.com/zephyrproject-rtos/zephyr/issues/46954 https://github.com/zephyrproject-rtos/hal_nxp/commit/418f2998a2f7552f668ba8872b17e164a0bc52a9 https://github.com/zephyrproject-rtos/zephyr/pull/47181/commits/54c5a433aa54c0b1572eb5412ba78f527459b726 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Oct 07, 2022
-
-
Stefan Schmidt authored
Upmerge of the latest changes from meta-zephyr kirkstone branch.
-
Stefan Schmidt authored
Upstream started to use its own gitlab CI pipeline which do conflict with ours on the Oniro side. To avoid this the only real option is to remove the upstream CI configuration and carry this patch in our fork. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Sep 28, 2022
-
-
philippe coval authored
This makerdiary board can be a fallback option for Oniro's gateway-blueprint I've been tested it myself along my single arduino-nano node Relate-to: eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway#6 Relate-to: https://gitlab.eclipse.org/pcoval/oniro-presentations/-/wikis/openthread Forwarded: https://lists.yoctoproject.org/g/yocto/message/58209?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3ACreated%2C%2Cposterid%3A6590488%2C20%2C2%2C0%2C93972038 Signed-off-by:
Philippe Coval <philippe.coval.ext@huawei.com>
-
- Sep 26, 2022
-
-
philippe coval authored
This Nordic reference design can be a fallback option for Oniro's gateway-blueprint I've been tested it myself along my single arduino-nano node Forwarded: !22 Relate-to: eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway#6 Signed-off-by:
Philippe Coval <philippe.coval.ext@huawei.com>
-
- Sep 23, 2022
-
-
It was tested with zephyr-openthread-rcp along Oniro's IoT gateway blueprint For the record deployment was done manually: - Click on device button - uf2conv.py "zephyr.hex" -c -f 0xADA52840 - and then copy to mounted "/dev/disk/by-label/MDK-DONGLE" Support of unfree flashing tools might be added later (once double verified) Forwarded: https://lists.yoctoproject.org/g/yocto/message/58142 Relate-to: eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway#6 Relate-to: https://wiki.makerdiary.com/nrf52840-mdk/zephyr/ Relate-to: https://gitlab.eclipse.org/pcoval/oniro-presentations/-/wikis/openthread Signed-off-by:
Philippe Coval <philippe.coval@astrolabe.coop>
-
- Aug 25, 2022
-
-
Chase Qi authored
Run zephyr-philosophers boot test on the below qemu machines: * qemu-x86 * qemu-cortex-m3 Closes #38 Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Aug 18, 2022
-
-
Chase Qi authored
Both CMakeCache.txt and Makefile are required for qemu as twister `--test-only` calls `make run` for testing. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Aug 11, 2022
-
-
Chase Qi authored
Twister switched data format from csv to json in v3.1.0. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Aug 03, 2022
-
-
Jon Mason authored
The autotest change allows for the list of targets to be built to be larger. Add more targets to increase the build coverage of CI. Unfortunately, there are some platforms that do not build everything. So, clip those down to those that work for all. Also, there are a few targets unique to certain platforms. So, expand those to have coverage. Signed-off-by:
Jon Mason <jon.mason@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Jon Mason authored
Trivial change to move stm32mp157c-dk2 to its alphabetical location. This is relevant because it aligns the file to match the order on the gilab pipeline entry. Signed-off-by:
Jon Mason <jon.mason@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Jon Mason authored
Warnings are being seen in gitlab of WARNING - Falling back to file-relative addressing of local include "base.yml" WARNING - Update your layer to repo-relative addressing to avoid this warning WARNING - Falling back to file-relative addressing of local include "meta-openembedded.yml" WARNING - Update your layer to repo-relative addressing to avoid this warning Make the relevant changes to resolve this issue Signed-off-by:
Jon Mason <jon.mason@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Peter Hoyes authored
Now that TESTIMAGE_AUTO is available for Zephyr builds, enable it in ci/testimage.yml and remove the redundant build_and_test base configuration. Remove testimage from Nios2 build as it is currently failing. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Peter Hoyes authored
When TESTIMAGE_AUTO is enabled, the do_testimage task is inserted after do_image_complete and before do_build so that the test suites automatically run as part of the image build. However, do_testdata_write is currently constrained to run only before do_build, so it likely won't execute prior to do_testimage. Change the "before" constraint to do_testimage do that the testdata is always generated prior to running the testimage task. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Jon Mason authored
Mostly stolen from meta-arm NOTE: this differs from upstream in that the kirkstone branch is being used instead of the master branch in ci/base.yml Signed-off-by:
Jon Mason <jon.mason@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Jon Mason authored
newlib fails to compile for nios2 architecture. Work around this by using glibc instead. Signed-off-by:
Jon Mason <jon.mason@arm.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jul 26, 2022
-
-
Bartosz Golaszewski authored
The OpenThread border router on linux uses the USB console on the antenna running zephyr. The ACM0 patch gets in the way and disables the OpenThread interface. Error out if the user tries to have this option enabled and build the antenna firmware. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
Bartosz Golaszewski authored
We're now using OT version 1.2 so set that option in the zephyr build. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
- 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>
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jul 15, 2022
-
-
Patch should be applied only in CI environment with "ONIRO_ENABLE_ACM0" flag set to not break UX Fixes: #30 Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jul 14, 2022
-
-
Chase Qi authored
Build all kernel tests by default. Tests that doesn't build can be excluded with tags or deleted before image building with twister. This closes #25. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jun 29, 2022
-
-
Pavel Zhukov authored
With clang jobs introduced in main (oniro) project the CI of meta-zephyr was broken. There were few reasons: - jobs changed names - some clang jobs have set when: manual via .broken template Workaround both issue with explicitly disabling jobs which inherit .broken templates and change rules of overridden workspace to not run linux and freertos jobs. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jun 16, 2022
-
-
Naveen Saini authored
Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
Naveen Saini authored
6dd320f791 release: update v2.7.2 release notes ecac165d36 logging: shell: fix shell stats null pointer dereference 132d90d1bc tests/bluetooth/tester: Refactor Read UUID callback 58356313ac coredump: adjust mem_region find in gdbstub 99cfd3e4d7 Bluetooth: Controller: Fix per adv scheduling issue 780588bd33 edac: ibecc: Add support for EHL SKU13, SKU14, SKU15 38de9b0156 release: Zephyr 2.7.2 3a21dff459 doc: release: Update release notes with CVE b98ec9e0db x86: Initialise FPU regs during thread creation for eager FPU sharing 8f2d164674 release: Bump release to 2.7.2-rc1 6b61b219ea doc: Add link to J-Link virtual MSD disable for SMP 8822f85ef9 board: arm64: fvp_baser_aemv8r_smp: Increase CONFIG_MAX_THREAD_BYTES 0bc81c82ab board: arm64: fvp_baser_aemv8r: Update the version requirement 32c49d04b0 cmake: armfvp: Add FVP min version check 02c32316fc arm64: Fix booting issue with FVP V8R >= 11.16.16 9bf571808d net/tcp: Use highest priority for TCP internal work queue 4eec9d95ef test/net: Make sure the tls server socket is accepting before connect 32a593396d tests/net: Put the context down and not only the tcp part in tcp2 test 066dcd6119 tests/net: Switch k_msleep to k_yield for tcp packet scheduling ffcc1d3c92 tests/net: TLS test requires more RX PKT and buffers 2d49a4c8b9 net/context: Close TCP connection properly 9d229e0bb5 net/tcp: Stop TCP state machine breaking when sending locally 74c00d0b4e boards: bl654_usb: Fix non-mcuboot builds not limiting size 2a09d5e53f drivers: virt_ivshmem: Allow multiple instances of ivShMem devices. ad4e9934de samples: subsys: mgmt: smp_svr: Fix dupicate fs mgmt registration f133449cf5 boards: arm: stm32l562e_dk and nucleo_l552ze_q add openocd support 33318bfb45 doc: css: update code documentation directives style 3497031e3e doc: update requirements 57a1be33ff boards: nucleo_wb55rg: Add stm32cubeprogrammer runner 652eb37b4d scripts/pylib/twister: Add sn option to stm32cubeprogrgammer runner 9e4edaec21 tests/bluetooth/tester: Add support for auto connection establishment 9b18f4a730 net: gptp: Fix type mismatch calculation error in gptp_mi 3f958347c2 test: pm: device: Fix build options 041653662b pm: Remove unused fields in pm_device 6da71d7c2f ARC: nSIM: fix missing core numbers for mdb-hw runner args 52a68bec73 net: tcp: Verify accept callback before use 6324e997e1 net: sockets: Fix userspace accept() verification e9eed0015f subsys/mgmt/hawkbit: update http response handling a3e7047ad5 wifi: esp_at: claim net_context in rx 50a24d6782 net: sockets: Retry net_context_sendmsg if EAGAIN is reported 9c3be1212f tests/bluetooth/tester: Enable security validation for GATT subsciption e2c96814ce Bluetooth: Host: Validate security on GATT subscription 3c64ed4e77 drivers: spi_nrfx_spi: Fix compilation error e78a6ab2cd spi: nrfx_spi*: only run uninit if configured 6bbf1e7e7a Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set 063dbecb23 arch/x86: Fix MSI MAP destination a807fff085 arch/x86: Add a CPUID function to get initial APIC ID b4b474cb4b arch/x86: Have a dedicated place for CPUID related functions 175ae83c78 tests/bluetooth/tester: Allocate L2CAP channel only when needed 22ab715ad8 test/bluetooth/tester: Don't clear auth requirements on L2CAP server ..... Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Jun 02, 2022
-
-
Bartosz Golaszewski authored
This brings in a couple fixes from upstream. Most notably it fixes an issue with kscan events from outside the touchpanel range and addresses spurious kscan events on certain i2c controllers. Both have been observed on Arduino Nano 33 BLE. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
- May 20, 2022
-
-
Using the ACM0 requires opening the console for the app to start. This is often undesirable. Add a switch to disable this patch if not needed. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
- May 17, 2022
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
`./scripts/twister --build-only ...` generates artifacts that can be consumed be `./scripts/twister --test-only ...`. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- May 04, 2022
-
-
Bartosz Golaszewski authored
This adds a minimal set of changes required to support the 2.8 TFT display from Adafruit. These changes are not what went upstream as Zephyr v3.1 introduced a new virtual connector for the nano form factor that we don't have yet in v3.0. This allows us to build the lvgl sample for Arduino Nano 33 BLE. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
-
Bartosz Golaszewski authored
The patch enabling the ACM0 console adds a call to zephyr_library() that with certain Kconfig option can be called twice leading to build failures. Remove the duplicate. Signed-off-by:
Bartosz Golaszewski <bartosz.golaszewski@huawei.com> Suggested-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
-
- Apr 26, 2022
-
-
Stefan Schmidt authored
When running an up-to-date userspace component, like otbr-agent or ot-daemon, with Thread 1.2 enabled we need a firmware matching this capabilities. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com> Signed-off-by:
Naveen Saini <naveen.kumar.saini@intel.com>
-
- Apr 11, 2022
-
-
Davide Gardenal authored
-