Commit graph

  • c4d05b5f9e tests/c_lib: Remove define of _POSIX_C_SOURCE for newlib Keith Packard 2023-12-28 12:37:38 -0800
  • e569a13d39 libc/newlib: Wrap <string.h> to define strnlen and strtok_r when needed Keith Packard 2023-12-28 12:35:45 -0800
  • 1a7fb576e7 doc: release: 3.6: Add deprecation note for build type Jamie McCrae 2024-01-31 08:29:29 +0000
  • 0f94e5eab9 doc: release: 3.6: Add note on FILE_SUFFIX support Jamie McCrae 2023-12-05 14:04:44 +0000
  • 425ef8abd3 doc: Add documentation on FILE_SUFFIX build variable Jamie McCrae 2023-12-05 14:00:35 +0000
  • 5bf056046a cmake: modules: extensions: Deprecate build type Jamie McCrae 2024-01-31 08:26:38 +0000
  • f7f320c494 sysbuild: Add support for FILE_SUFFIX Jamie McCrae 2023-12-05 13:25:56 +0000
  • ef251048e4 cmake: Add support for file suffixes Jamie McCrae 2023-12-05 10:10:59 +0000
  • 5b6c585673 cmake: Add function for file suffix checking/appending Jamie McCrae 2023-12-05 09:35:42 +0000
  • 3eaab029ec cmake: extend zephyr_file(CONF_FILES ...) to take NAMES as argument Torsten Rasmussen 2024-02-02 13:35:36 +0100
  • 53becb05bf tests: kernel: common: Enable tests with LTO Radoslaw Koppel 2024-01-30 13:15:36 +0100
  • 26c8776c70 buildsystem: Add an option to enable LTO Radoslaw Koppel 2024-01-30 12:32:32 +0100
  • 3799b93689 tests: kernel: gen_isr_table: Add tests for local ISR tables declaration Radoslaw Koppel 2024-01-08 14:50:30 +0100
  • 8f98b8b574 bluetooth: nordic: lll: Use direct ISR when applicable Radoslaw Koppel 2023-12-22 14:45:18 +0100
  • 664319f9ef arch: arm: Upgrade IDT_LIST memory section size Radoslaw Koppel 2024-01-04 13:41:27 +0100
  • 1ff24b34eb arch: arm: Update to support local ISR declaration Radoslaw Koppel 2023-12-19 16:54:18 +0100
  • 8174c7e049 arch: irq: Use Z_ISR_DECLARE_DIRECT for direct ISR declaration. Radoslaw Koppel 2023-12-22 14:44:15 +0100
  • 19bb21ef6d doc: kernel: interrupts: Description of the local isr declaration Radoslaw Koppel 2024-02-01 16:34:55 +0100
  • 13638a0351 arch: sw_isr_table: Implement local interrupt table entry creation Radoslaw Koppel 2023-10-17 17:41:17 +0200
  • 0ae48ecb58 scripts: build: gen_isr_tables: Implement local ISR generation Radoslaw Koppel 2023-12-02 23:09:11 +0100
  • b0c83f328c arch: sw_isr_table: Update shared interrupts structures Radoslaw Koppel 2024-01-31 22:50:24 +0100
  • 568cced14f scripts: gen_isr_tables: Break code into classes Radoslaw Koppel 2023-11-09 09:41:43 +0100
  • 4360acb27e scripts: gen_isr_tables: Code cleanup Radoslaw Koppel 2023-10-30 16:23:58 +0100
  • 717c5835d6 arch: isr_tables: Add __used attribute to int_list_header Radoslaw Koppel 2024-01-10 12:23:11 +0100
  • 84e883b611 llext: Support memory protection Tom Burdick 2024-01-19 11:03:46 -0600
  • 172bc0c238 llext: Remove automatic include Tom Burdick 2024-02-01 14:00:34 -0600
  • b6feb567d1 drivers: display: ili9xxx: do not delay for reset unless supported Daniel DeGrasse 2024-01-31 10:57:08 -0600
  • 5b767a0dd2 drvers: display: ili9xxx: fix usage of MIPI buffer descriptor Daniel DeGrasse 2024-01-31 10:54:34 -0600
  • f81ca136fe drivers: mipi_dbi: clarify write size for mipi_write_display Daniel DeGrasse 2024-01-31 10:50:11 -0600
  • aa546baf44 tests: net: sockets: udp: Add recvmsg test for checking msg_controllen Jukka Rissanen 2024-01-31 18:52:56 +0200
  • 692ebf404c net: sockets: Update msg_controllen in recvmsg properly Jukka Rissanen 2024-01-31 18:51:17 +0200
  • 12017b8481 drivers/sensor: lps2xdf: Fix uninitialized variables Armando Visconti 2024-01-31 17:06:50 +0100
  • 8f18094c62 twister: pytest: Fix shell fixture Grzegorz Chwierut 2024-01-31 17:05:00 +0100
  • 34cb22e919 sensors: Add driver for Vischay VCNL36825T Proximity Sensor Juliane Schulze 2023-12-14 16:11:04 +0100
  • 68bc981c52 net: zperf: Fix session leak Robert Lubos 2024-01-31 16:17:45 +0100
  • 4ce0352026 net: zperf: Fix TCP receiver start/stop operation Robert Lubos 2024-01-31 15:58:20 +0100
  • 139bc4e87e net: zperf: Fix UDP receiver start/stop operation Robert Lubos 2024-01-31 15:33:27 +0100
  • 1c70041dcb doc: develop: west: sign: Add details on signing Jamie McCrae 2024-01-29 09:14:02 +0000
  • 605c854369 doc: release: 3.6: Add note on signing script addition Jamie McCrae 2024-01-29 09:09:34 +0000
  • d676234493 cmake: Add support for sysbuild-set signing script Jamie McCrae 2023-10-13 11:08:32 +0100
  • 125a2bccaa net: net_pkt: add peer sockaddr member in net_pkt struct John Johnson 2024-01-26 07:32:11 +0100
  • c460d285c0 MAINTAINERS: Add pin-zephyr to Bluetooth Audio Lars Knudsen 2024-02-01 21:38:55 +0100
  • 117194ae22 boards: riscv: add nrf54h20pdk_nrf54h20_cpuppr Gerard Marull-Paretas 2024-01-31 19:47:33 +0100
  • 426bbf5649 soc: riscv: nordic_nrf: nrf54h: introduce PPR support Gerard Marull-Paretas 2024-02-01 10:36:27 +0100
  • ba16e3dd13 soc: riscv: nordic_nrf: add initial support for VPR core Gerard Marull-Paretas 2024-01-31 19:46:00 +0100
  • 1a6b88608e soc: arm: nordic_nrf: move Kconfig.peripherals to common folder Gerard Marull-Paretas 2024-02-01 10:44:47 +0100
  • d7dc942382 soc: common: nordic_nrf: move pinctrl_soc.h to a common dir Gerard Marull-Paretas 2024-02-01 10:40:53 +0100
  • 018cf08d8d scripts: kconfig: functions: add dt_chosen_partition_addr_int|hex Gerard Marull-Paretas 2024-02-01 10:25:18 +0100
  • 270ae63036 modules: hal_nordic: add configuration for nRF54H PPR core Gerard Marull-Paretas 2024-01-31 20:15:20 +0100
  • d230542f1d drivers: serial: nrfx_uarte2: drop soc.h Gerard Marull-Paretas 2024-01-31 20:16:21 +0100
  • 245da8aae6 snippets: add nordic-ppr Gerard Marull-Paretas 2024-02-01 15:14:53 +0100
  • d1468b8484 drivers: misc: nordic_vpr_launcher: initial version Gerard Marull-Paretas 2024-01-31 13:21:10 +0100
  • 00566d64fa tests: lib: cpp: Exclude cpp98 test on nRF54H20 Andrzej Głąbek 2024-01-31 15:37:12 +0100
  • 38520a93d3 boards: arm: Add initial support for nRF54H20 PDK Andrzej Głąbek 2024-01-23 17:54:45 +0100
  • 6b987d3192 scripts: west: runners: nrfjprog: add basic support for nRF54H series Gerard Marull-Paretas 2024-01-29 16:19:30 +0100
  • a99b5ca01b scripts: west: runners: nrfjprog: add erasepage op Gerard Marull-Paretas 2024-01-29 16:15:03 +0100
  • b2c8f7680d scripts: west: runners: nrfjprog: add option to not erase Gerard Marull-Paretas 2024-01-29 16:13:27 +0100
  • 1606f65972 dts: nordic: Include input-event-codes.h from nrf_common.dtsi Andrzej Głąbek 2024-02-01 09:10:52 +0100
  • c50c4130a0 tests: arm_irq_vector_table: Add special handling for nRF54H20 Andrzej Głąbek 2024-01-31 13:05:36 +0100
  • bb065262bc drivers: timer: nrf_grtc_timer: Add dependency on nRF clock control Andrzej Głąbek 2024-01-31 15:30:27 +0100
  • 976de4edbe drivers: serial: nrfx: Allow new UARTE instances to be used Andrzej Głąbek 2024-01-19 11:51:41 +0100
  • 784688a511 drivers: serial: Kconfig.nrfx: Filter out options unsupported on nRF54H20 Andrzej Głąbek 2024-01-31 15:20:20 +0100
  • be8b2663c6 modules: hal_nordic: Integrate nrf-regtool Grzegorz Swiderski 2024-01-30 14:30:20 +0100
  • 7740bcf670 modules: hal_nordic: Set SOC_SVD_FILE Grzegorz Swiderski 2024-01-30 14:30:20 +0100
  • abb0934def soc: nordic: Add initial support for nRF54H20 EngA Andrzej Głąbek 2024-01-23 17:54:21 +0100
  • 139b97a64a modules: hal_nordic: Use common nrfx_config section for GRTC Andrzej Głąbek 2024-02-01 09:40:57 +0100
  • 2efd34bda3 modules: hal_nordic: nrfx_glue: Include cmsis_core_m_defaults.h Andrzej Głąbek 2024-01-31 18:34:10 +0100
  • 50d56c9503 dts: Add initial support for nRF54H20 EngA SoC Andrzej Głąbek 2024-01-31 18:22:59 +0100
  • 6bce789829 dts: Add and extend Nordic bindings needed for nRF54H20 Andrzej Głąbek 2024-01-31 18:10:55 +0100
  • 928dbb58c2 dt-bindings: misc: add nordic,nrf-ficr helper definitions Gerard Marull-Paretas 2024-01-24 15:58:47 +0100
  • 3cfa2296a6 dts: Move nrf_common.dtsi to the common directory Grzegorz Swiderski 2024-01-19 10:10:08 +0100
  • 78ee5b1d05 samples: net: echo_client: Decrease SRAM for atsamr21_xpro Gerson Fernando Budke 2023-11-26 14:30:05 +0100
  • de56f0cce2 samples: net: echo_server: Decrease SRAM for atsamr21_xpro Gerson Fernando Budke 2023-11-26 14:24:28 +0100
  • 954f2a09fb tests: bsim: Bluetooth: Audio: Add additional testing of discovery Emil Gydesen 2024-01-17 13:38:06 +0100
  • ec41dd9ba6 Bluetooth: Audio: Use BT_GATT_SUBSCRIBE_FLAG_VOLATILE Emil Gydesen 2024-01-16 11:23:24 +0100
  • 922ac3c7c1 Bluetooth: Audio: Add missing error checks for calls to bt_gatt_subscribe Emil Gydesen 2024-01-15 17:49:10 +0100
  • ad89bf377d boards: arm: Enable mailbox in selected ARM boards Mateusz Holenko 2024-01-29 13:41:44 +0100
  • 73d6c336ca samples: tests: mbox: Add lpcpresso55s69 support Tomas Galbicka 2024-01-30 17:12:34 +0100
  • 069bcbcb7f drivers: mbox: Add NXP Mailbox driver for mbox Tomas Galbicka 2024-01-30 17:00:00 +0100
  • 89ce3566c0 Bluetooth: Controller: Fix handling of CTEInfo in le_ext_adv_report() Troels Nilsson 2024-01-31 11:07:30 +0100
  • 23d3114db3 dts: boards: stm32h562: Add missing UART7 and UART8 Linus Isberg Martinsson 2024-01-31 14:08:55 +0100
  • 36a593b29c SDK_VERSION: Use Zephyr SDK 0.16.5 Stephanos Ioannidis 2024-02-01 02:22:56 +0000
  • eb144c05fe ci: Switch to CI image v0.26.7 Stephanos Ioannidis 2024-02-01 02:22:08 +0000
  • d7328eac67 Bluetooth: Host: Set user data size for hfp tx pool Lyle Zhu 2024-02-01 22:16:54 +0800
  • 50d8cd4c98 doc: develop: sca: Add Parasoft C/C++test Yasushi SHOJI 2024-01-28 10:36:08 +0900
  • 6a069e14e7 cmake: sca: Add Parasoft C++test Yasushi SHOJI 2024-01-21 17:27:25 +0900
  • 0ac2a0fce9 cmake: sca: Add "SCA" to the Found messages Yasushi SHOJI 2024-01-25 13:06:47 +0900
  • 9059b6a62d doc: releases:; migration guide updated Francois Ramu 2024-01-30 16:28:00 +0100
  • 9e13290f8b boards: arm: stm32 boards has qspi nor flash node Francois Ramu 2024-01-25 16:08:11 +0100
  • b44f558059 drivers: flash: stm32 qspi drivers gets address and size from DTS Francois Ramu 2024-01-30 09:15:52 +0100
  • cd239bf8f1 dts: bindings: flash controller stm32 qspi nor flash reg property Francois Ramu 2024-01-25 16:06:50 +0100
  • 1567627f9c boards: arm: stm32 disco kit has ospi nor flash node Francois Ramu 2024-01-25 14:35:48 +0100
  • 0bbd7bf977 drivers: flash: stm32 ospi drivers gets address and size from DTS Francois Ramu 2023-06-01 15:39:02 +0200
  • 078e32fa37 dts: bindings: flash controller stm32 ospi nor flash reg property Francois Ramu 2024-01-30 09:10:25 +0100
  • 79bbe8f4b0 doc: kernel: Add message queue & pipe to poll docs Ben Marsh 2024-01-31 11:35:09 +0000
  • 10fece0c1e Bluetooth: Controller: Fix PA sync-ed ACL supervision timeout Vinayak Kariappa Chettimada 2024-02-02 10:48:34 +0100
  • 83321eed41 Bluetooth: Controller: Fix coverity issue 340844 Vinayak Kariappa Chettimada 2024-01-29 12:17:18 +0100
  • c5474085db Bluetooth: Controller: Fix coverity issue 340845 Vinayak Kariappa Chettimada 2024-01-29 12:17:18 +0100
  • 054dc35542 Bluetooth: Controller: Fix coverity issue 330027 Vinayak Kariappa Chettimada 2024-01-29 12:17:18 +0100
  • f214913e16 Bluetooth: Controller: Fix coverity issue 330043 Vinayak Kariappa Chettimada 2024-01-29 12:17:18 +0100