Commit graph

  • 20b1c695ab net: mqtt: Add keep alive timeout helper Robert Lubos 2020-01-17 13:03:16 +01:00
  • e34f1cee06 x86: implement kernel page table isolation Andrew Boie 2019-12-18 23:57:25 -08:00
  • cc45266fdc tests: uart_async_api: run in user mode Andrew Boie 2020-01-13 16:50:03 -08:00
  • a51b125aba drivers: serial: add async API system calls Andrew Boie 2020-01-13 15:45:36 -08:00
  • 7419f4f46f scripts: kconfig.py: Simplify write_kconfig_filenames() Ulf Magnusson 2019-11-16 05:12:00 +01:00
  • 7a531ea22b scripts: kconfig.py: Use err() helper for warnings-turned-errors Ulf Magnusson 2019-11-16 05:08:24 +01:00
  • 7a148ef9da scripts: kconfig.py: Rename verify_*() functions to check_*() Ulf Magnusson 2019-11-16 05:05:41 +01:00
  • bb4a4e79dc scripts: kconfig.py: Detect all assignments to promptless symbols Ulf Magnusson 2019-11-16 03:36:01 +01:00
  • 05293ace26 doc: release-notes-2.2: Mention generated_dts_board* renaming Ulf Magnusson 2019-12-10 18:15:23 +01:00
  • 2b12de56ac dts: Add include/generated_dts_board.h for backwards compatibility Ulf Magnusson 2019-11-18 04:23:25 +01:00
  • 4e85006ba4 dts: Rename generated_dts_board*.{h,conf} to devicetree*.{h,conf} Ulf Magnusson 2020-01-16 13:29:53 +01:00
  • 48b6dae329 Bluetooth: controller: split: ULL filter API modifications Erik Brockhoff 2020-01-17 10:03:44 +01:00
  • a8fe2964ee boards: kconfig: Fix enabling USE_SEGGER_RTT for various boards Ulf Magnusson 2020-01-13 16:17:10 +01:00
  • d6d0b6454b ci: do not display timestamps Anas Nashif 2020-01-14 20:42:19 -05:00
  • 12e7295307 docs: error in mec15xxevb assy6853 in set up manual Maksim Masalski 2020-01-17 15:16:38 +08:00
  • 74f9c23ac6 pinmux: stm32: l4: Make SPI SCK and MOSI pins Very High Speed Pushpal Sidhu 2020-01-16 08:59:52 -08:00
  • 275d8558c6 net: if: Add option to set ppp as default network if Christian Taedcke 2020-01-17 09:57:31 +01:00
  • 8b98231e4f Bluetooth: HCI: Fix allow Zephyr VS HCI commands in host-only build Joakim Andersson 2020-01-17 10:11:35 +01:00
  • 863c538402 tests : Ensure the IRQ is disabled before enabling it at run time box zheng 2020-01-15 00:39:39 +08:00
  • 33929cb960 net: tcp2: Guard on th being NULL in SYN_RECEIVED Oleg Zhurakivskyy 2020-01-11 13:16:42 +02:00
  • ff2d4737d6 net: tcp2: Immediately ACK the data in SYN_RECEIVED Oleg Zhurakivskyy 2020-01-11 13:11:36 +02:00
  • 2abe76f1d6 net: tcp2: Drop the restriction on PSH in SYN_RECEIVED Oleg Zhurakivskyy 2020-01-11 13:10:05 +02:00
  • 9b30ca4e76 net: tcp2: Evaluate the sequence number in SYN_RECEIVED Oleg Zhurakivskyy 2020-01-11 13:04:41 +02:00
  • f3936dc880 net: tcp2: Turn on ACK for the outgoing data packet Oleg Zhurakivskyy 2020-01-11 12:40:22 +02:00
  • 175b45e768 net: tcp2: Add len and evaluate data for the incoming packet Oleg Zhurakivskyy 2020-01-11 11:23:42 +02:00
  • df4ffb3d83 net: tcp2: Add the interrupt locking in _tcp_send() Oleg Zhurakivskyy 2020-01-09 18:22:34 +02:00
  • 9abccf911c net: tcp2: Update tcp_recv() logic Oleg Zhurakivskyy 2019-12-14 14:28:56 +02:00
  • 9378ac784b net: tcp2: Fix the diagnostic in tcp_options_check() Oleg Zhurakivskyy 2019-12-14 12:41:23 +02:00
  • 44b2529998 net: tcp2: Refactor tcp_data_len() Oleg Zhurakivskyy 2019-12-14 10:48:58 +02:00
  • dc0c313bb1 net: tcp2: Do not bail-out on unconsumed flags Oleg Zhurakivskyy 2019-12-12 18:40:16 +02:00
  • 3d898ccf16 net: tcp2: Do not access freed TCP connection in tcp_conn_unref() Oleg Zhurakivskyy 2019-12-14 13:02:48 +02:00
  • c4b87ce7fc net: tcp2: Nullify the packet pointer on a state change Oleg Zhurakivskyy 2019-12-12 19:20:06 +02:00
  • ab88912a27 net: tcp2: Add diagnostic information to tcp_chain() Oleg Zhurakivskyy 2019-11-18 11:34:47 +02:00
  • d99133c4f5 net: tcp2: Set the net_context to NET_CONTEXT_CONNECTED once Oleg Zhurakivskyy 2019-11-27 15:09:44 +02:00
  • 5847694a1d net: tcp2: Update tcp_conn_state() Oleg Zhurakivskyy 2019-12-12 16:52:01 +02:00
  • 86bdab62aa net: tcp2: Support arbitrary length in tcp_win_append() Oleg Zhurakivskyy 2020-01-09 16:38:26 +02:00
  • b0b7b02f2a net: tcp2: Support arbitrary requests in tcp_win_pop() Oleg Zhurakivskyy 2019-11-27 13:49:26 +02:00
  • b384355dd9 net: tcp2: Refactor tcp_th() Oleg Zhurakivskyy 2019-11-28 19:18:22 +02:00
  • 85a69a219d net: tcp2: Refactor tcp_flags() Oleg Zhurakivskyy 2019-11-27 14:47:01 +02:00
  • 225dc48d5b net: tcp2: Rename tcp_pkt_received() into tcp_recv() Oleg Zhurakivskyy 2019-11-26 16:33:44 +02:00
  • 2c436740cf net: tp: Rename tcp_recv() into tp_tcp_recv() Oleg Zhurakivskyy 2019-12-23 11:54:35 +02:00
  • 50d7efbdbc net: tp: Add a support for arbitrary payloads in tp_output() Oleg Zhurakivskyy 2019-12-10 16:36:15 +02:00
  • c2542eacbd drivers: eth: native_posix: Yield to avoid deadlocks in RX Ruslan Mstoi 2020-01-15 17:41:15 +02:00
  • ae900a94d0 tests: net: all: kconfig: Do not assign promptless NET_INIT_PRIO Ulf Magnusson 2020-01-16 22:13:24 +01:00
  • 8e4a9774f7 tests: net: all: kconfig: Do not assign promptless NET_ROUTING Ulf Magnusson 2020-01-16 23:15:56 +01:00
  • bb32e9e3fb samples: net: mqtt_publisher: Remove mqtt_input after mqtt_disconnect Robert Lubos 2020-01-16 11:33:42 +01:00
  • 504cc436dd net: mqtt: Close the socket right after sending disconnect message Robert Lubos 2020-01-16 10:52:51 +01:00
  • b6beec9e68 samples: display: Move LVGL sample Jan Van Winkel 2020-01-16 22:00:51 +01:00
  • 6cf7ac77bf Bluetooth: Always use full path to hci_driver.h Carles Cufi 2020-01-16 17:21:12 +01:00
  • 6d0deba1d0 samples: display: Remove ST7789V sample Jan Van Winkel 2020-01-16 21:41:07 +01:00
  • b912df91cf samples: display: Remove ILI9340 sample Jan Van Winkel 2020-01-16 21:36:02 +01:00
  • 1342d21fc0 sanitycheck: support runtime artifact cleanup Anas Nashif 2020-01-16 12:23:00 -05:00
  • f8acb3f52d boards: frdm_k64f: enable internal temperature sensor Henrik Brix Andersen 2020-01-13 23:07:53 +01:00
  • 05dca5df04 dts: nxp: k6x: add temperature sensor nodes Henrik Brix Andersen 2020-01-13 23:06:39 +01:00
  • 774367b14a soc: nxp: k6x: enable bandgap buffer if temperature sensor is enabled Henrik Brix Andersen 2020-01-13 23:03:45 +01:00
  • dc2c04b243 boards: twr_ke18f: enable internal temperature sensor Henrik Brix Andersen 2020-01-12 23:21:06 +01:00
  • ca9861f690 dts: nxp: ke1xf: add temperature sensor nodes Henrik Brix Andersen 2020-01-12 23:12:13 +01:00
  • fdbb76ff55 drivers: sensor: add driver for the nxp kinetis temperature sensor Henrik Brix Andersen 2020-01-12 23:17:56 +01:00
  • 30e1a7f7c1 dts: bindings: add binding for the NXP Kinetis SoC temperature sensor Henrik Brix Andersen 2020-01-12 23:11:00 +01:00
  • b3a1ede830 net: openthread: Use settings subsystem Robert Lubos 2019-10-10 09:26:09 +02:00
  • b0bdf91e11 boards: arm: Add board definition for stm32 nucleo_f767zi Roland Ma 2020-01-02 22:57:41 -05:00
  • 01049b73be dts: arm: st: Add dts and soc additions for stm32 F767ZI board Roland Ma 2020-01-02 23:15:49 -05:00
  • ba98e72db2 tests: net: all: kconfig: Do not assign promptless NET_RAW_MODE Ulf Magnusson 2020-01-16 15:50:43 +01:00
  • c935c26819 boards: x86: minnowboard: Do not assign promptless X86_NO_SPECTRE_V4 Ulf Magnusson 2020-01-16 15:59:56 +01:00
  • 1ab39e7c52 drivers/crypto: mbedTLS_shim add support for CAP_NO_IV_PREFIX Siddharth Chandrasekaran 2019-12-19 08:24:47 +05:30
  • 0ff77b10e1 crypto: api: New capability flag CAP_NO_IV_PREFIX Siddharth Chandrasekaran 2019-11-28 15:01:06 +05:30
  • d0f7652858 dts: gen_defines.py: Rename *_dev() to *_node() Ulf Magnusson 2020-01-15 19:38:05 +01:00
  • 7024e7ca7b shell: kconfig: Fix SEGGER_SYSTEMVIEW/SHELL_BACKEND_RTT build issue Ulf Magnusson 2020-01-15 18:44:22 +01:00
  • 2addfb4696 settings: Deprecate base64 in fs backed settings Dominik Ermel 2020-01-14 12:06:48 +00:00
  • 60db6a6e2f scripts: runners: nrfjprog: sort SNR list before prompting Martí Bolívar 2020-01-09 14:52:24 -08:00
  • e4768ad7e7 scripts: runners: nrfjprog: restrict when we guess snr Martí Bolívar 2020-01-09 14:45:14 -08:00
  • ae2f27cf16 scripts: runners: defer ensure_snr() to run in nrfjprog Martí Bolívar 2020-01-09 14:26:39 -08:00
  • 8837469492 scripts: runners: improve error handling CLI Martí Bolívar 2020-01-09 14:20:34 -08:00
  • 136d92de33 drivers/usb/device: stm32: Update due to API change on F0/F3/L0 Erwan Gouriou 2020-01-16 09:42:14 +01:00
  • b72db6b02e drivers: soc_flash_mcux enabled for LPC Andrei Gansari 2019-11-12 14:40:23 +02:00
  • c9301ad8a3 soc: enables flash on LPC55xxx SoCs Andrei Gansari 2019-11-12 14:36:38 +02:00
  • 5ac450ecc4 dts: lpc55s6x flash controller add Andrei Gansari 2019-11-12 14:34:30 +02:00
  • 1cebd314c2 dts: nxp,lpc-iap.yaml Andrei Gansari 2019-11-12 14:33:04 +02:00
  • d9a15132bf modules: HAS_MCUX_IAP config Andrei Gansari 2019-11-12 14:04:48 +02:00
  • fb9a41dc0b dts: lpc55s69 all flash regions Andrei Gansari 2019-11-11 12:08:52 +02:00
  • 85800622f9 dts: remove artificial include Andrei Gansari 2019-10-24 15:01:14 +03:00
  • 4d32d0ae02 tests: all: kconfig: Do not assign promptless NET_L2_IEEE802154_SUB_GHZ Ulf Magnusson 2020-01-15 18:56:30 +01:00
  • cbe6edcfa7 boards: nucleo_f207zg: Enable automatic flashing Erwan Gouriou 2020-01-13 17:41:17 +01:00
  • ecb20669b3 samples: sht3xd: kconfig: Do not assign promptless SHT3XD_TRIGGER Ulf Magnusson 2020-01-15 17:14:16 +01:00
  • 03e992a6b5 drivers: sensor: ms5607: fix potential integer overlow Thomas Schmid 2020-01-15 23:31:12 +01:00
  • 010e35850e tests/kernel: timer_api: Remove build_only tickless variant Erwan Gouriou 2019-11-21 14:26:49 +01:00
  • 86a1cc78c2 boards: arm: nrf5340_dk: include soc.h in nrf5340_cpunet_reset.c Ioannis Glaropoulos 2020-01-16 10:46:03 +01:00
  • b3df27afcf driver: interrupt_controller: Filter invalid channel for RV32M1 SOC Lyle Zhu 2020-01-15 10:18:33 +08:00
  • 50f7555789 Bluetooth: Selecting ENTROPY_GENERATOR for crypto Dominik Ermel 2019-11-07 10:04:19 +00:00
  • 19718fd6da Bluetooth: Mesh: Skip publish if update fails Trond Einar Snekvik 2020-01-15 16:45:11 +01:00
  • a68ef65bc4 drivers: uart: Enable rx byte counting timer only in active power state Audun Korneliussen 2020-01-14 15:34:34 +01:00
  • 0039fb86e7 doc: cmake: fixed 'strip_prefix' inconsistency Timor Gruber 2020-01-15 23:29:46 +02:00
  • b5c63c69ca Bluetooth: controller: split: Fix ull_disable hang Vinayak Kariappa Chettimada 2020-01-10 16:13:16 +05:30
  • 3d5c911612 board: atsamr21_xpro: Update docs Gerson Fernando Budke 2019-11-03 17:39:17 -03:00
  • 7e4216a6c9 samples: wpanusb: Add atsamr21_xpro board support Gerson Fernando Budke 2019-11-03 16:42:38 -03:00
  • dbdfd2995b Bluetooth: host: Guard calls to bt_conn functions Wolfgang Puffitsch 2020-01-15 12:54:53 +01:00
  • d3314851df tests: userspace: test syscall irq context Andrew Boie 2020-01-14 14:05:31 -08:00
  • 9a6d200cb9 Bluetooth: controller: legacy: Fix redundant priv variable check Vinayak Kariappa Chettimada 2020-01-15 17:53:19 +05:30
  • 5c1a3fd6f7 boards: cc322xsf_launchxl: Do not assign promptless HAS_CC3220SDK sym Ulf Magnusson 2020-01-15 13:09:25 +01:00
  • ee65932c96 drivers: watchdog: Refactor mcux wdog driver to use generated dts macros Maureen Helm 2020-01-11 14:57:15 -06:00