- Feb 26, 2024
-
-
Benjamin Cabé authored
Remove a message that had a typo in it but, more importantly that was not needed. The CONFIG_ISR_TABLES_LOCAL_DECLARATION already selects EXPERIMENTAL so a user is properly alerted about the consequences just like any other EXPERIMENTAL features if they enable WARN_EXPERIMENTAL. Signed-off-by:
Benjamin Cabé <benjamin@zephyrproject.org> (cherry picked from commit 9d1df132)
-
- Feb 23, 2024
-
-
Maureen Helm authored
Sets the version to v3.6.0. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Maureen Helm authored
Removes working draft status from the v3.6.0 release notes and migration guide. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Maureen Helm authored
Only the two most recent mainline releases are supported. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Maureen Helm authored
Adds v3.6.0 to the list of supported releases. The EOL date corresponds to the expected release date for v4.0.0. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Henrik Brix Andersen authored
Update the list of 3rd party code licensed under the GPL. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Maureen Helm authored
Removes empty sections from the v3.6.0 release notes. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Maureen Helm authored
The first item in a list or sublist must have a blank line before it. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Maureen Helm authored
Fixes grammar, punctuation, and spelling errors in the v3.6.0 release notes. Signed-off-by:
Maureen Helm <maureen.helm@analog.com> Signed-off-by:
Benjamin Cabé <benjamin@zephyrproject.org>
-
Nikolay Agishev authored
Add ARC release notes for 3.6 Zephyr release Signed-off-by:
Nikolay Agishev <agishev@synopsys.com>
-
Henrik Brix Andersen authored
Fix use of backticks. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Divide the "Device Drivers and Devicetree" section into subsections for the various driver classes. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Group related entries under subheadings and add a local table of contents to improve readability. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
- Feb 22, 2024
-
-
Rodrigo Peixoto authored
The zbus related migrations. Signed-off-by:
Rodrigo Peixoto <rodrigopex@gmail.com>
-
Rodrigo Peixoto authored
ZBus release notes for Zephyr 3.6. Signed-off-by:
Rodrigo Peixoto <rodrigopex@gmail.com>
-
Benjamin Cabé authored
This adds a high-level summary of the most notable highlights of Zephyr 3.6. Signed-off-by:
Benjamin Cabé <benjamin@zephyrproject.org>
-
- Feb 21, 2024
-
-
Henrik Brix Andersen authored
Remove the Recommended Changes section from the migration guide so that it only contains required changes. This aligns with the decision made in the Architechture WG on 2023-10-24. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Marc Herbert authored
Fixes commit 25173f71 ("pm: device_runtime: Extend with synchronous runtime PM") Fixes compilation with gcc 4.2-based toolchain used by SOF for TGL generation products. As seen in the error message below, that gcc version requires braces for initialization of anonymous unions: ``` zephyr/soc/xtensa/intel_adsp/common/mem_window.c:62: error: unknown field ‘pm_base’ specified in initializer warning: missing braces around initializer warning: (near initialization for ‘__device_dts_ord_66.<anonymous>’) ``` This is a well-known and recurring issue, see past example(s) in #68118 As the Zephyr build is deterministic, I could easily verify that this commit makes zero .obj difference (when using the Zephyr SDK). Signed-off-by:
Marc Herbert <marc.herbert@intel.com>
-
Flavio Ceolin authored
Disclose information about cve-2023-6881. Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com>
-
- Feb 20, 2024
-
-
Flavio Ceolin authored
Security release notes for 3.6 Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com>
-
Andrej Butok authored
Fix double "the" in the mcumgr example. Signed-off-by:
Andrej Butok <andrey.butok@nxp.com>
-
Johann Fischer authored
Add release notes for USB support. Signed-off-by:
Johann Fischer <johann.fischer@nordicsemi.no>
-
Flavio Ceolin authored
Disclose information about cve-2024-1638. Signed-off-by:
Flavio Ceolin <flavio.ceolin@intel.com>
-
Henrik Brix Andersen authored
Reorder a few entries in the v3.6.0 migration guide in order to list the ones likely to affect most people more prominently. Group related entries together and get rid of a couple of empty headlines. Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
- Feb 19, 2024
-
-
Maureen Helm authored
Sets the version to v3.6.0-rc3. Signed-off-by:
Maureen Helm <maureen.helm@analog.com>
-
Alberto Escolar Piedras authored
With native_sim one uses the BT user channel driver (which connects directly to the user channel linux socket), not a serial port. Let's fix the description, and provide a nicer link. Signed-off-by:
Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
-
Alberto Escolar Piedras authored
Since #67318 we support split builds in the simulated nRF52 over the UART, and we actually have this configuration tested in CI. This documentation paragraph was still mentioning this is not supported. So let's fix it. Signed-off-by:
Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
-
Emil Gydesen authored
Add tests for the GATT permissions to read and write for characteristics that require encryption and LESC encryption. Signed-off-by:
Emil Gydesen <emil.gydesen@nordicsemi.no>
-
Emil Gydesen authored
The test where it was supposed to read the long characteristic, only read the "small" characteristic, due to setting the wrong handle. With the right handle, the test failed and the test had to be updated to store the data across multiple reads, and then do the proper comparison. Signed-off-by:
Emil Gydesen <emil.gydesen@nordicsemi.no>
-
Emil Gydesen authored
The LE Secure connection (LESC) mask also require encryption, and some users have been using e.g. BT_GATT_PERM_READ_LESC without BT_GATT_PERM_READ_ENCRYPT, and then the encryption check in bt_gatt_check_perm was never properly applied. Signed-off-by:
Emil Gydesen <emil.gydesen@nordicsemi.no>
-
Ryan McClelland authored
This adds a release note about -Wdouble-promotion now being a default warning flag. Signed-off-by:
Ryan McClelland <ryanmcclelland@meta.com>
-
Tim Lin authored
The pin in the loop start counting from 0, so the condition of the for loop should not be equal to num_pins. Fixes #69118 Signed-off-by:
Tim Lin <tim2.lin@ite.corp-partner.google.com>
-
Venkataramana Kotakonda authored
Clearing virtual wire interrupt after calling handler may cause next interrupt miss if the same virtual wire changes due to action in handler. As the interrupt source is read from register, it can be cleared before calling handler to avoid next interrupt miss due to action/delay in the callback handler. Signed-off-by:
Venkataramana Kotakonda <venkataramana.kotakonda@intel.com>
-
Henrik Brix Andersen authored
Use K_KERNEL_STACK_SIZEOF() for calculating thread stack size, as this takes K_KERNEL_STACK_RESERVED into account. Fixes: #69129 Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Use K_KERNEL_STACK_SIZEOF() for calculating thread stack size, as this takes K_KERNEL_STACK_RESERVED into account. Fixes: #69133 Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Use K_KERNEL_STACK_SIZEOF() for calculating thread stack size, as this takes K_KERNEL_STACK_RESERVED into account. Fixes: #69132 Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Use K_KERNEL_STACK_SIZEOF() for calculating thread stack size, as this takes K_KERNEL_STACK_RESERVED into account. Fixes: #69131 Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Henrik Brix Andersen authored
Use K_KERNEL_STACK_SIZEOF() for calculating thread stack size, as this takes K_KERNEL_STACK_RESERVED into account. Fixes: #69130 Signed-off-by:
Henrik Brix Andersen <hebad@vestas.com>
-
Alberto Escolar Piedras authored
Since bd9836be the native logger is enabled always (even if a UART is present) as it was though more conveniant for users. But the documentation was not updated to reflect this. Let's fix it. Signed-off-by:
Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
-
Alberto Escolar Piedras authored
Fix a typo and let a file be a link instead of just its name. Signed-off-by:
Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
-