Commit graph

  • 6fec8ea84e net: ieee802154: Fix possible null pointer de-reference Flavio Ceolin 2020-03-16 15:15:56 -0700
  • 841b6ab990 fb: Fix possible NULL pointer de-reference Flavio Ceolin 2020-03-16 15:03:30 -0700
  • 36ec040473 driver: pinmux: stm32f7 configure speed for SPI clock pins Francois Ramu 2020-03-16 16:01:56 +0100
  • 6339cd0c96 Bluetooth: host: Minor header file doxygen fixes Joakim Andersson 2020-03-17 10:32:20 +0100
  • b42fe9c764 scripts: gen_kobject_list.py cleanup Andrew Boie 2020-03-12 12:44:36 -0700
  • fc2f7c3a55 scripts: merge elf_helper into gen_kobject_list Andrew Boie 2020-03-11 14:17:56 -0700
  • 28be793cb6 kernel: delete separate logic for priv stacks Andrew Boie 2020-03-11 10:56:19 -0700
  • ae8acffaa6 doc: fix some missed renames Andrew Boie 2020-03-11 07:19:16 -0700
  • 2dc2ecfb60 kernel: rename struct _k_object Andrew Boie 2020-03-11 07:13:07 -0700
  • 2f3a89fa8d kernel: rename _k_object_assignment Andrew Boie 2020-03-11 07:00:55 -0700
  • 4bad34e749 kernel: rename _k_thread_stack_element Andrew Boie 2020-03-11 06:56:58 -0700
  • f2734ab022 kernel: use a union for kobject data values Andrew Boie 2020-03-11 06:37:42 -0700
  • e13bb7e999 samples/drivers: led_apa102: Clean board specific Kconfig file Erwan Gouriou 2020-03-09 10:51:22 +0100
  • 115f88875c boards: stm32f3_disco: Disable I2C and SPI by default Erwan Gouriou 2020-03-05 17:36:34 +0100
  • 9367c6ad3f drivers/usb: usb_dc_stm32: Convert to DT_INST Erwan Gouriou 2020-03-04 14:15:11 +0100
  • 6275513051 drivers: serial: uart_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-28 14:54:37 +0100
  • c2f19dc52e drivers: spi: spi_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-28 14:22:32 +0100
  • d3664b063e drivers/spi: stm32: Modify use of "st,stm32-spi-fifo" compatible Erwan Gouriou 2020-03-09 10:43:41 +0100
  • ac516aa888 drivers: pwm: pmw_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-28 13:54:44 +0100
  • 22af564f19 drivers: flash: flash_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-28 09:34:27 +0100
  • f289a6f3be drivers: counter: rtc_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-27 17:48:19 +0100
  • 0c9b537edf drivers: adc: adc_stm32: convert to DT_INST defines Erwan Gouriou 2020-02-27 11:27:43 +0100
  • c44a4d84e0 drivers: watchdog: wwdg_stm32: convert to DT_INST defines Kumar Gala 2020-02-13 05:56:14 -0600
  • 921226493b sanitycheck: delete the '\r' char in front of serial output peng1 chen 2020-03-17 11:20:32 +0800
  • c1c54b13a6 build: prevent subsystems.json from being gen Andrew Boie 2020-03-16 12:48:00 -0700
  • cf720f9882 samples: net: echo-server: Wait network interface before starting Jukka Rissanen 2020-03-14 11:54:14 +0200
  • 077b52c6f8 net: lib: config: Timeout when network interface is down Jukka Rissanen 2020-03-14 11:52:47 +0200
  • 1ada829ca3 doc: contribute: link project roles documentation to index Ioannis Glaropoulos 2020-03-06 10:36:35 +0100
  • b0b10594ae doc: contribute: adding supportive jpg image Ioannis Glaropoulos 2020-03-06 09:30:45 +0100
  • 2d8649cecc doc: contribute: initial version of Project Roles Ioannis Glaropoulos 2020-03-05 23:42:04 +0100
  • 7b8aca3de2 samples: net: cloud: Fix the mqtt_azure sample location Jukka Rissanen 2020-03-17 13:26:25 +0200
  • 08222c2e64 usb: mass_storage: fix API usage by using memmove Johann Fischer 2020-03-16 15:53:12 +0100
  • f3de1f5b38 Bluetooth: controller: split: Fix response to unexpected LL_FEATURE_RSP Wolfgang Puffitsch 2020-03-16 12:34:33 +0100
  • c9ad901fb7 scripts: net: Clarify and add documentation to README Patrik Flykt 2020-03-13 11:07:58 +0200
  • 2b42e1274e scripts: net: Support testing of mqtt_publisher Patrik Flykt 2020-03-13 10:53:10 +0200
  • 984e8ac6bc samples: net: mqtt_publisher: Add exit code and Kconfig options Patrik Flykt 2020-03-13 10:48:17 +0200
  • 397d2b9a76 west: Update required net-tools revision Patrik Flykt 2020-03-13 10:39:51 +0200
  • 26685b727b scripts: net: Properly return Zephyr exit code to script Patrik Flykt 2020-03-13 10:44:19 +0200
  • 907dede475 net: iface: Make sure we access valid ll address Jukka Rissanen 2020-03-11 17:19:02 +0200
  • 9325109cbc net: pkt: Print size of the failed net_buf allocation Jukka Rissanen 2020-03-06 17:14:08 +0200
  • 0a47dc5918 net: sockets: Release net_pkt if error during UDP recv() Jukka Rissanen 2020-03-06 15:21:00 +0200
  • 65d8429d29 net: pkt: Print caller and line when allocation fails Jukka Rissanen 2020-03-06 15:19:50 +0200
  • 330eb0f6f9 drivers: ethernet: stm32: Remove frag debug print in RX Jukka Rissanen 2020-03-08 15:58:19 +0200
  • aee31bb7c1 net: tcp: Print information when proper ACK is received Jukka Rissanen 2020-03-10 11:24:42 +0200
  • 8fd677e9e1 net: tcp: Fix memory leak when lot of incoming packets Jukka Rissanen 2020-03-08 15:44:30 +0200
  • 78234833a7 net: pkt: Add flag for telling if this is 1st TCP packet Jukka Rissanen 2020-03-10 11:16:27 +0200
  • 08c8dc7e27 subsys/mgmt: Enabling mynewt-core version of tinycbor Dominik Ermel 2020-01-10 10:13:14 +0000
  • 6492dcec6f soc: nrf53: soc: Add nrf53_has_erratum19() Øyvind Rønningstad 2020-02-24 16:42:44 +0100
  • c3ee533b5e arch: arm: tz: secure_entry_functions: Add support for nRF53 Øyvind Rønningstad 2020-02-20 15:33:33 +0100
  • 1d5cb928dd soc: arm: Kconfig: Add config for NRF_SPU region sizes Øyvind Rønningstad 2020-02-21 10:14:38 +0100
  • c5094b82f5 soc: arm: nrf53: defconfig: Add config for Erratum 19 Øyvind Rønningstad 2020-02-20 15:31:42 +0100
  • 8bf05c7d61 drivers: serial: pl011: Fix typo bug in port1 support Kumar Gala 2020-03-16 07:59:20 -0500
  • fb1c29475f kernel: zero app shmem bss via SYS_INIT Andrew Boie 2020-03-16 11:20:08 -0700
  • 2703d4cd20 drivers: pwm: mcux_ftm: configure pwm in ticks, not frequency/percent Henrik Brix Andersen 2020-02-27 22:14:25 +0100
  • 80a0d9d16b kernel: interrupt/idle stacks/threads as array Andrew Boie 2020-03-12 15:37:29 -0700
  • 3f2bee6013 dts: nxp: kinetis: Update nxp,kinetis-gpio binding for port connection Kumar Gala 2020-02-12 13:06:04 -0600
  • 6a12a2dbe1 bluetooth: host: Do not send unwanted SC indicate Dan Erichsen 2020-03-13 16:45:35 +0100
  • bbb4355cf7 samples: sockets: big_http_download: Increase stack size by 128 bytes Paul Sokolovsky 2020-03-16 13:49:24 +0200
  • e13205b256 drivers/sensor: add support to IIS2DLPC accelerometer sensor Armando Visconti 2020-02-12 15:31:46 +0100
  • 8da8b5c933 drivers/console: Removing left-over cmake directive about telnet Tomasz Bursztyka 2020-03-11 09:52:07 +0100
  • de0c84a7c7 boards: nucleo_743zi: enable rtc and update docs Gerard Marull-Paretas 2020-03-06 05:43:09 -0800
  • ff8fea4ebb drivers: counter: stm32: enable support for H7 series Gerard Marull-Paretas 2020-03-06 05:41:11 -0800
  • e70de6ee82 power: device: fix name for Nordic clock driver Peter Bigot 2020-03-14 11:01:38 -0500
  • 2f6bb980e8 tests: net: Improve ICMPv4 tests Ravi kumar Veeramally 2020-03-03 15:43:42 +0200
  • 80cb358fe2 Bluetooth: Kconfig: Fix BT_ECC defaults Johan Hedberg 2020-03-14 21:15:10 +0200
  • 22b9167acb shell: show IRQ stack information Andrew Boie 2020-03-13 10:14:43 -0700
  • 7cb8f5c61e include: debug: remove old stack functions Andrew Boie 2020-03-12 15:03:52 -0700
  • a33a4b0785 tests: profiling_api: fix comments Andrew Boie 2020-03-12 15:03:14 -0700
  • f60563bbeb samples: pong: use log_stack_usage() Andrew Boie 2020-03-12 15:02:13 -0700
  • 9897054e12 samples: shell: enable stack info Andrew Boie 2020-03-12 14:52:16 -0700
  • 760644041c net: purge NET_STACK and other stack APIs Andrew Boie 2020-03-12 14:40:29 -0700
  • 2b38b3b33b drivers: winc1500: do not use net_analyze_stack Andrew Boie 2020-03-12 14:19:54 -0700
  • 00f46df6ad drivers: ieee802154: do not use net stack API Andrew Boie 2020-03-12 14:18:42 -0700
  • 428261945b doc: doxygen: add missing groups and categorise Anas Nashif 2020-03-12 15:14:21 -0400
  • 5b58e61bcb doc: tests: stack: fix doxygen grouping Anas Nashif 2020-03-12 14:38:05 -0400
  • 527bb7b7e2 doc: tests: futex: fix doxygen grouping Anas Nashif 2020-03-12 14:37:43 -0400
  • b12869a3f9 docs: crypto: crypto API documentation Anas Nashif 2020-03-12 14:14:53 -0400
  • 9b9436dfbe Revert "scripts: gen_defines: augment edtlib nodes" Kumar Gala 2020-03-12 12:55:52 -0500
  • 6b97a220b4 Revert "scripts: gen_defines: re-work write_regs() with augmented nodes" Kumar Gala 2020-03-12 12:55:41 -0500
  • c6a7ecda93 Revert "scripts: gen_defines: re-work write_irqs() with augmented nodes" Kumar Gala 2020-03-12 12:55:39 -0500
  • 6499addb84 Revert "scripts: gen_defines: re-work write_clocks() with augmented nodes" Kumar Gala 2020-03-12 12:55:26 -0500
  • 1ebe6f2bdd Revert "scripts: gen_defines: re-work write_props() with augmented nodes" Kumar Gala 2020-03-12 12:55:15 -0500
  • a3049ad801 Revert "scripts: gen_defines: re-work write_spi_dev() with augmented nodes" Kumar Gala 2020-03-12 12:55:11 -0500
  • 98ae26f689 Revert "scripts: gen_defines: re-work write_bus() with augmented nodes" Kumar Gala 2020-03-12 12:54:58 -0500
  • 22342bec9d Revert "scripts: gen_defines: remove out()'s aliases kwarg" Kumar Gala 2020-03-12 12:54:52 -0500
  • b379e4547f Revert "scripts: gen_defines: tweak out_define() whitespace" Kumar Gala 2020-03-12 12:54:39 -0500
  • cd90d49a86 arch: arm: Optimise Cortex-R exception return function. Stephanos Ioannidis 2019-10-15 15:57:04 +0900
  • 1c3b46daff driver: uart: ns16550: store active configuration in dev data Timo Teräs 2020-03-11 16:13:05 +0200
  • 6fd168e9a1 driver: uart: ns16550: convert to DT_INST_* Timo Teräs 2020-03-09 16:37:20 +0200
  • e740818093 driver: uart: ns16550: convert custom init options to DTS flow control Timo Teräs 2020-03-03 22:25:52 +0200
  • dc5ac89ab9 posix: add zephyr_linker_sources() support Marcin Niestroj 2020-01-29 15:25:59 +0100
  • 8462a372e0 boards : arm : Add PECI support for MEC15xx EVB Jose Alberto Meza 2020-02-04 17:46:05 -0800
  • fc3293ed1f samples: drivers: peci: Add PECI driver sample app Jose Alberto Meza 2020-02-04 17:45:16 -0800
  • 55e6b294f2 drivers: peci: Add PECI driver for microchip XEC family Jose Alberto Meza 2020-02-04 16:01:50 -0800
  • 0b6b2bc17c dts: peci: mchp: Add dts bindings for XEC PECI driver Jose Alberto Meza 2020-02-04 15:55:58 -0800
  • 07fc457444 dts: peci: Add dts bindings for PECI Jose Alberto Meza 2020-02-04 15:54:41 -0800
  • 0de98c1bce drivers: peci: Add Kconfig for PECI driver Jose Alberto Meza 2020-02-04 15:53:13 -0800
  • 64f8aa9e0d soc: arm: microchip: Expose PECI feature on MEC1501 SoC Jose Alberto Meza 2020-03-12 15:23:42 -0700
  • 63d26c8b1d doc: reference: peripherals: Add PECI API documentation Jose Alberto Meza 2020-02-07 11:26:49 -0800
  • 7325f460eb API: peci: Add Platform Environment Control Interface API Jose Alberto Meza 2020-01-23 16:34:57 -0800