Commit graph

  • 7f667680f4 docs: pm: Fix device busy information Flavio Ceolin 2021-05-10 23:25:50 -07:00
  • ffcba96b1a docs: pm: Add missing device states Flavio Ceolin 2021-05-10 22:25:03 -07:00
  • 62e2952a5a docs: pm: Device pm fixes and enhancements Flavio Ceolin 2021-05-10 16:28:19 -07:00
  • 90be4b67cf docs: pm: Fix invalid API reference Flavio Ceolin 2021-05-10 16:14:37 -07:00
  • 659c1371fc docs: pm: Fix doxygen tag Flavio Ceolin 2021-05-10 15:39:55 -07:00
  • 4b628341e5 docs: pm: Fix typo Flavio Ceolin 2021-05-10 15:06:12 -07:00
  • 1d364c1701 docs: pm: Add device runtime definition Flavio Ceolin 2021-05-10 12:20:04 -07:00
  • 29d3246ba5 pm: device_runtime: Don't use k_work on synchronous calls Flavio Ceolin 2021-05-23 22:37:38 -07:00
  • d325642892 pm: device_runtime: Get rid of atomic for state Flavio Ceolin 2021-05-21 09:57:20 -07:00
  • 69a34e5947 samples: device_pm: Fix harness Flavio Ceolin 2021-05-20 15:59:04 -07:00
  • b1564c35d2 pm: device_runtime: Document isr and pre-kernel functions Flavio Ceolin 2021-05-20 15:16:46 -07:00
  • 97281b3862 pm: device_runtime: get rid of the spinlock Flavio Ceolin 2021-05-20 14:47:04 -07:00
  • ff1613c80f samples: device_pm: Fix condvar usage Flavio Ceolin 2021-05-18 23:21:35 -07:00
  • 4c16d391c7 tests: pm: Add device_runtime test Flavio Ceolin 2021-05-18 17:53:33 -07:00
  • 366c6ad47b pm: device_runtime: Fix sync path Flavio Ceolin 2021-05-18 18:33:19 -07:00
  • ce989e33e6 pm: device_runtime: Fix atomic usage Flavio Ceolin 2021-05-14 16:50:23 -07:00
  • 98fd9c3e65 pm: device_runtime: Fix enable / disable runtime pm Flavio Ceolin 2021-05-14 15:42:14 -07:00
  • 378a19d2a8 pm: device_runtime: Add helper to wait on async ops Flavio Ceolin 2021-05-17 22:41:46 -07:00
  • b6c95edc63 Bluetooth: host: Fix extended advertising feature bit check Joakim Andersson 2021-05-26 14:01:00 +02:00
  • 7b7ed2baac soc: arm: nordic_nrf: nrf53: Fix flash page erase max time for nrf53 Lang Xie 2021-05-26 13:43:34 +02:00
  • a2b61d5ed0 devicetree.h: fix DT_ENUM_TOKEN docstring Martí Bolívar 2021-05-25 10:00:08 -07:00
  • 7711435347 lib: remove redundant check for null Maksim Masalski 2021-05-26 15:45:55 +08:00
  • 951e72b947 drivers: flash: nrf_qspi_nor: Fix no multithreading configuration Krzysztof Chruscinski 2021-05-25 15:40:34 +02:00
  • 8414e86b42 arch: arc: _reset and _start section fix Watson Zeng 2021-05-26 15:39:58 +08:00
  • cb32268fad arch: arm64: Fix the assertion failed when MP_NUM_CPUS >= 3 Huifeng Zhang 2021-05-25 14:15:43 +08:00
  • f451cd3663 mgmt/mcumgr: Info on SHELL_BACKEND_DUMMY_BUF_SIZE impact on mcumgr Dominik Ermel 2021-05-18 14:42:21 +00:00
  • 3b49ed46df shell: Parametrize dummy shell buffer size Dominik Ermel 2021-05-18 14:40:15 +00:00
  • 27a738853e doc: reference: drivers: fix struct member names in svg Henrik Brix Andersen 2021-05-25 10:58:12 +02:00
  • 970820e92d sched: create unique function name Maksim Masalski 2021-05-25 14:40:14 +08:00
  • f18b728a4c heap: create unique variable name Maksim Masalski 2021-05-25 13:51:11 +08:00
  • 8a23205a22 drivers: wifi: eswifi: fix swapped protocols in eswifi_off_getaddrinfo Kamil Panek 2021-05-21 22:16:14 +02:00
  • f20cc4b7a4 storage/flash_map: Fix flash area bounds checking Dominik Ermel 2021-05-24 14:10:37 +00:00
  • b574c4f626 cmake: check zephyr version if specified and ZEPHYR_BASE is set Torsten Rasmussen 2021-05-25 21:30:37 +02:00
  • de3c086429 doc: extensions: external_content: only ignore absolute paths Gerard Marull-Paretas 2021-05-25 19:45:10 +02:00
  • f341466681 doc: extensions: doxyrunner: use string paths on pickle file Gerard Marull-Paretas 2021-05-25 19:35:58 +02:00
  • 82bbbac66c doc: release notes: ARC Evgeniy Paltsev 2021-05-25 19:03:52 +03:00
  • ea7d95a596 tests: drivers: i2s_api: Fix MPU fault in user mode Andrzej Głąbek 2021-05-09 23:35:31 +02:00
  • e397a17059 board: hsdk: add arcmwdt toolchain support in hsdk.yaml Watson Zeng 2021-05-24 08:56:02 +08:00
  • 5516b02d53 arch: archs: using ATOMIC_OPERATIONS_BUILTIN Watson Zeng 2021-04-30 09:46:46 +08:00
  • 79fb3b7ccc libc: minimal: mwdt: define __INT*_C() and __UINT*_C() Watson Zeng 2021-04-29 17:35:28 +08:00
  • 01565fa17d drivers: adc: lmp90xxx: check read REG_ADC_DONE error code Gerard Marull-Paretas 2021-05-25 16:05:12 +02:00
  • 2352da2e56 drivers: adc: lmp90xxx: fix incorrect buffer size Gerard Marull-Paretas 2021-05-25 15:59:56 +02:00
  • bbf63d364e Bluetooth: Samples: Fix peripheral_iso print data Emil Gydesen 2021-05-20 11:45:42 +02:00
  • fa0f53d6cb doc: scripts: remove extract_content Gerard Marull-Paretas 2021-05-10 19:11:55 +02:00
  • 4dd15539a9 doc: use external_content Gerard Marull-Paretas 2021-05-10 19:11:14 +02:00
  • cc2f29a656 doc: extensions: initial version of external_content Gerard Marull-Paretas 2021-05-10 18:30:12 +02:00
  • 8743ed9509 ci: doc: force quiet mode Gerard Marull-Paretas 2021-05-12 17:03:24 +02:00
  • 402ebf52c7 doc: makefile: adjust default Sphinx options Gerard Marull-Paretas 2021-05-12 18:23:33 +02:00
  • bf5065d742 doc: improve Sphinx defaults Gerard Marull-Paretas 2021-05-10 18:29:04 +02:00
  • 8341a136d6 x86: multiboot: Fix NULL pointer dereferences Johan Hedberg 2021-05-25 12:11:11 +03:00
  • 8a32c2d967 Bluetooth: host: Fix disconnect priority event handling Joakim Andersson 2021-05-20 20:28:48 +02:00
  • c99b7ba71c Bluetooth: host: Fix L2CAP sent callback on disconnected channel Joakim Andersson 2021-05-25 11:11:36 +02:00
  • c429ffb0ed Bluetooth: host: Add check for already enabled in advertising set start Joakim Andersson 2021-05-21 13:37:06 +02:00
  • 3318bd3491 Bluetooth: host: Fix multiple advertisers with different ID support Joakim Andersson 2021-05-21 11:46:50 +02:00
  • 79f6a63840 Bluetooth: controller: Fix initial empty flag for peripheral Vinayak Kariappa Chettimada 2021-05-21 11:03:26 +05:30
  • d1d494e2b7 drivers: flash: bugfix: set atmel SAM0 write-block-size Arvin Farahmand 2021-05-07 19:54:22 -04:00
  • f6c338d600 test: dma: assign correct LPC dma engine channel for test Hake Huang 2021-05-21 11:12:35 +08:00
  • 8c4bffa66c ipc: rpmsg_service: Add missing log_strdup Krzysztof Chruscinski 2021-05-25 14:21:01 +02:00
  • f5c6afeccb boards: arm: lpcxpresso55s69: Disable flash access for NS Kevin Townsend 2021-05-25 12:58:31 +02:00
  • 77ebfa9b60 doc: can: fix build commands Nick Ward 2021-05-25 21:40:47 +10:00
  • 1a2804c307 samples: wifi: Fix mgmt conn req Gerson Fernando Budke 2021-05-22 18:33:31 -03:00
  • f05593e726 arc: interrupt_controller: increase irq unit priority Watson Zeng 2021-05-21 11:48:16 +08:00
  • fd3a3be95a doc: tracing: add missing doxygen references Anas Nashif 2021-05-21 10:53:31 -04:00
  • 73d6ead9ba doc: tracing: document how to use systemview description file Anas Nashif 2021-05-21 08:49:29 -04:00
  • edcf2accf7 tracing: rearrange tool header inclusion Anas Nashif 2021-05-20 10:42:21 -04:00
  • 108129cf7d tracing: fix conflict with RTT locking Anas Nashif 2021-05-20 10:27:13 -04:00
  • acee43a176 tracing: fix indentation of config entries Anas Nashif 2021-05-20 08:14:47 -04:00
  • 4b0eb7684a ARC: doc: update ARC HW & tools support status Evgeniy Paltsev 2021-05-18 18:05:59 +03:00
  • 8fd3d18b40 tests: kernel/common: incorrect use of k_poll in timeout order Daniel Leung 2021-05-13 15:34:14 -07:00
  • 33043dca93 manifest: Update OpenThread revision Robert Lubos 2021-05-13 14:11:16 +02:00
  • 6866724aed samples: display: Limit lvgl sample execution to boards with shield Maureen Helm 2021-05-24 18:38:31 -05:00
  • 87bb385134 tests: pwm: led: Fix pwm_led sample Maciej Perkowski 2021-05-24 15:16:15 +02:00
  • 6fed3fdb61 cache: Do not warn on unused parameters Carlo Caione 2021-05-24 11:51:00 +02:00
  • dba0f8d8dc arc: hsdk: add compiler options without check Watson Zeng 2021-05-24 15:28:34 +08:00
  • 457a28bf78 drivers: nrf_rtc_timer: Remove unnecessary locking Andrzej Głąbek 2021-05-24 11:46:07 +02:00
  • 59b21a29aa kernel: timeout: Fix adding of an absolute timeout Andrzej Głąbek 2021-05-24 11:24:13 +02:00
  • 851d14afc8 kernel/sched: Remove "cooperative scheduling only" special cases Andy Ross 2021-05-13 15:46:43 -07:00
  • a7c732db2b boards: mimxrt1010_evk: Point SRAM to OCRAM David Leach 2021-05-23 19:35:38 -05:00
  • fa41ec052d tests: mem_alloc: workaround aggressive optimization Watson Zeng 2021-05-24 16:35:36 +08:00
  • 0f69123897 net: tcp2: Ack any data received in FIN_WAIT_1 state Jukka Rissanen 2021-05-14 13:50:08 +03:00
  • c53d483b6d net: sockets: Do not hijack k_fifo API name Jukka Rissanen 2021-05-21 10:51:19 +03:00
  • 20a51b49a0 net: sockets: Release the socket lock if needed Jukka Rissanen 2021-05-20 13:39:01 +03:00
  • 1184089d54 net: sockets: Add locking to receive callback Jukka Rissanen 2021-05-19 18:11:33 +03:00
  • 7986cae05c Bluetooth: host: Remove cancel sync from database hash commit Joakim Andersson 2021-05-18 16:46:26 +02:00
  • 46efe3ed70 net: packet: Do not drop net_pkt immediately Jukka Rissanen 2021-05-06 11:50:26 +03:00
  • 9b2d8e8226 cmake: extensions.cmake: use blocklist instead in comment Jennifer Williams 2021-05-24 10:27:21 -07:00
  • d6c9d40ee0 userspace: remove dead code Maksim Masalski 2021-05-24 16:30:32 +08:00
  • ae4fb20f67 doc: kernel: add documentation for queues Anas Nashif 2021-05-21 11:13:38 -04:00
  • f492636aa9 samples: tensorflow: remove requirements.txt from magic wand sample Lauren Murphy 2021-05-21 13:36:29 -05:00
  • 3b19598dae sof: do not get mainmenu from SOF project Anas Nashif 2021-05-22 08:27:14 -04:00
  • 374629af90 canbus: isotp: remove unused work queue Henrik Brix Andersen 2021-05-22 12:03:18 +02:00
  • 1470ef67aa tests: test_build: Exclude lpcxpresso55s69_ns from debug builds Kevin Townsend 2021-05-21 17:44:46 +02:00
  • fca499100d samples: usb-audio: add app.overlay and remove board specific overlays Johann Fischer 2021-05-19 11:32:16 +02:00
  • b4242a8dab boards: add USB node aliases Johann Fischer 2021-05-19 14:46:04 +02:00
  • 0f5aab1182 drivers: change suffix ull to ULL Maksim Masalski 2021-05-20 13:25:34 +08:00
  • e5cc8540e4 Kconfig.zephyr: fix MISRA_SANE location Martí Bolívar 2021-05-21 10:56:23 -07:00
  • 095c9a3e92 doc: link-roles: fix :zephyr_file: default revision Martí Bolívar 2021-05-21 13:23:57 -07:00
  • 5a9e9e8fd1 logging: remove dead code enum Maksim Masalski 2021-05-20 13:56:23 +08:00
  • 97e1d60f66 boards: arm: arduino_nano_33_ble: Add boot partition Gerson Fernando Budke 2021-05-07 18:43:24 -03:00
  • 8d0b3983fb boards: arm: arduino_nano_33_ble: Fix bossac mode Gerson Fernando Budke 2021-05-06 21:23:15 -03:00