Commit graph

  • 6cf50ac89c tests: kernel: mem_map: Explicitly cast function pointer to (void *) Wentong Wu 2020-09-21 14:52:47 +08:00
  • 612ba4390b drivers: eth_enc424j600: initialize device pointer Johann Fischer 2020-09-21 15:58:58 +02:00
  • b75616733b storage: flash_map: Unify partition processing macros name Dominik Ermel 2020-09-21 13:48:49 +00:00
  • c25f486322 actions: increase stale operations Anas Nashif 2020-09-19 12:55:47 -04:00
  • 2cd556a689 tests: arch: x86 mem protection check CPU scrubs regs after syscall Maksim Masalski 2020-09-05 04:19:45 +08:00
  • 8afaadd223 net: conn: Ignore unhandled IPv4 broadcast packets Jukka Rissanen 2020-09-21 14:09:43 +03:00
  • 92499fc9d1 drivers: net: slip: Allow slip to co-exist with other interfaces David Komel 2020-09-21 07:26:51 +03:00
  • babc6b9e61 soc: arm: stm32[l4|wb]: fix power state exit Julien D'Ascenzio 2020-09-18 11:49:35 +02:00
  • 25fda14702 Bluetooth: GATT: Fix assuming CCC position Luiz Augusto von Dentz 2020-09-11 10:55:02 -07:00
  • 9efd93adde Bluetooth: UUID: Fix BT_UUID_ES_TRIGGER_SETTING Luiz Augusto von Dentz 2020-09-11 10:49:37 -07:00
  • a8ffc03f6e Bluetooth: controller: Fix REJECT_IND PDU handling Vinayak Kariappa Chettimada 2020-09-21 07:19:42 +05:30
  • 07756e5332 board: stm32_min_dev: Fix LED0 connection inversion Siddharth Chandrasekaran 2020-09-13 20:38:09 +05:30
  • 1375b1d332 drivers/flash/soc_flash_nrf: Remove blank lines at the end of config files Ievgenii Meshcheriakov 2020-09-17 16:37:35 +02:00
  • b7c9d9d34f drivers/flash/soc_flash_nrf: Enable ticker radio sync only with Zephyr LL Ievgenii Meshcheriakov 2020-09-17 16:06:26 +02:00
  • d27c32efc3 drivers/flash/soc_flash_nrf: Rename config option SOC_FLASH_NRF_RADIO_SYNC Ievgenii Meshcheriakov 2020-09-17 15:44:37 +02:00
  • 70c5371666 drivers/flash/soc_flash_nrf: Name flash sync choice Ievgenii Meshcheriakov 2020-09-17 15:06:57 +02:00
  • 4cc8cb1c15 Bluetooth: Mesh: Fix send input_complete before public key Lingao Meng 2020-09-18 15:54:42 +08:00
  • 14f248fe1b arch: arm: cortex_m: cleanup SW_VECTOR_RELAY_CLIENT dependencies Ioannis Glaropoulos 2020-09-15 17:17:44 +02:00
  • 2e1499eb4b soc: arm: st_stm32: stm32f0: take into account SW_VECTOR_RELAY Alexandre Bourdiol 2020-09-15 17:51:34 +02:00
  • a142f5a26c tests: kernel: common: Add tests for 24-bit byteorder functions Eric Johnson 2020-09-14 13:50:42 -05:00
  • a18688eebd tests: kernel: common: Add tests for 48-bit byteorder functions Eric Johnson 2020-09-14 13:49:57 -05:00
  • c27561d984 sys: byteorder: Fix incorrect shift in sys_get_be48/le48 Eric Johnson 2020-09-14 13:46:23 -05:00
  • e01a4df3fb tracing: handle null thread names with systemview Anas Nashif 2020-09-18 08:49:28 -04:00
  • 75d159bf0d tracing: x86_64: move switched_in to switch function Anas Nashif 2020-09-03 10:34:07 -04:00
  • 2718a23781 samples: synchronisation: handle empty thread name Anas Nashif 2020-08-29 16:23:08 -04:00
  • 53cc54516d tracing: fix empty thread name Anas Nashif 2020-08-29 16:22:45 -04:00
  • 74576a0515 samples: tracing: print out useful information Anas Nashif 2020-08-27 08:14:12 -04:00
  • 122bc38fad release: Zephyr 2.4.0-rc2 Maureen Helm 2020-09-17 14:38:38 -05:00
  • 4a9ee68e12 samples: basic/minimal: disable memory pool when MT=n Daniel Leung 2020-09-18 14:16:45 -07:00
  • b5c2ff9397 kernel: add kconfig CONFIG_KERNEL_MEM_POOL Daniel Leung 2020-09-18 14:12:51 -07:00
  • 4f106c32d5 linker: do not force keep common kernel objects Daniel Leung 2020-09-16 16:24:46 -07:00
  • 04d706b450 linker: add macros so iterable sections can be garbage collected Daniel Leung 2020-09-16 16:19:15 -07:00
  • 0fe62c6392 Bluetooth: host: Fix bug in device name shortening handling Joakim Andersson 2020-09-17 15:24:24 +02:00
  • f332d51d60 Bluetooth: host: Ignore failure to set passive scanner address Joakim Andersson 2020-09-15 12:47:58 +02:00
  • 2cb4548a42 Bluetooth: host: Fix not setting NRPA before starting scanner Joakim Andersson 2020-09-16 16:24:42 +02:00
  • ce0cc3a7cc drivers: sensor: lsm6dsl: make the driver multi-instance Armando Visconti 2020-09-16 17:27:27 +02:00
  • 0e49f5570c net: tcp2: Check that connection exists in net_tcp_put() Jukka Rissanen 2020-09-18 19:24:03 +03:00
  • ac7866c663 net: tcp2: Fix connection termination Jukka Rissanen 2020-09-18 10:37:32 +03:00
  • 13a7baf1e4 net: tcp2: Bail out if new connection cannot be created Jukka Rissanen 2020-09-18 12:04:02 +03:00
  • 4e3060a26b net: tcp2: Retrigger resend if sending window is full Jukka Rissanen 2020-09-18 10:39:17 +03:00
  • 69459507b6 net: tcp2: Fix connection state debugging Jukka Rissanen 2020-09-17 14:11:28 +03:00
  • bd9f707098 net: tcp2: Print context state when closing connection Jukka Rissanen 2020-09-17 13:17:44 +03:00
  • 9cccf0ea55 net: tcp2: If the send window is full, do not try to send Jukka Rissanen 2020-09-16 19:41:31 +03:00
  • 29f0895b93 net: tcp2: Adjust the send window according to avail bufs Jukka Rissanen 2020-09-16 17:47:26 +03:00
  • b00adf6965 net: tcp2: Re-order connection struct fields Jukka Rissanen 2020-09-15 10:41:05 +03:00
  • ff2aff3a32 net: tcp2: Make sure the pkt if not null Jukka Rissanen 2020-09-15 09:15:50 +03:00
  • 037037cdaa net: context: Return -ENOBUFS to caller if we run out of bufs Jukka Rissanen 2020-09-11 10:19:35 +03:00
  • 3db319fbc3 net: tcp2: Avoid double free message Jukka Rissanen 2020-09-10 17:30:57 +03:00
  • 65a3b5a68e net: tcp2: Do not close connection if we run out of memory Jukka Rissanen 2020-09-10 17:29:40 +03:00
  • 69d9eb6c94 net: socket: Wait new buffers when sending Jukka Rissanen 2020-09-10 14:22:57 +03:00
  • 80d04616de net: tcp2: Honor TCP retry count limit from Kconfig file Jukka Rissanen 2020-09-10 17:24:46 +03:00
  • 28177dad6f net: conn: Use safe slist macro when searching connection Jukka Rissanen 2020-09-09 13:25:43 +03:00
  • 6dfb11c781 net: tcp2: Use safe version of slist macro in conn search Jukka Rissanen 2020-09-09 12:40:50 +03:00
  • 54d05efb34 net: tcp2: Use pointer to slist node Jukka Rissanen 2020-09-09 12:38:39 +03:00
  • 2b4457347d tests: posix: common: move printk() out of k_usleep() tick alignment Alexandre Bourdiol 2020-09-18 16:18:37 +02:00
  • a06884a4e6 actions: stale: increase operations per run Anas Nashif 2020-09-18 15:37:00 -04:00
  • 25f9b643c7 lib: os: mempool: Fix unused return values from sys_mutex_lock calls Lauren Murphy 2020-09-16 13:01:32 -05:00
  • ef908a2b91 samples: subsys: Add sdhc fixture to fat_fs sample Maureen Helm 2020-09-18 11:02:00 -05:00
  • a8639a0432 drivers/pinmux/stm32: add/fix pinmux for F103xG Paul Fagerburg 2020-09-11 21:15:19 -06:00
  • 4bfc3af759 manifest: Update CANopenNode to include v1.3 SDO/LSS bug fixes Henrik Brix Andersen 2020-06-23 20:21:53 +02:00
  • 8b47e563e2 dts/Kconfig: Remove HAS_DTS_I2C Erwan Gouriou 2020-09-18 16:21:59 +02:00
  • 283a057279 x86_64: Fix memory access size for locore EOI Kumar Gala 2020-09-16 22:19:39 -05:00
  • c1c10993c7 sanitycheck: comment cleanup and style fixes Anas Nashif 2020-09-10 07:36:00 -04:00
  • fdc02b651c sanitycheck: capture timeout as reason in cases we kill qemu Anas Nashif 2020-09-09 19:11:19 -04:00
  • 8afcffc231 tests: kernel: context: align timer init on ticks Alexandre Bourdiol 2020-09-18 09:38:47 +02:00
  • b7336616b2 Bluetooh: Host: Fix wrong buffer in acl_total_len calc Thomas Stenersen 2020-09-18 13:38:55 +02:00
  • 3d57cdb7c3 Bluetooth: host: Use C89-style Thomas Stenersen 2020-09-04 08:10:38 +02:00
  • e28fdbb9df Bluetooth: host: Fetch L2CAP length directly Thomas Stenersen 2020-09-04 08:09:24 +02:00
  • 8bc00f5ead Bluetooth: host: Refactor bt_conn_recv Thomas Stenersen 2020-07-28 11:05:17 +02:00
  • a8f47a1110 Bluetooth: host: Support fragmented L2CAP header Thomas Stenersen 2020-07-27 10:38:23 +02:00
  • cccfea24c1 Bluetooth: controller: Fix Kconfig dependencies for PHY options Joakim Andersson 2020-09-11 15:15:33 +02:00
  • 4cc6098af8 Bluetooth: controller: Select controller features from SoC capabilities Joakim Andersson 2020-09-15 16:45:38 +02:00
  • b8d13d6fdd boards: nrf52840dongle: Enable serial conditionally Carles Cufi 2020-09-17 19:03:18 +02:00
  • ae8dd14887 doc: ext: link-roles: allow non-default baseurl Fabio Utzig 2020-09-09 15:07:16 -03:00
  • 2b4ca51c85 mgmt/osdp: Fix osdp_build_ctx(); Add NULL check on ctx Siddharth Chandrasekaran 2020-09-06 22:35:44 +05:30
  • 59f76a291c lib: cmsis_rtos_v2: Handle possible zero length array Kumar Gala 2020-09-17 00:25:16 -05:00
  • 620cf68c04 boards: nrf5340: fix default flash partitioning Ioannis Glaropoulos 2020-09-18 13:20:42 +02:00
  • d5c822d5c2 boards: nrf9160: fix default flash partitioning Ioannis Glaropoulos 2020-09-18 13:25:05 +02:00
  • 16813844ac doc: release notes V2.4.0: Shields additions Erwan Gouriou 2020-09-16 09:57:12 +02:00
  • db97ccdb96 doc: release notes V2.4.0: STM32 related additions Erwan Gouriou 2020-09-16 09:51:23 +02:00
  • 8e1f40a632 ARC: linker: merge GNU and MWDT linker scripts Eugeniy Paltsev 2020-09-15 18:39:35 +03:00
  • 243120da0c linker: kobject-text: align multiline string definition syntax Eugeniy Paltsev 2020-09-16 14:35:12 +03:00
  • 6f20e072f1 Bluetooth: ISO: Fix unbalanced reference count Luiz Augusto von Dentz 2020-09-09 15:54:44 -07:00
  • a76c804d07 Bluetooth: ISO: Fix crash when bt_iso_chan_bind fails Luiz Augusto von Dentz 2020-09-09 15:49:14 -07:00
  • a177dfdd93 Bluetooth: ISO: Fix missing break after bt_iso_cleanup Luiz Augusto von Dentz 2020-09-08 17:43:40 -07:00
  • b667ba997f Bluetooth: Mesh: Fix RPL not check by proxy configuration Lingao Meng 2020-09-14 17:00:11 +08:00
  • 04903452f9 shell: add argc range in Kconfig Jakub Rzeszutko 2020-09-18 10:39:35 +02:00
  • bf5cf84191 shell: fix Tab crashing issue Jakub Rzeszutko 2020-09-18 10:38:31 +02:00
  • ded737cd58 boards: nordic: Turn hardware stack protection on by default Carles Cufi 2020-09-17 15:44:16 +02:00
  • 15c946a8d5 codeowners: Add myself as additional onwer to power Flavio Ceolin 2020-09-16 09:42:00 -07:00
  • 7fed07d55e codeowners: Add myself to gdbstub Flavio Ceolin 2020-09-16 09:38:09 -07:00
  • 2fd929355a Bluetooth: tester: Fixes for GCC 10.x Carles Cufi 2020-09-17 18:06:21 +02:00
  • 17c4396ed4 Bluetooth: controller: Fix cond. compilation for broadcaster Vinayak Kariappa Chettimada 2020-09-15 10:08:04 +05:30
  • 332b7df61b kernel: avoid implementation-defined behavior in timeout calculation Peter Bigot 2020-09-15 20:06:49 -05:00
  • 840eaab970 doc: west: add information about private repositories Martí Bolívar 2020-09-17 10:52:42 -07:00
  • 13e1c919d4 test: fatal exception: add test case Ying ming 2020-09-14 14:43:24 +08:00
  • 5b8569b305 test: fatal exception: Modify test case file location Ying ming 2020-09-14 14:42:05 +08:00
  • cd068c26dc doc: replace the latest sdk with 0.11.4 version Maksim Masalski 2020-09-18 02:15:22 +08:00
  • 43b2e291db x86_64: fix size to init stack at boot Daniel Leung 2020-09-17 13:53:02 -07:00
  • ac3d9438ed drivers: usb: Fix usb fail when using the on-chip memory Crist Xu 2020-09-03 00:33:59 +08:00