Commit graph

  • 33677ef383 samples: net: coap_server: Fix retransmission mechanism Robert Lubos 2021-09-22 14:28:29 +02:00
  • 2e4eb781f9 tests/lib/cmsis_dsp: matrix: Limit f16 tc execution on ram => 144 Erwan Gouriou 2021-09-27 10:49:44 +02:00
  • b08e5725ef Bluetooth: host: check return value of bt_rand when creating identities Joakim Andersson 2021-09-24 14:19:03 +02:00
  • 884ebbbb9e Bluetooth: host: Fix unexpected control flow Joakim Andersson 2021-09-24 08:41:25 +02:00
  • 3a8190a194 Bluetooth: SDP: Check len is not zero before accessing data pointer Joakim Andersson 2021-09-24 13:34:57 +02:00
  • 7abc68d432 doc: net: Remove obsolete note about sockets thread-safety status Robert Lubos 2021-09-20 11:18:27 +02:00
  • 10232b536e test: logging: improve test coverage for logging subsystem Meng xianglin 2021-01-07 19:58:26 -05:00
  • 905c430753 tests: lib: cbprintf_package: Fix coverity issue Krzysztof Chruscinski 2021-09-23 17:09:12 +02:00
  • b942aabe69 logging: Fixing coverity issue Krzysztof Chruscinski 2021-09-23 17:07:32 +02:00
  • 2ec4986d57 drivers: i2c: sam0: Continue write/read if next message allows it Christoffer Zakrisson 2021-09-12 11:12:02 +02:00
  • 285a0737a3 Bluetooth: host: Fix non-extended adverts not being limited to 31 bytes Jamie McCrae 2021-09-27 09:57:34 +01:00
  • 439c5ce6de Bluetooth: ISO: Remove duplicate struct bt_iso_chan declaration Emil Gydesen 2021-09-27 10:24:36 +02:00
  • 581c20e242 drivers: uart: Cleanup not supported API handling Krzysztof Chruscinski 2021-09-27 13:28:40 +02:00
  • b4b1212c21 doc: release notes: add details on device PM changes Gerard Marull-Paretas 2021-09-23 15:40:33 +02:00
  • f647a5c8ec drivers: display: st7789v: remove incorrect error check Gerard Marull-Paretas 2021-09-24 23:11:55 +02:00
  • 05755df9c1 Bluetooth: host: Ignore return value of change-aware when reading DBhash Joakim Andersson 2021-09-24 09:23:42 +02:00
  • 6440c9eb51 bluetooth: host: Fix legacy SMP pairing Szymon Janc 2021-09-27 09:36:14 +02:00
  • a60ce93042 doc: release: 2.7: Add note about risc-v Gerson Fernando Budke 2021-09-25 13:56:29 -03:00
  • 607e2cbae4 doc: release: 2.7: Add note about modem Gerson Fernando Budke 2021-09-25 12:51:27 -03:00
  • e142f4d908 doc: release: 2.7: Add note about west openocd runner Gerson Fernando Budke 2021-09-25 12:44:43 -03:00
  • cda4eebdf0 doc: release: 2.7: Add notes about Atmel related changes Gerson Fernando Budke 2021-09-25 12:16:59 -03:00
  • b54e7bfe0d doc: release: 2.7: Add notes about Cypress related changes Gerson Fernando Budke 2021-09-25 11:40:09 -03:00
  • 3adffa01ab Bluetooth: Fix minor conditional compile related comment Vinayak Kariappa Chettimada 2021-09-24 07:07:14 +05:30
  • 7ab16c457b doc: update coding guidelines compliance stages Lauren Murphy 2021-09-23 18:42:19 -05:00
  • 05f205066b copyright: add missing license Alexandre Mergnat 2021-02-12 08:55:07 +01:00
  • 3566cf11ba drivers: eth: e1000: only enable e1000 clock on e1000 configured Xabier Marquiegui 2021-09-15 10:44:04 +02:00
  • 734e52899a cmake: linker: arm: utilize zephyr_linker_group(... SYMBOL SECTION) Torsten Rasmussen 2021-09-24 17:13:44 +02:00
  • 57ab0342d3 cmake: linker generator: group symbol from section Torsten Rasmussen 2021-09-24 16:53:39 +02:00
  • 15e834a687 linker: __data_region_start equal to __data_start Torsten Rasmussen 2021-09-23 22:36:09 +02:00
  • 18c9dfdd8f soc: arm: stm32lx: fix using MSI as wake-up clock source Aurelien Jarno 2021-09-23 23:49:35 +02:00
  • 2aa0bb2422 drivers: i2c: gecko: fix typo of the BUILD_ASSERT Steven Lemaire 2021-09-24 15:09:56 +02:00
  • 1715e39414 modem: hl7800: separate IO interrupt config Ryan Erickson 2021-09-23 10:37:58 -05:00
  • 2637c0ed22 Bluetooth: controller: Fix compilation error due to missing includes Piotr Pryga 2021-09-24 12:00:49 +02:00
  • 8b8fed9044 MAINTAINERS: add myself as riscv collaborator Henrik Brix Andersen 2021-08-26 19:59:47 +02:00
  • 0ae9f5a626 cmake: Set minimum required Zephyr SDK version to 0.13.1 Stephanos Ioannidis 2021-09-22 15:48:45 +09:00
  • 04e67e2593 Revert "lib: newlib: Add workaround for #38258" Stephanos Ioannidis 2021-09-22 15:43:50 +09:00
  • 8e66894d4e drivers: regulator: Fix k_work_schedule return code handling Krzysztof Chruscinski 2021-09-23 18:01:44 +02:00
  • 611284021c doc: relnotes: Add a comment to the Bluetooth 2.6 release notes Carles Cufi 2021-09-23 13:41:52 +02:00
  • 52638a000f net: ipv6_fragment: send ICMPv6 Time Exceeded upon reassembly timeout Florian Vaussard 2021-07-09 15:22:28 +02:00
  • c66b4288e0 net: ipv6_fragment: fix shift_packets() algorithm Florian Vaussard 2021-07-09 15:22:22 +02:00
  • a9917d9bd4 net: ipv6_fragment: improve reassembly condition Florian Vaussard 2021-07-09 15:21:59 +02:00
  • 4fe978661a net: ipv6_fragment: store M-bit in addition to the offset Florian Vaussard 2021-07-09 15:21:44 +02:00
  • 0fcf87540e net: ipv6_fragment: remove special handling of 1st fragment Florian Vaussard 2021-07-09 15:21:27 +02:00
  • 108ccfe60c net: ipv6_fragment: check the length also for the first fragment Florian Vaussard 2021-07-09 15:21:07 +02:00
  • e6a1643add net: ipv6_fragment: fix NULL pointer dereference issues Florian Vaussard 2021-07-09 15:20:43 +02:00
  • 5252468c06 net: ip: replace hardcoded NET_IPV6_FRAGMENTS_MAX_PKT with a Kconfig Florian Vaussard 2021-07-09 15:08:24 +02:00
  • 0b8a884931 net: ipv6: fix the logics of prev_hdr_offset Florian Vaussard 2021-07-09 15:20:04 +02:00
  • 4bacedb4f3 net: ipv6: reject invalid nexthdr early Florian Vaussard 2021-07-09 15:12:29 +02:00
  • cd1ab54525 net: ipv6: check for NET_IPV6_NEXTHDR_NONE earlier Florian Vaussard 2021-07-09 15:12:05 +02:00
  • e9dff0fd1f net: ipv6: correctly set the offset to the unknown option Florian Vaussard 2021-07-09 15:11:11 +02:00
  • 1f402cc5c8 net: ipv6: correctly handle PADN option Florian Vaussard 2021-07-09 15:10:45 +02:00
  • ed1ca3e201 net: ipv6: rename nexthdr and next_nexthdr for readability Florian Vaussard 2021-07-09 15:08:48 +02:00
  • 6ee4950230 net: icmpv6: fix net_icmpv6_send_error() dropping packets Florian Vaussard 2021-07-09 15:07:38 +02:00
  • 2af4861014 samples: ipc: rpmsg_service: Add support for BL5340 Jamie McCrae 2021-09-22 16:31:06 +01:00
  • d460536a1b samples: ipc: rpmsg_multi_instance: Add support for BL5340 Jamie McCrae 2021-09-14 12:27:10 +01:00
  • e61009a2f5 samples: ipc: ipc_service: Add support for BL5340 Jamie McCrae 2021-09-14 12:25:35 +01:00
  • 4212e95763 samples: boards: nrfx: Fix setting up of (D)PPI channel endpoints Andrzej Głąbek 2021-07-01 16:19:59 +02:00
  • 7037651c89 soc: stm32l0: Disable clock after write to DBGMCU registers Erwan Gouriou 2021-09-23 17:01:01 +02:00
  • 7f2e792bda soc: stm32g0: Clock is required to write DBGMCU registers Erwan Gouriou 2021-09-23 16:59:17 +02:00
  • 34a67cf2ff samples/board/stm32: PM blinky: Enable CONFIG_DEBUG in CI Erwan Gouriou 2021-09-23 16:56:33 +02:00
  • 76c309db7b kernel: thread: Fix thread runtime stats Krzysztof Chruscinski 2021-09-23 10:39:03 +02:00
  • e2427ff671 scripts: check_compliance should not generate soc/shield Kconfig files Torsten Rasmussen 2021-09-23 13:54:26 +02:00
  • b2b411dae6 cmake: remove target_compile_definitions() in zephyr_library_property Torsten Rasmussen 2021-09-23 12:29:51 +02:00
  • 6083b89553 drivers: modem: gsm_ppp: Add support for Quectel modems Yong Cong Sin 2021-09-19 18:02:18 +08:00
  • 36451e6b54 drivers: spi_nrfx_spi: Change the way the nrfx driver is configured Andrzej Głąbek 2021-09-09 11:57:56 +02:00
  • 2a199afac3 drivers: spi_nrfx_spim: Change the way the nrfx driver is configured Andrzej Głąbek 2021-08-12 10:31:31 +02:00
  • 5f1581bb05 drivers: spi_nrfx_spim: Fix limiting of SPIM frequency on nRF5340 Andrzej Głąbek 2021-08-09 14:37:25 +02:00
  • c58243d6ba samples: boards: nrf: battery: fix board in sample commands Gerard Marull-Paretas 2021-09-23 12:39:05 +02:00
  • 652f25e094 samples: boards: nrf: battery: fix usage without voltage divider Gerard Marull-Paretas 2021-09-23 12:24:19 +02:00
  • 76c4591e6b cmake: gnu: Fix debugging when GDB fails to load because of Python Carles Cufi 2021-09-22 16:46:13 +02:00
  • 54dbfe2229 net: ethernet: Refactor IPv4 to MAC multicast address conversion Markus Fuchs 2021-09-21 10:43:19 +02:00
  • 01a01de594 shell: fix polling TXDONE signal by multiple threads Michał Barnaś 2021-09-21 14:19:11 +02:00
  • b30ae46aa0 tests: ptp: Fixed PTP clock test failure on frdm_k64f Daniel DeGrasse 2021-09-22 17:10:27 -05:00
  • e1eb55d7f7 modem: hl7800: sync APN for PDN and GPRS connection Ryan Erickson 2021-09-21 10:54:37 -05:00
  • bd24fba6c4 modem: hl7800: ensure IP family set correctly Ryan Erickson 2021-09-21 10:54:03 -05:00
  • e8e9d83ab7 modem: hl7800: Add address family config Ryan Erickson 2021-09-21 10:53:29 -05:00
  • 3fb82291d2 modem: hl7800: Fix IPv6 operation Ryan Erickson 2021-09-22 10:40:28 -05:00
  • a28a20b50f modem: hl7800: Only reconfig DNS if iface up Ryan Erickson 2021-09-10 08:44:22 -05:00
  • 83dd1d0a87 bluetooth: host: conn: Fix conn param during l2cap fallback Eric Johnson 2021-09-22 10:16:50 -05:00
  • 23fbb19ed5 drivers: sx126x_stm32wl: clear the radio IRQ before reenabling it Fabio Baltieri 2021-09-22 23:07:14 +01:00
  • 00f5f3fab4 dts: npcx: Add MDC regions Yuval Peress 2021-08-30 06:33:41 -06:00
  • a1f6d97978 drivers: syscon: Add support for multiple regions Yuval Peress 2021-08-03 23:43:58 -06:00
  • 805b8eae17 boards: nucleo_wb55rg: Give more flash space to M0 binary Erwan Gouriou 2021-09-22 09:09:58 +02:00
  • e59f375038 cmake: remove policy CMP0079 old behavior Torsten Rasmussen 2021-09-22 12:17:35 +02:00
  • 0a40c69b21 bsim: test: fix missing of warnings in bsim tests build system Aleksandr Khromykh 2021-09-06 18:00:29 +02:00
  • 0343118abb thread: set mxcsr bit 6 DAZ to zero to disable denormals-are-zeros Maksim Masalski 2021-09-22 11:45:48 +08:00
  • 7cf0a5c4a1 modem: hl7800: fix gpio with interrupts init Ryan Erickson 2021-09-21 13:02:36 -05:00
  • 5a65fc0557 libc: minimal: Add math macro definition Yang XiaoHua 2021-04-21 10:31:42 +08:00
  • fcb73bd4f6 Tracing: Enable tracing of ISR based on CONFIG_TRACING_ISR Markus Becker 2021-06-09 11:59:08 +02:00
  • 3ea7fbc662 display: st77xx: Move initialization to POST_KERNEL David Leach 2021-09-21 16:30:22 -05:00
  • 67151b930a drivers: ieee802154: remove ieee802154_radio_handle_ack() stub Gerhard Jörges 2021-09-16 16:57:26 +02:00
  • 84b29c3874 npcx: Disable I2C controllers by default Keith Short 2021-09-17 11:49:11 -06:00
  • 7db3dfd414 docs: Update for SDK 0.13.1 Kumar Gala 2021-09-21 08:06:36 -05:00
  • b312470bbb ci: Bump to use SDK 0.13.1 Kumar Gala 2021-09-21 08:04:54 -05:00
  • eb218a5405 Bluetooth: controller: Prevent multiple ticker_stop in cis_disabled_cb Morten Priess 2021-09-02 10:59:39 +02:00
  • f3a0ae0cbc Bluetooth: Controller: Fix CIS LLL events pending check Vinayak Kariappa Chettimada 2021-08-16 16:50:07 +05:30
  • 0248555c66 drivers: serial: uart_sam0: Fix sercom5 pinctrl pad per datasheet Ron Smith 2021-09-19 16:20:22 -04:00
  • 9d7c9ffefd samples: tflite-micro: hello_world: Enable standard C++ library Stephanos Ioannidis 2021-09-12 00:36:14 +09:00
  • c2859bc7aa cmake: compiler: Add nostdincxx property for gcc Stephanos Ioannidis 2021-09-11 22:08:45 +09:00
  • fd4700d7b7 cmake: compiler: Add framework for disabling C++ standard includes Stephanos Ioannidis 2021-09-11 22:06:28 +09:00