Commit graph

  • bc2826c1cb drivers: gpio: pca953x: check return values from I2C API functions Henrik Brix Andersen 2024-01-02 11:15:37 +0100
  • 1ee092673a modem: modem_cellular.c: Remove non standard QCCID handler Bjarki Arge Andreasen 2023-12-29 13:33:24 +0100
  • 572c5e6d5a modem: modem_cellular: Rework cellular_get_signal implementation Bjarki Arge Andreasen 2023-12-29 13:02:48 +0100
  • f9491034be modem: modem_cellular: Update driver to implement cellular API Bjarki Arge Andreasen 2023-12-29 10:48:44 +0100
  • 6f55309659 modem: cellular: Restructure cellular API to fit device driver model Bjarki Arge Andreasen 2023-12-29 10:44:28 +0100
  • 173e4983fd drivers: wifi: esp_at: fix last rx data loss in Passive Receive mode Chun-Chieh Li 2023-12-21 15:05:04 +0800
  • 4ae558c505 kernel: work: Fix race in workqueue thread Junfan Song 2023-12-29 10:58:17 +0800
  • b8184ca3b7 lib: crc: address absence of crc4, crc4_ti in crc_types array Pisit Sawangvonganan 2023-12-23 13:50:33 +0700
  • 8f97c1c2ee net: lib: sockets: Initialize iovec to 0 at start of func Jukka Rissanen 2023-12-22 14:09:11 +0200
  • 4e5ef76b15 net: lib: mdns_responder: Fix interface count check Jukka Rissanen 2023-12-22 13:57:16 +0200
  • 5f8dabf44c boards: deprecated: Remove boards deprecated pre-Zephyr 2.7 Jamie McCrae 2023-12-20 07:50:31 +0000
  • 57ee911891 modules: hal_nordic: new nrf_802154 configuration option Jędrzej Ciupis 2023-12-18 12:20:26 +0100
  • 054353a75d modules: hal_nordic: reorganize nrf_802154 Kconfig Jędrzej Ciupis 2023-12-18 12:15:56 +0100
  • 89982b711b drivers: serial: ra: minor cleanups TOKITA Hiroshi 2023-12-30 21:35:43 +0900
  • e6486bf598 drivers: interrupt_controller: ra_icu: minor cleanups TOKITA Hiroshi 2023-12-30 21:34:56 +0900
  • b1172d812d drivers: serial: ra: adding support interrupt driven mode TOKITA Hiroshi 2023-11-25 11:36:52 +0900
  • 2de161ce4e drivers: interrupt_controller: ra_icu: Don't enable on irq connecting TOKITA Hiroshi 2023-12-23 13:23:02 +0900
  • bccd281b3d drivers: interrupt_controller: ra_icu: Adding disconnect_dynamic TOKITA Hiroshi 2023-11-23 23:10:13 +0900
  • 75ac40e6d8 drivers: serial: ra: Cleaned up useless initialization and bad naming TOKITA Hiroshi 2023-11-23 16:29:34 +0900
  • c0bb064d4e tests: unit: util: Fix compliance check warnings Krzysztof Chruściński 2023-11-21 14:22:02 +0100
  • 7b872d11ba tests: unit: util: Rework test structure for C++ testing Krzysztof Chruściński 2023-11-21 12:14:06 +0100
  • e90d69f979 scripts: checkpatch.pl: Add exceptions for FOR_EACH_NONEMPTY_TERM macro Krzysztof Chruściński 2023-12-13 17:03:58 +0100
  • c6cb2d6942 drivers: retained_mem: Add generic retained register driver Bjarki Arge Andreasen 2023-12-25 09:44:46 +0100
  • 49f9d8e19c sysbuild: kconfig: Unset shield config value variable Jamie McCrae 2023-12-14 09:41:03 +0000
  • 04437376aa boards/posix: Handle SDL2 compile vars with multiple values Keith Packard 2023-12-29 12:14:05 -0800
  • 6564e8b756 modem: cmux: fix frame data length encoding Tomi Fontanilles 2023-12-29 11:23:38 +0200
  • a3e39cb0e5 logging: make CONFIG_LOG_ALWAYS_RUNTIME build check less ambiguous Fabio Baltieri 2023-12-22 12:17:19 +0000
  • 5a727a382a drivers: Add level intrs in gpio_ite_it8xxx2_v2 Jeremy Bettis 2023-12-20 23:00:35 +0000
  • 6c567d4899 tests: Add unittest for gpio_ite_it8xxx2_v2 Jeremy Bettis 2023-12-20 22:36:20 +0000
  • 5ceea4fbdd drivers: Use #if Jeremy Bettis 2023-12-20 18:43:12 +0000
  • 864b1c57f6 drivers: Wrap register accesses in ECREG Jeremy Bettis 2023-12-20 18:41:47 +0000
  • d00125875c tests: drivers: adc: adc_api: support numaker_pfm_m467 cyliang tw 2023-12-19 20:39:38 +0800
  • 9ad8e1ab74 drivers: adc: support Nuvoton numaker series cyliang tw 2023-12-19 20:38:20 +0800
  • 4a77bdb4e8 tests: Bluetooth: tester: Add initial support for HAP Mariusz Skamra 2023-12-14 15:21:10 +0100
  • b79a3415a9 Bluetooth: audio: has_client: Move bt_has_client structure to header Mariusz Skamra 2023-12-28 10:11:27 +0100
  • 47d3d9f448 boards: Add support for stm32h750b_dk Erwan Gouriou 2023-12-07 15:13:38 +0100
  • c18808950a drivers: flash: stm32 ospi flash driver erase large size Francois Ramu 2023-12-14 15:20:09 +0100
  • 70ae47587a LOG: DICT: Forward the User Context Void pointer to backend Kai Meinhard 2023-12-04 16:23:57 +0100
  • dd58f80fe2 doc: Static Analysis requirement Flavio Ceolin 2023-11-14 23:04:51 -0800
  • fdacddda08 posix: timer: Fix timer_obj alignment Martin Åberg 2023-09-28 20:07:13 +0200
  • fdea851878 task_wdt: start feeding hardware watchdog immediately after init Armin Brauns 2023-10-24 12:53:02 +0000
  • 10156f5f1d posix: mqueue: pop mode as int with va_arg() Christopher Friedt 2023-12-29 10:06:44 -0500
  • e67b12e636 lib: posix: tag the fallthrough case as __fallthrough Fabio Baltieri 2023-12-28 21:51:30 +0000
  • aa4416624d twister: coverage: cleanup how we set gcov tool Anas Nashif 2023-12-22 19:44:57 -0500
  • c05a483ba4 lib posix: Allow building the POSIX_API library without the host libC Alberto Escolar Piedras 2023-12-28 14:29:27 +0100
  • 23ad1177a2 Revert "lib: support linking to POSIX API with 3rd-party libc" Alberto Escolar Piedras 2023-12-28 14:25:54 +0100
  • e8ba19e0ee docs: posix: aep: correct some typos Christopher Friedt 2023-12-22 17:48:28 -0500
  • ec69e64d4c posix: pthread_setspecific: fix for coverity issue cid 334906 Christopher Friedt 2023-12-22 19:39:31 -0500
  • 3458527a2c posix: pthread_getspecific: fix for coverity issue cid 334909 Christopher Friedt 2023-12-22 18:07:17 -0500
  • c48d61a4b4 lib: os: cbprintf: Fix size miscalculation in cbprintf_convert Krzysztof Chruściński 2023-12-20 15:53:05 +0100
  • b46d961abf tests: lib: cbprintf_package: Add test case for cbprintf_convert Krzysztof Chruściński 2023-12-20 15:51:37 +0100
  • 82cd7ad9b6 drivers: dac: sam: Add max value check Gaetan Perrot 2023-12-25 14:20:30 +0900
  • fc8b53bf10 drivers: pcie: Read register before actual usage Andrei Emeltchenko 2023-12-22 15:53:07 +0200
  • 4a17446636 drivers: pcie: Remove magic number Andrei Emeltchenko 2023-12-22 13:05:14 +0200
  • cc920696ed tests: unit: util: Add tests for IF_DISABLED Pieter De Gendt 2023-12-21 12:46:09 +0100
  • b4cd9c462a sys: util_macro: Add IF_DISABLED Pieter De Gendt 2023-12-21 12:44:16 +0100
  • be6cf5c268 soc: arm: atmel_sam: Sys_arch_reboot using RSTC Jaro Van Landschoot 2023-12-07 14:22:51 +0100
  • 6342aa3cc0 lib: support linking to POSIX API with 3rd-party libc Christopher Friedt 2023-12-28 01:24:13 -0500
  • 0bf5cbc1c8 syscall_handler: Fix warnings in K_SYSCALL_MEMORY Flavio Ceolin 2023-12-27 16:36:02 -0800
  • 1f67dcbd89 posix: remove deprecated non-standard PTHREAD_MUTEX_DEFINE, etc Christopher Friedt 2023-12-18 15:13:01 -0500
  • 87d056bd31 syscall: Fix static analysis compalins Flavio Ceolin 2023-12-22 20:55:52 +0000
  • ff8970318d input: define optional functions when generating documentation Fabio Baltieri 2023-12-11 19:42:35 +0000
  • 4307882dd1 input: kbd_matrix: add actual key mask runtime control Fabio Baltieri 2023-12-11 16:11:12 +0000
  • 250d50e8b6 drivers: rtc: set 'rtc_driver_api' as 'static const' Pisit Sawangvonganan 2023-12-25 00:10:03 +0700
  • 7525cc7943 twister: coverage: Remove dead code at BinaryHandler Dmitrii Golovanov 2023-12-22 20:43:14 +0100
  • d1c6bb5cb4 imx8m: auto generate mmu_regions array from dt compatiable Chekhov Ma 2023-12-08 13:50:27 +0800
  • 81c5a093f3 imx93: auto generate mmu_regions array from dt compatiable Chekhov Ma 2023-12-08 13:50:08 +0800
  • 3f148d6bb4 arch: arm: mmu: generate mmu region entry from devicetree Chekhov Ma 2023-12-13 11:51:13 +0800
  • dc6e7aa4b1 net: lwm2m: Add transmission state indicator to RX as well Seppo Takalo 2023-12-21 14:35:35 +0200
  • ba80bc7134 Tests: Bluetooth: Fix conn_stress compilation warn Théo Battrel 2023-12-21 09:52:35 +0100
  • c771a66c6c boards: intel_rpl: Update documentation for Raptor Lake Andrei Emeltchenko 2023-12-21 12:46:57 +0200
  • c62e371b3c samples: bme280: Fix indentation for ADL-N overlay Andrei Emeltchenko 2023-12-22 11:24:02 +0200
  • 5d0ba230b8 tests: samples: watchdog: Add intel_rpl_p_crb overlay Andrei Emeltchenko 2023-12-20 14:27:20 +0200
  • f806c04abe samples: sensor: Enable bme280 sensor using I2C driver for RPL-P Bindu S 2023-09-15 10:59:29 +0530
  • 3974882b42 tests: drivers: spi: spi_loopback: Enabled SPI in RPL-P Bindu S 2023-09-14 15:27:29 +0530
  • b14feec6c4 boards: x86: rpl_crb: rpl_p_crb: Enabled GPIO in RPL-p Anisetti Avinash Krishna 2023-08-11 12:41:53 +0530
  • b7609ff5a8 soc: x86: raptor_lake: soc_gpio : Modified to support RPL-P Anisetti Avinash Krishna 2023-08-11 12:38:01 +0530
  • 465c34ef58 boards: Add Raptor Lake P board configuration Andrei Emeltchenko 2023-08-17 15:48:14 +0300
  • 0bbd834e14 raptor_lake: Rename raptor_lake.dts to raptor_lake_s Andrei Emeltchenko 2023-06-28 16:38:13 +0300
  • 2a647c81cf board: Fixing ADC API tests for W5500_EVB_PICO. Ian Wakely 2023-12-14 06:21:40 -0500
  • c2266dd3a0 board: Adding support for W5500 Eval Board. Ian Wakely 2023-12-03 20:29:16 -0500
  • d64ce2531d mgmt: ec_host_cmd: add PM for SPI STM32 backend Dawid Niedzwiecki 2023-12-06 08:29:16 +0100
  • debb9f6352 xtensa: dc233c: force invalidating TLBs during page table swap Daniel Leung 2023-12-01 17:14:31 -0800
  • fa25c0b0b8 xtensa: mmu: invalidate mem domain TLBs during page table swap Daniel Leung 2023-12-01 16:51:46 -0800
  • 949e5120d3 pm: increase coverage - add missing api tests Mateusz Junkier 2023-11-15 22:00:09 +0100
  • 501e67acd2 pm: increase coverage - add missing test assert Mateusz Junkier 2023-11-15 20:33:38 +0100
  • 4e7950e4bd drivers: hwinfo: implemented hardware info support for Smartbond Jerzy Kasenberg 2023-10-19 12:00:39 +0200
  • 915f0fd74c Bluetooth: Shell: Fix coverity issue in cmd_adv_data Hang Fan 2023-12-23 21:19:16 +0800
  • ff62faac07 soc: xtensa: esp32s2/s3: remove HEAP_MEM_POOL_ADD_SIZE_SOC Lucas Tamborrino 2023-12-21 14:11:35 -0300
  • 2312897055 Build System: clang-format: add K_SPINLOCK to FOR_EACH Rodrigo Peixoto 2023-12-24 12:13:56 -0300
  • b702c8e8f0 tests: posix: pthread: test that big stacks can be allocated Christopher Friedt 2023-12-22 15:03:25 -0500
  • fcd139d7af posix: pthread: support stack sizes larger than 65k Christopher Friedt 2023-12-22 14:54:07 -0500
  • beb43bdf20 soc: arm: nxp: add MK22F12 definition Daniel DeGrasse 2022-12-04 00:46:38 -0600
  • 66a06d955a input: use K_KERNEL_STACK_SIZEOF to set the thread stack size Fabio Baltieri 2023-12-21 18:55:04 +0000
  • f6a7895496 twister: Fix exception when running coverage Keith Short 2023-12-22 10:40:38 -0700
  • 8ad22f7df4 twister: coverage: verify existence of tools before trying to use them Anas Nashif 2023-12-20 11:42:41 -0500
  • 547ffdab6e Bluetooth: MICP: Add mic_ctlr_get_by_conn Emil Gydesen 2023-12-20 08:36:04 +0100
  • 2bb8855467 Bluetooth: audio: tbs: Add call_alloc/call_free helper functions Mariusz Skamra 2023-07-25 10:10:43 +0200
  • 1894fa1979 Bluetooth: audio: tbs: Simplify bt_tbs_set_signal_strength function Mariusz Skamra 2023-07-24 10:43:27 +0200
  • b728ff9ed3 Bluetooth: audio: tbs: Factor out GTBS and TBS common code Mariusz Skamra 2023-07-07 14:54:37 +0200