Commit graph

  • 1b90d29c89 modules/zcbor: Fix implicit function declaration warning Alberto Escolar Piedras 2024-01-25 17:42:45 +0100
  • ca68ef7e5a arch posix: Do not define standard SOURCE macros globally Alberto Escolar Piedras 2023-12-28 11:57:42 +0100
  • 404db20877 drivers/entropy/native: Define required SOURCE macro Alberto Escolar Piedras 2024-01-25 20:06:22 +0100
  • cc13643186 board native_posix: Define required source standard macros Alberto Escolar Piedras 2023-12-28 11:56:44 +0100
  • 9dcbfa8bf2 libc/picolibc: Remove the global definition of _POSIX_C_SOURCE Keith Packard 2023-12-27 22:08:48 -0800
  • 4ff79cb74a subsys/net/lib/lwm2m: Define required source standard macros Alberto Escolar Piedras 2023-12-28 17:58:05 +0100
  • c9a1c25dcb tests/net coap_client: Define _POSIX_C_SOURCE Alberto Escolar Piedras 2023-12-28 17:53:47 +0100
  • 4e869ad9f8 tests/bluetooth/uuid: Define required source standard macros Alberto Escolar Piedras 2023-12-28 17:48:22 +0100
  • 10060c8891 tests/benchmarks/footprints: Define required source standard macros Alberto Escolar Piedras 2023-12-28 17:47:53 +0100
  • 68c3a9ba46 tests modem/backends/tty: Define _XOPEN_SOURCE Alberto Escolar Piedras 2023-12-28 17:31:10 +0100
  • f53cf8f54c tests/lib/c_lib: Set standard source macro appropriately Alberto Escolar Piedras 2023-12-28 17:23:50 +0100
  • 7369bb56e3 drivers rtc: Do not treat the host libC differently Alberto Escolar Piedras 2023-12-28 12:21:00 +0100
  • 06f15fcc36 subsys shell devmem_service: Fix includes Alberto Escolar Piedras 2023-12-28 12:11:32 +0100
  • d4967b086a tests rtc_api: Define _POSIX_C_SOURCE Alberto Escolar Piedras 2023-12-28 11:39:22 +0100
  • 3cc4c5eb7a posix: Use _POSIX_C_SOURCE=200809L instead of 200809 Keith Packard 2023-12-28 10:09:06 -0800
  • eb38e8db31 drivers uart_native_ptty: Set standard source macro appropriately Alberto Escolar Piedras 2023-12-28 11:46:18 +0100
  • 1b94864a87 drivers epprom_simulator: Set standard source macro appropriately Alberto Escolar Piedras 2023-12-28 11:45:30 +0100
  • 318f824d76 drivers flash_simulator: Set standard source macro appropriately Alberto Escolar Piedras 2023-12-28 11:44:36 +0100
  • 2417599dc0 ztest native extensions: Set standard source macro appropriately Alberto Escolar Piedras 2023-12-28 11:22:52 +0100
  • 07943eae86 drivers/wifi/esp32: Remove _POSIX_C_SOURCE define as unneeded Keith Packard 2023-12-28 11:06:10 -0800
  • 512dc9ff38 doc: fix typo in multiple directories (build, hardware, kernel, project) Pisit Sawangvonganan 2024-01-26 00:52:04 +0700
  • accea5eb69 doc: services: fix typo Pisit Sawangvonganan 2024-01-26 00:54:53 +0700
  • 0ee2927c32 doc: develop: fix typo Pisit Sawangvonganan 2024-01-26 00:42:08 +0700
  • 679cea1c06 doc: connectivity: networking: fix typo Pisit Sawangvonganan 2024-01-26 00:39:22 +0700
  • 9a59e03225 doc: connectivity: bluetooth: fix typo Pisit Sawangvonganan 2024-01-26 00:35:22 +0700
  • 664e710b1c samples: net: zperf: relocate stack to RAM for iMX RT boards Daniel DeGrasse 2023-07-11 20:39:32 +0000
  • 68952095a5 samples: net: zperf: allow networking code to be relocated to RAM Daniel DeGrasse 2023-07-11 20:38:14 +0000
  • e4b3df53dd tests: posix: pthread: identify thread ids of detached threads Christopher Friedt 2024-01-23 14:27:43 -0500
  • dbf7003162 tests: posix + libc: qemu_x86*: use dynamic stack size of 4096 Christopher Friedt 2024-01-19 08:25:27 -0500
  • 23016f4589 posix: pthread: posix_thread_q_set() and posix_thread_q_get() Christopher Friedt 2024-01-18 13:28:01 -0500
  • 81f3777be1 posix: pthread: hold pool lock when calling to_posix_thread() Christopher Friedt 2024-01-18 13:19:53 -0500
  • 77135fcbc6 posix: pthread: embed posix_thread_attr inside of posix_thread Christopher Friedt 2023-12-26 10:12:20 -0500
  • dbcba2f46c posix: pthread: check canceltype before async cancel Christopher Friedt 2024-01-24 16:39:08 -0500
  • 301581a892 posix: pthread: wrapper to check attribute initialization Christopher Friedt 2024-01-23 18:31:15 -0500
  • 9f3d7776ab kernel: dynamic: reduce verbosity in degenerate case Christopher Friedt 2024-01-01 13:01:35 -0500
  • 5ca0f28bb2 tests: posix: common: dedicated config for static thread stacks Christopher Friedt 2024-01-24 15:49:41 -0500
  • 5eb0bbeb54 tests: posix: pthread_attr: skip when large stack allocation fails Christopher Friedt 2024-01-23 15:09:23 -0500
  • 3ef7f2a511 boards: arm: mercury_xu: Add remaining UART pin definitions Jan Bylicki 2024-01-04 15:14:55 +0100
  • 3042cb877a boards: arm: mercury_xu: Define the pinctrl instance Jan Bylicki 2024-01-12 11:12:19 +0100
  • 6400e3f437 drivers: pinctrl: Add ZynqMP / Mercury XU pinctrl support Jan Bylicki 2023-12-15 17:27:05 +0100
  • c6f21b2017 boards: arm: apollo4p_evb Shield Support Richard Wheatley 2024-01-22 08:39:07 -0600
  • d2e090d1b1 boards: remove LOG_BUFFER_SIZE low defaults Jordan Yates 2024-01-17 10:13:28 +1000
  • 5f2c6e58b0 ztest: export ztest_test_* symbols to llexts Luca Burelli 2024-01-09 15:50:31 +0100
  • 37696829a9 drivers: watchdog: andes atcwdt200 remove soc.h cyliang tw 2024-01-26 10:38:14 +0800
  • d07d8082c9 doc: touch-up multi-level interrupt documentation Yong Cong Sin 2024-01-25 23:37:19 +0800
  • e78aacdf29 cmake: zephyr_linker_sources: Link each file only once Greter Raffael 2023-12-22 12:58:51 +0000
  • 499edcdbc9 drivers: display: uc81xx: fix 16-bit 'tres' Marcin Niestroj 2024-01-25 17:12:03 +0100
  • 85bc24eb07 net: openthread: Add PSA implementation for PBDKF2 genkey Maciej Baczmanski 2024-01-24 10:44:53 +0100
  • 0f1747e4e7 net: openthread: upmerge to 7761b81 Maciej Baczmanski 2024-01-23 14:56:03 +0100
  • 36b7f44c1d drivers: ieee802154: fix handling of struct ieee802154_config Maciej Baczmanski 2024-01-23 14:55:09 +0100
  • d76bcd346c drivers: ieee802154: fix ACK header IE implementation Maciej Baczmanski 2024-01-23 14:36:55 +0100
  • 8ff447700b arm: mpu: clear mpu regions before initialization Dawid Niedzwiecki 2024-01-24 08:48:21 +0100
  • a4f004e654 drivers: adc: ad5592: add missing static keyword Bartosz Bilas 2024-01-19 21:30:14 +0100
  • 87aa53ccae Bluetooth: Controller: Fix BIS Encryption for first subevent PDU empty Vinayak Kariappa Chettimada 2024-01-25 12:11:36 +0100
  • 4192f8a844 Bluetooth: Controller: Fix ISO Sync Receiver sequential BIS PDU drop Vinayak Kariappa Chettimada 2024-01-11 13:03:55 +0100
  • 653d285210 Bluetooth: Controller: Fix Broadcast ISO Create Scheduling Vinayak Kariappa Chettimada 2024-01-09 16:17:27 +0100
  • 818ae7acb0 Bluetooth: Controller: Fix incorrect HCI ISO Data length check Vinayak Kariappa Chettimada 2024-01-09 16:17:27 +0100
  • 9ca7e4e487 drivers: mdio: Include errno in header Declan Snyder 2024-01-25 16:22:52 -0600
  • 19a33c7884 init: adjust the SYS_INIT dev field init to play nice with older compilers Kai Vehmanen 2024-01-25 17:47:03 +0200
  • 9194a93d87 ci: compliance: exclude optional modules during compliance check Anas Nashif 2024-01-24 01:59:52 +0000
  • 2b0e39dfa5 Bluetooth: Audio: Add bt_audio_codec unset functions Emil Gydesen 2023-10-02 16:59:43 +0200
  • 0d27dd5dd3 bluetooth: tester: Add support for CAP Magdalena Kasenberg 2023-11-28 08:44:30 +0100
  • dcedb649ca drivers: nxp_enet: Fix build error with PTP on Declan Snyder 2024-01-23 17:20:04 -0600
  • 3ff78288a6 manifest: update hal_nxp David Leach 2024-01-23 10:11:59 -0600
  • f51c8ee739 doc: releases: fix typo Pisit Sawangvonganan 2024-01-26 00:29:05 +0700
  • 4889c9ca17 sd: update comment to reference 'SD host controller specification' Pisit Sawangvonganan 2024-01-25 01:41:19 +0700
  • 1829fc33cb sd: omit zero-initialization for csd[4] and cid[4] Pisit Sawangvonganan 2024-01-24 01:40:26 +0700
  • 8534c38232 sd: omit zero-initialization for sdhc_command and sdhc_data structures Pisit Sawangvonganan 2024-01-24 01:37:39 +0700
  • 612aa7169a sd: add config SD_CMD_RETRIES Pisit Sawangvonganan 2024-01-24 02:06:05 +0700
  • cc25637126 soc: intel_adsp/ace: fix assert for uncached pointer Daniel Leung 2024-01-23 11:01:52 -0800
  • 2e7a1f9702 doc: posix: Update POSIX supported API documentation Adam Wojasinski 2024-01-23 19:17:34 +0100
  • dfb6e5aa96 tests: posix: Add test cases for mq_notify() Adam Wojasinski 2024-01-18 10:00:54 +0100
  • c1643f9701 posix: Add implementation of mq_notify() function Adam Wojasinski 2024-01-23 10:08:57 +0100
  • 9f1c256e46 samples/shields: add samples to test x-nucleo-iks4a1 shield Armando Visconti 2024-01-18 11:21:24 +0100
  • cc3040aed6 boards/shields: add support for x-nucleo-iks4a1 shield Armando Visconti 2024-01-18 10:54:10 +0100
  • ed0ccbbc0b boards: arm: ucans32k1sic: enable watchdog support Manuel Argüelles 2024-01-21 14:35:21 +0700
  • f38b01c7ac soc: arm: nxp_s32: s32k1: enable watchdog driver Manuel Argüelles 2024-01-21 14:33:54 +0700
  • f6995feae9 soc: xtensa: intel_adsp: cavs: fix XCC build Kai Vehmanen 2024-01-25 14:29:34 +0200
  • 5ff55630a3 drivers: audio: tas6422dac: fix codec_mute_output function Benjamin Lemouzy 2023-10-05 11:45:32 +0200
  • 23ed31383e drivers: gpio: use gpio_is_ready_dt in TLE9104 Benedikt Schmidt 2023-12-11 13:37:01 +0100
  • f26da17723 drivers: gpio: make reset of TLE9104 optional Benedikt Schmidt 2023-11-08 16:42:46 +0100
  • c07d648304 wifi: shell: Remove duplicate argument count checks Chaitanya Tata 2024-01-23 21:46:24 +0530
  • c53a1df138 wifi: shell: ap: Add a command to disconnect a station Chaitanya Tata 2024-01-23 20:03:59 +0530
  • de667a7fae wifi: ap: Add support to disconnect a STA Chaitanya Tata 2024-01-23 19:55:32 +0530
  • 5a618057de drivers: gpio: add missing check if GPIO is ready for BD8LB600FS Benedikt Schmidt 2023-12-12 09:47:03 +0100
  • 7b55b99cac drivers: gpio: implement daisy chaining for BD8LB600FS Benedikt Schmidt 2023-11-30 15:27:56 +0100
  • 2dc1cc712a manifest: optional: update SOF to latest from upstream Anas Nashif 2024-01-22 13:22:47 -0500
  • a06b7a4676 input: keymap: use the non _OR_NULL DEVICE_DT_GET variant Fabio Baltieri 2024-01-25 11:50:20 +0000
  • 2d8f4d1899 boards: arm: nucleo_g0b1re: add fdcan2 support Adrien MARTIN 2024-01-25 12:16:33 +0100
  • c1ae6e5b4e soc: stm32g0: add fdcan2 Adrien MARTIN 2024-01-18 08:48:47 +0100
  • c8dfdda027 drivers: i2s: i2s_mcux_flexcomm: support additional channels and formats Daniel DeGrasse 2024-01-19 23:20:11 +0000
  • 80f7d518c6 modbus: Remove mode reset in modbus_disable function Jean Nanchen 2024-01-15 09:11:07 +0000
  • 0176a27474 doc: Add release notes and migration guide for zcbor 0.8.0 Øyvind Rønningstad 2024-01-24 15:19:41 +0100
  • 223b4c372f tests: mgmt: Adapt to API changes in zcbor 0.8.0 Øyvind Rønningstad 2024-01-10 14:39:42 +0100
  • 527af809f8 mgmt: Adapt to API changes in zcbor 0.8.0 Øyvind Rønningstad 2024-01-10 14:39:42 +0100
  • 1bbb0a9ddb lwm2m: Adapt to zcbor 0.8.0 Øyvind Rønningstad 2024-01-10 10:00:53 +0100
  • ea4c12df82 modules: zcbor: Add config CONFIG_ZCBOR_MAX_STR_LEN Øyvind Rønningstad 2024-01-11 14:18:21 +0100
  • 5d95776514 scripts: requirements-extra.txt: Update zcbor from 0.6.0 to 0.8.0 Øyvind Rønningstad 2024-01-24 15:20:57 +0100
  • 0786e523da west.yml: Update zcbor to 0.8.0 as well as uoscore-uedhoc and MCUboot Øyvind Rønningstad 2024-01-10 09:09:41 +0100
  • b3d2891e16 Bluetooth: Classic: Add support for class of device Hang Fan 2024-01-23 22:10:04 +0800