Commit graph

  • 4372efe4ef drivers: uart: miv: convert to DT_INST defines Kumar Gala 2020-02-17 10:16:39 -0600
  • 836b485377 drivers: ethernet: e1000: convert to DT_INST defines Kumar Gala 2020-02-18 08:09:41 -0600
  • df45e4df77 drivers: intc: ioapic: convert to DT_INST defines Kumar Gala 2020-02-18 08:05:16 -0600
  • 990ab00e30 drivers: modem: Add support for commands that don't have a line ending Tobias Svehagen 2019-12-17 15:55:43 +0100
  • 6ec675ca2f tests: drivers: gpio_basic_api: silence coverity warning Peter Bigot 2020-03-11 05:53:35 -0500
  • 930c904c67 drivers: serial: esp32: Fix syntax error in file uart_esp32.c Francisco Igual 2020-02-27 12:30:46 +0100
  • 5aa62369d4 net: shell: Handle ENETUNREACH for IPv4 ping Stephanos Ioannidis 2020-02-18 15:41:44 +0900
  • 2c733d5195 net: icmpv4: Return ENETUNREACH when IPv4 is unavailable Stephanos Ioannidis 2020-02-18 15:33:44 +0900
  • 44b43710f2 samples: display: lvgl use posix input, remove defaults Pavlo Hamov 2020-02-11 22:56:54 +0200
  • 687f407f29 drivers: kscan: Introduce SDL mouse driver Pavlo Hamov 2020-02-03 16:07:06 +0200
  • 8ccccbb7f6 drivers: pinmux: Add SPI1 NSS config on PA15 Richard Osterloh 2020-02-07 15:00:33 +0000
  • 34d5e2bca2 boards: arm: initial suport for NUCLEO-H743ZI Gerard Marull-Paretas 2020-02-28 04:44:47 -0800
  • f2b93fae5a soc: stm32: add support for stm32h743xx Gerard Marull-Paretas 2020-02-28 04:44:24 -0800
  • 677d51d5f9 dts: arm: st: h7: add support for stm32h743Xi Gerard Marull-Paretas 2020-02-28 04:44:13 -0800
  • 86bfc489f4 scripts: Replace hard-coded subsystem list with __subsystem annotations. Corey Wharton 2020-03-04 13:32:01 -0800
  • ccd15df510 scripts: Dynamically add driver subsystems to subsystems list Corey Wharton 2020-02-29 14:51:42 -0800
  • bedd4e01fd net: tcp2: Add a mutex to TCP connection Oleg Zhurakivskyy 2020-03-11 15:00:47 +0200
  • d11c92b60b samples: echo_client: Add overlays for debugging Oleg Zhurakivskyy 2020-03-10 19:18:03 +0200
  • fad38b12a3 net: tcp2: Update test protocol functions Oleg Zhurakivskyy 2020-03-10 14:14:20 +0200
  • 615d73b2c9 net: tcp2: Set TCP connection endpoints in net_tcp_connect() Oleg Zhurakivskyy 2020-03-09 21:19:34 +0200
  • a156d76f8e net: tcp2: Do not base the incoming data evaluation on PSH Oleg Zhurakivskyy 2020-03-09 18:19:13 +0200
  • f149eb7b14 net: tcp2: Remove obsolete test window functions Oleg Zhurakivskyy 2020-03-09 15:44:04 +0200
  • 16b8244cf8 net: tcp2: Eliminate the need for a test send window Oleg Zhurakivskyy 2020-03-09 14:41:15 +0200
  • b25faa6159 net: tcp2: Eliminate the need for a test receive window Oleg Zhurakivskyy 2020-03-09 11:31:20 +0200
  • 71a225d76f samples: echo_server: Add overlays for debugging Oleg Zhurakivskyy 2020-03-06 17:02:18 +0200
  • 4c81935c2e net: tcp2: Don't instantiate an extra connection on SYN+ACK Oleg Zhurakivskyy 2020-03-06 15:41:52 +0200
  • b0381bc80e net: tcp2: Check the ack number in SYN_SENT Oleg Zhurakivskyy 2020-03-06 15:26:05 +0200
  • 038618dbc8 net: tcp2: Guard against th_get() on NULL pkt Oleg Zhurakivskyy 2020-03-06 15:21:49 +0200
  • 1eccf22526 net: tcp2: Add log_strdup() where necessary Oleg Zhurakivskyy 2020-03-06 15:12:24 +0200
  • ebbb7f3d56 net: tcp2: Don't instantiate an extra connection on connect Oleg Zhurakivskyy 2020-03-06 14:54:17 +0200
  • d6f1937fbb net: tcp2: Switch from k_timer to k_delayed_work Oleg Zhurakivskyy 2020-03-06 13:43:43 +0200
  • bab5e7bd96 net: tp: Add IPv6 support for test protocol Oleg Zhurakivskyy 2020-03-03 18:39:24 +0200
  • 27a12b78cb net: tcp2: Drop obsolete ip_get(), ip6_get() macros Oleg Zhurakivskyy 2020-02-26 19:48:08 +0200
  • e301397af1 net: tcp2: Use net_tcp_finalize() for checksum calculation Oleg Zhurakivskyy 2020-02-26 19:36:12 +0200
  • 9292ce9efc net: tcp2: Add IPv6 support for outgoing packets Oleg Zhurakivskyy 2020-02-26 20:54:11 +0200
  • 75820c9bdf net: tcp2: Register test inputs for TTCN-3 based TCP2 sanity check Oleg Zhurakivskyy 2020-02-26 17:57:48 +0200
  • f5c1ee03b8 net: tcp2: Add support for a IPv6 Oleg Zhurakivskyy 2020-02-26 17:38:45 +0200
  • 6be5935f17 net: ipv4: Remove temporary interception of TCP, UDP for TCP2 Oleg Zhurakivskyy 2020-02-26 15:07:08 +0200
  • e0c151b9cf samples: net: sockets: tcp: Add a TCP sample and instructions Oleg Zhurakivskyy 2020-02-25 14:10:29 +0200
  • 794b32a4fc net: tcp2: Allocate endpoints before using Patrik Flykt 2020-02-26 14:46:26 +0200
  • 4700c93f3c soc: mec1501: wait for PLL to lock coming out of deep sleep Daniel Leung 2020-03-10 13:54:58 -0700
  • 490494c58f drivers: entropy: sam: convert to DT_INST defines Kumar Gala 2020-02-13 07:54:00 -0600
  • 70d78412f7 drivers: watchdog: sam: convert to DT_INST defines Kumar Gala 2020-02-13 05:49:59 -0600
  • 76e0cf63b3 drivers: ps2: mchp_xec: convert to DT_INST defines Kumar Gala 2020-02-14 09:27:22 -0600
  • 22246f89dc dts: microchip,xec-ps2: Add properties for GIRQ info Kumar Gala 2020-02-14 09:26:55 -0600
  • c68a1d427d drivers: espi: mchp_xec: convert to DT_INST defines Kumar Gala 2020-02-14 09:15:27 -0600
  • 9a8831b781 drivers: counter: mchp_xec: convert to DT_INST defines Kumar Gala 2020-02-14 09:03:54 -0600
  • 9ed4f39110 dts: microchip,xec-timer: Add properties for GIRQ info Kumar Gala 2020-02-14 09:04:13 -0600
  • d6b6ebe522 drivers: counter: mchp_xec: Fix dts prop type for max-value Kumar Gala 2020-02-14 09:05:29 -0600
  • 61d30ed927 drivers: intc: plic: convert to DT_INST defines Kumar Gala 2020-02-18 07:55:12 -0600
  • c998b12652 drivers: clock_control: rv32m1_pcc: convert to DT_INST defines Kumar Gala 2020-02-13 04:50:03 -0600
  • 0353d22202 kconfig: Add dt_nodelabel_enabled function Kumar Gala 2020-02-13 23:43:42 -0600
  • 7846fd103d edtlib: add 'labels' attribute to Node class Martí Bolívar 2020-02-12 22:18:39 -0800
  • 3b7ddc83d1 scripts: gen_defines: tweak out_define() whitespace Martí Bolívar 2020-02-12 22:25:00 -0800
  • 47073fd11c scripts: gen_defines: remove out()'s aliases kwarg Martí Bolívar 2020-02-12 22:02:23 -0800
  • 3939556fc3 scripts: gen_defines: re-work write_bus() with augmented nodes Martí Bolívar 2020-02-12 21:45:23 -0800
  • 0471199e63 scripts: gen_defines: re-work write_spi_dev() with augmented nodes Martí Bolívar 2020-02-12 21:21:51 -0800
  • 86645aafdf scripts: gen_defines: re-work write_props() with augmented nodes Martí Bolívar 2020-02-12 15:59:56 -0800
  • c048f872d7 scripts: gen_defines: re-work write_clocks() with augmented nodes Martí Bolívar 2020-02-08 14:36:45 -0800
  • f68da76d36 scripts: gen_defines: re-work write_irqs() with augmented nodes Martí Bolívar 2020-02-07 14:18:05 -0800
  • ba1c8b523c scripts: gen_defines: re-work write_regs() with augmented nodes Martí Bolívar 2020-02-06 15:21:41 -0800
  • dd1d58cad6 scripts: gen_defines: augment edtlib nodes Martí Bolívar 2020-02-06 13:54:24 -0800
  • 8cacb9fd8c dts: edtlib: Turn global spi_dev_cs_gpio() into Node.spi_cs_gpio Ulf Magnusson 2020-02-16 08:45:37 +0100
  • e2d71c9c77 driver: interrupt_controller: dw: convert to DT_INST defines Kumar Gala 2020-02-13 14:13:51 -0600
  • 69c5aa0b32 driver: spi: dw: convert to DT_INST defines Kumar Gala 2020-02-13 14:05:08 -0600
  • bdcf87956b driver: gpio: dw: convert to DT_INST defines Kumar Gala 2020-02-13 13:25:58 -0600
  • 5d332c974e board: hsdk: Convert defines into dts for display Kumar Gala 2020-02-13 13:42:12 -0600
  • 0c7a5fdf1c drivers: usb: usb_dw: convert to DT_INST defines Kumar Gala 2020-02-13 13:04:37 -0600
  • f91b4dbe94 drivers: dma: dma_dw: convert to DT_INST defines Kumar Gala 2020-02-13 07:44:41 -0600
  • 505591d52a drivers: ieee802154: mcr20a: convert to DT_INST defines Kumar Gala 2020-02-17 10:05:27 -0600
  • 667f96389b drivers: uart: esp32: convert to DT_INST defines Kumar Gala 2020-02-17 10:12:26 -0600
  • 3e6614a330 drivers: uart: msp432p4xx: convert to DT_INST defines Kumar Gala 2020-02-17 10:25:07 -0600
  • afca340fc0 drivers: uart: native_posix: convert to DT_INST defines Kumar Gala 2020-02-17 10:29:50 -0600
  • 1b0e654aec drivers: i2c: nios2: convert to DT_INST defines Kumar Gala 2020-02-14 10:26:18 -0600
  • e04a367408 drivers: mcux_rtc: convert to DT_INST defines Kumar Gala 2020-02-13 12:15:50 -0600
  • a49de1543b drivers: entropy: mcux_trng: convert to DT_INST defines Kumar Gala 2020-02-13 07:50:43 -0600
  • a9e68d61df drivers: clock_control: mcux_sim: convert to DT_INST defines Kumar Gala 2020-02-13 05:24:46 -0600
  • a32eed06f7 drivers: clock_control: mcux_pcc: convert to DT_INST defines Kumar Gala 2020-02-13 05:11:47 -0600
  • 6ad07b6a2a drivers: clock_control: mcux_mcg: convert to DT_INST defines Kumar Gala 2020-02-13 05:09:36 -0600
  • ee53047aff drivers: clock_control: mcux_ccm: convert to DT_INST defines Kumar Gala 2020-02-13 05:07:17 -0600
  • 41fcf784e9 drivers: mcux_gpt: convert to DT_INST defines Kumar Gala 2020-02-13 12:12:00 -0600
  • c3f4c1d02b drivers: watchdog: wdt_mcux: convert to DT_INST defines Kumar Gala 2020-02-13 12:09:04 -0600
  • 4a7c2921f8 drivers: modem: ublox-sara-r4: convert to DT_INST defines Kumar Gala 2020-02-13 06:11:24 -0600
  • 46fe3046fe drivers: wifi: eswifi: Convert to use DT_INST defines Kumar Gala 2020-02-11 12:40:40 -0600
  • 35166c45d9 dts: edtlib/gen_defines: Fix API design re. dtc flags Ulf Magnusson 2020-02-14 03:27:59 +0100
  • f57f7d162c console: xtensa_sim_console: Cleanup and use static keyword Andrei Emeltchenko 2020-02-20 14:11:24 +0200
  • caa95fc10d console: uart_console: Use static for static functions Andrei Emeltchenko 2019-12-09 11:28:17 +0200
  • 2b466a54da tests: work_q: Add assert if k_delayed_work_submit fails in the handler Luiz Augusto von Dentz 2020-02-20 10:19:19 -0800
  • 828d707465 doc: keep IDs when redirecting URLs Ruth Fuchss 2020-03-09 12:16:44 +0100
  • 6a66ae53f2 usb: cdc_acm: set initialization level to POST_KERNEL Markus Becker 2020-03-05 11:13:19 +0100
  • c7e106aab3 nrf52_bsim: Remove no longer needed header stubs Alberto Escolar Piedras 2019-11-19 09:45:28 +0100
  • 61d56b4c53 mgmt: Added Kconfig values and west.yml changes for mcumgr new version Miguel Azevedo 2019-11-12 18:12:30 +0000
  • b4335a04ac arm: aarch64: Reintroduce _ASM_FILE_PROLOGUE Carlo Caione 2020-03-10 18:26:58 +0100
  • 1c56f87321 kernel: fatal: fix indentation in z_fatal_error Ioannis Glaropoulos 2020-03-09 22:35:50 +0100
  • f003c8b508 tests: arch: arm: interrupt: test the spurious ISR handler Ioannis Glaropoulos 2020-03-09 20:44:44 +0100
  • 9d184286d3 kernel: fatal: allow tests to continue upon spurious ISR trigger Ioannis Glaropoulos 2020-03-09 20:39:01 +0100
  • 49fb5d0812 kernel: fatal: check for esf validity when inspecting nested IRQ Ioannis Glaropoulos 2020-03-09 20:36:21 +0100
  • 0773fd5963 arch: arm: aarch32: fix z_irq_spurious() implementation Ioannis Glaropoulos 2020-03-09 19:05:44 +0100
  • a31795c440 arch: arm: aarch32: fix documentation in z_irq_spurious definition Ioannis Glaropoulos 2020-03-09 19:02:21 +0100
  • bd56c2ecf2 samples: drivers: spi_flash: use printf argument consistent with format Peter Bigot 2020-03-10 14:39:34 -0500