Commit graph

  • 33fdaac74d drivers: usb: Start Nordic driver workqueue at USB init. Emil Obalski 2020-10-22 17:08:32 +0200
  • 565228516c libc: minimal: Implement abort(). Paul Sokolovsky 2020-10-26 15:36:28 +0300
  • 687f799b7f kernel/queue: fix queue append/get race iva kik 2020-10-21 18:07:57 -0700
  • 6499ecb179 samples: drivers: add test sample for the PWM LED driver Simon Guinot 2020-10-20 23:56:14 +0200
  • 525a588db4 drivers: led: add driver for PWM LEDs Simon Guinot 2020-10-19 19:50:33 +0200
  • 74b0b41167 boards: stm32: Convert I2S users to dt based pinctrl config Erwan Gouriou 2020-10-23 15:10:05 +0200
  • 344ff12c37 drivers/i2s: stm32: Convert to dt based pinctrl configuration Erwan Gouriou 2020-10-23 15:09:05 +0200
  • 9f6ffccda3 dts/bindings/i2s: stm32: Add pinctrl-0 property Erwan Gouriou 2020-10-23 15:08:05 +0200
  • d9798b9022 modules: Delete switches USE_STM32_HAL_RCC and USE_STM32_HAL_RCC_EX Alexandre Bourdiol 2020-10-22 14:40:27 +0200
  • 65d629a8cb west.yml: update revision modules/hal/stm32/hal_stm32 Alexandre Bourdiol 2020-10-20 17:01:52 +0200
  • c2bac29697 boards: thingy52_nrf52832: add nodes for on-board voltage regulators Peter A. Bigot 2020-08-03 12:08:56 -0500
  • 977ec16451 tests: drivers: regulator: add test for fixed regulator Peter A. Bigot 2020-08-21 15:53:25 -0500
  • 60bc206b77 doc: introduce the regulator driver API Peter Bigot 2020-08-25 15:52:37 -0500
  • f951566e56 drivers: regulator: add GPIO-controlled regulator driver Peter A. Bigot 2020-08-03 12:07:16 -0500
  • b7639551ee drivers: add infrastructure for regulator devices Peter A. Bigot 2020-08-03 11:53:44 -0500
  • 6d3859aece devicetree: add properties for power supply control Peter Bigot 2020-08-03 17:21:55 -0500
  • 5374245dd6 Bluetooth: Mesh: split prov.c into two separate modules Lingao Meng 2020-09-17 13:47:37 +0800
  • d3a856289b net: offload: fix k_timeout_t translation in net_offload Emil Hammarstrom 2020-10-27 13:40:15 +0100
  • 792bec2be8 boards: arm: remove non-existing doc link from partition definitions Ioannis Glaropoulos 2020-10-27 12:14:59 +0100
  • 1ae2b7cad9 doc: add missing setup documentation for ARC MWDT toolchain Eugeniy Paltsev 2020-09-29 21:00:13 +0300
  • 1545cebff3 doc: emulator: Add basic documentation Simon Glass 2020-10-09 11:55:49 -0600
  • f28a98be8c tests: drivers: sensor: Test both I2C and SPI accelerometer Simon Glass 2020-10-08 12:57:11 -0600
  • 20116f0fdf emul: spi: bmi160: Add support for I2C Simon Glass 2020-10-08 12:57:11 -0600
  • 0b1a7d109d drivers: sensor: bmi160: Add support for I2C Simon Glass 2020-10-08 12:57:11 -0600
  • f4ef4daa8a emul: spi: bmi160: Prepare to support I2C Simon Glass 2020-10-08 12:57:11 -0600
  • fa90b5c243 emul: spi: bmi160: Move to top-level directory Simon Glass 2020-10-22 13:18:29 -0600
  • 0de655e371 drivers: sensor: bmi160: Prepare to support I2C Simon Glass 2020-10-08 12:57:11 -0600
  • e43c181934 emul: spi: emul_bmi160: Move logging to access functions Simon Glass 2020-10-08 12:57:11 -0600
  • c953c32cbd emul: spi: emul_bmi160: Rename 'spi' to 'bus' Simon Glass 2020-10-08 12:57:11 -0600
  • 1f1f695ae2 drivers: sensor: bmi160: Rename 'spi' to 'bus' Simon Glass 2020-10-08 12:57:11 -0600
  • 28f8ddae0b drivers: sensor: bmi160: Use only one read/write function Simon Glass 2020-10-08 11:42:32 -0600
  • 226cacbc3d drivers: sensor: bmi160: Move SPI config to config Simon Glass 2020-10-08 11:42:32 -0600
  • 57fdcd4018 drivers: sensor: bmi160: Use 'data' for the data pointer Simon Glass 2020-10-08 13:34:37 -0600
  • a32f87b1e0 drivers: sensor: bmi160: Define accessors for the bmi160 Simon Glass 2020-10-08 11:31:27 -0600
  • c3823b9144 drivers: sensor: bmi160: Shorten the structs a bit Simon Glass 2020-10-08 11:22:38 -0600
  • ad78766139 cmake: dts: getting realpath for system includes for dts. Torsten Rasmussen 2020-10-27 13:30:36 +0100
  • 70b3e55bd9 Test: Refine annotaion and test code for sensor subsys. YouhuaX Zhu 2020-10-15 10:09:06 +0800
  • 5fa69327f2 drivers: modem: ublox-sara-r4: allocate in modem_cmd_handler with K_NO_WAIT Marcin Niestroj 2020-10-26 19:37:35 +0100
  • 94caa8f2fd drivers: modem: gsm: allocate in modem_cmd_handler with K_NO_WAIT Marcin Niestroj 2020-10-26 19:37:09 +0100
  • b3272f3fe8 drivers: wifi: esp: allocate in modem_cmd_handler with K_NO_WAIT Marcin Niestroj 2020-10-26 19:26:27 +0100
  • 318cbe649a drivers: modem: cmd_handler: rework reading from interface Marcin Niestroj 2020-10-26 18:46:21 +0100
  • 3d659a35bb drivers: modem: cmd_handler: split cmd_handler_process() implementation Marcin Niestroj 2020-10-26 14:58:38 +0100
  • 783155ad99 test: atomic operation : add code description Ying ming 2020-10-27 11:03:27 +0800
  • f83041f2e8 Test: Refine annotaion and testcase for poll. YouhuaX Zhu 2020-10-14 13:27:05 +0800
  • 4772d40d5f Test: Refine annotaion and testcase for pipe. YouhuaX Zhu 2020-10-12 11:04:48 +0800
  • 8a8d38e054 dts: bindings: Fix duplicate description in STM32 DMA bindings Kumar Gala 2020-10-23 08:35:36 -0500
  • 91dea98c5e test: power: run test case on more platforms Meng xianglin 2020-09-11 08:26:09 +0800
  • ab9602d401 doc: allow macro resolving in \deprecated usage Fabio Utzig 2020-10-23 08:03:36 -0300
  • c8dfc3de3c doc: remove anon union/struct from known issues Fabio Utzig 2020-10-23 08:02:39 -0300
  • 8cd7ed1980 doc: bump breathe requirement to >=4.23.0 Fabio Utzig 2020-10-23 07:40:49 -0300
  • 90f56dbabf cmake: extend target_ld_options() to support grouping of flags Torsten Rasmussen 2020-08-21 12:13:01 +0200
  • 5bac6234aa changelog: MCUBoot changes Andrzej Puzdrowski 2020-10-21 11:25:20 +0200
  • 67be2ea0fc manifest: synch MCUBoot to upstream c625da4 Andrzej Puzdrowski 2020-10-15 18:30:03 +0200
  • 508c0356ab doc/reference/peripherals/flash: extract internal API doc Andrzej Puzdrowski 2020-10-22 11:29:13 +0200
  • 0b50839c7d doc/reference: Added clarification on flash offset relation Andrzej Puzdrowski 2020-10-22 09:57:01 +0200
  • 1b3abc096c net: lwm2m: Start notify sequence numbers on 0 Viktor Sjölind 2020-10-26 09:22:44 +0100
  • 060e00d9c5 sanitycheck: Add checking of zephyr version Maciej Perkowski 2020-10-13 18:59:37 +0200
  • 725d19b79e sanitycheck: Add info about zephyr version to the xml reports Maciej Perkowski 2020-10-13 14:15:12 +0200
  • b3c9565891 Bluetooth: controller: Remove redundant condition compile Vinayak Kariappa Chettimada 2020-10-24 06:43:23 +0530
  • c74438cdfa Bluetooth: controller: Fix arguments unused without Extended Scanning Vinayak Kariappa Chettimada 2020-10-23 06:00:14 +0530
  • 4143d79498 samples: smp: pi: Fix path in build instructions Steve Winslow 2020-10-24 20:07:37 -0400
  • c0d636aedf samples: net: echo-server: Set handler thread name Jukka Rissanen 2020-10-23 11:13:51 +0300
  • a1b0a98fbf net: context: Add locking to IPv6, CAN and packet socket bind Jukka Rissanen 2020-10-23 10:34:28 +0300
  • 1928428f19 ci: Add some disk usage reporting Kumar Gala 2020-10-23 10:35:57 -0500
  • 7cfc612de7 CODEOWNERS: Add entries for CoAP, LwM2M and MQTT headers Robert Lubos 2020-10-23 13:13:00 +0200
  • 999a91e30d Bluetooth: host: Fix application conn param update not started Joakim Andersson 2020-10-13 13:27:16 +0200
  • 21b8e08caa Bluetooth: host: Rename update_work to deferred_work Joakim Andersson 2020-10-13 13:23:35 +0200
  • 77b11d6b0c Bluetooth: host: Move auto-initiation of peripheral conn param update Joakim Andersson 2020-10-13 13:13:16 +0200
  • f4888b1ff6 Bluetooth: host: Allow conn param update delay of 0 milliseconds Joakim Andersson 2020-10-13 13:04:32 +0200
  • f2a23ee166 Bluetooth: host: Document peripheral bt_conn_le_conn_update behavior Joakim Andersson 2020-10-13 12:49:59 +0200
  • 3d3119b1e7 drivers/i2c: i2c_gpio:init at POST_KERNEL Cassini Zhuang 2020-10-24 12:46:51 +0800
  • 5e18b5512b tests: mem_protect: rewrite memory domain tests Andrew Boie 2020-10-22 16:42:23 -0700
  • e26f21c96c tests: mem_protect: merge two duplicate tests Andrew Boie 2020-10-22 11:37:14 -0700
  • 54aa0f0c81 tests: mem_protect: delete duplicate test Andrew Boie 2020-10-22 11:25:10 -0700
  • ae69f87fac tests: mem_protect: improve main.c organization Andrew Boie 2020-10-22 11:21:38 -0700
  • 4ae0f9b867 tests: mem_protect: update bss vars test Andrew Boie 2020-10-22 11:07:16 -0700
  • 8022aabbe8 tests: mem_protect: move partition tests Andrew Boie 2020-10-22 11:01:08 -0700
  • 44ca58181a tests: mem_protect: static scope globals Andrew Boie 2020-10-21 14:44:18 -0700
  • cdbf3aa27d tests: x86: pagetables: fix non-KPTI case Andrew Boie 2020-10-21 15:30:02 -0700
  • ba9fd65a4b doc: kernel: interrupts: zero-latency IRQ update Martin Jäger 2020-10-19 13:39:44 +0200
  • 4d6bc47ac3 kernel: improve k_thread_user_mode_enter() docs Andrew Boie 2020-10-24 13:11:35 -0700
  • 0e30c6a0fa kernel: wipe TLS when dropping to user mode Andrew Boie 2020-10-24 13:04:04 -0700
  • 5c5e3597c8 tests: userspace: reduce memory domains to one Andrew Boie 2020-10-23 17:16:44 -0700
  • 88034a9dad ethernet: w5500: remove comparing uint64, int64 Parthiban Nallathambi 2020-10-23 15:34:41 +0200
  • 9a581642d1 ethernet: w5500: use bit fielding number for mode Parthiban Nallathambi 2020-10-23 15:06:59 +0200
  • 5376d44df7 Revert "samples: shared_mem: exclude qemu_x86_64" Andrew Boie 2020-10-23 13:37:07 -0700
  • 7e9b136aa9 samples: shared_mem: re-use default memory domain Andrew Boie 2020-10-23 13:33:47 -0700
  • 449278c779 samples: shared_mem: rename domain structures Andrew Boie 2020-10-23 13:29:51 -0700
  • 495f1cffd5 samples: prod_consumer: re-use default mem domain Andrew Boie 2020-10-23 13:19:34 -0700
  • 660ad9791b net: lwm2m: Pack TLV integers more efficiently Benjamin Lindqvist 2020-10-23 17:05:47 +0200
  • 3c79b565fe doc: add info about using thread local storage Daniel Leung 2020-10-06 13:04:45 -0700
  • e95d14ae9b tests: posix/{common,fs}: enable testing TLS Daniel Leung 2020-10-05 16:06:09 -0700
  • d963bda4c2 tests: kernel/common: enable testing TLS Daniel Leung 2020-10-05 15:00:19 -0700
  • 62cf1960ad kernel: support using thread local storage for errno Daniel Leung 2020-10-05 14:54:45 -0700
  • 2c8625ea7e xtensa: remove errno_var from strcut _thread_arch Daniel Leung 2020-10-05 13:47:39 -0700
  • c7ed7e492b xtensa: intel_s1000: enable thread local storage Daniel Leung 2020-10-05 10:15:00 -0700
  • f8a909dad1 xtensa: add support for thread local storage Daniel Leung 2020-10-02 14:55:34 -0700
  • 8a79ce1428 riscv: add support for thread local storage Daniel Leung 2020-10-02 13:09:32 -0700
  • 388725870f arm: cortex_m: add support for thread local storage Daniel Leung 2020-09-29 12:16:01 -0700
  • 778c996831 arm: cortex_r: add support for thread local storage Daniel Leung 2020-09-29 12:03:14 -0700