Commit graph

  • fa3267165c samples: prod_consumer: don't reuse main stack for app_b Daniel Leung 2021-08-03 14:08:49 -07:00
  • 6a58c34aa6 tests: x86/pagetables: limit permission test under demand paging Daniel Leung 2021-07-21 17:11:02 -07:00
  • 1203289143 tests: mem_protect/mem_map: pin test_page in memory Daniel Leung 2021-07-19 14:23:06 -07:00
  • ba94780662 tests: device: pin symbols for testing with demand paging Daniel Leung 2021-07-19 14:14:37 -07:00
  • 802b55bb50 tests: mbox_api: a bit more stack for qemu_x86_tiny Daniel Leung 2021-07-19 12:46:27 -07:00
  • bb1656abc6 tests: mem_protect/userspace: _k_neg_eagain maybe in pinned sect Daniel Leung 2021-07-15 13:53:55 -07:00
  • 46ae0a5664 tests: demand_paging: pin fatal error handler Daniel Leung 2021-07-12 13:31:51 -07:00
  • b70d44c94d tests: fatal/exception: pin stack before stack overflow test Daniel Leung 2021-07-16 15:38:01 -07:00
  • 41e97c6393 x86: pin timer related get functions Daniel Leung 2021-07-22 13:22:12 -07:00
  • 90ddb35d44 x86: x86-32: pin static inline syscall invoke functions Daniel Leung 2021-07-22 13:19:34 -07:00
  • c2a01af003 x86: pin z_x86_set_stack_guard() Daniel Leung 2021-07-22 13:18:09 -07:00
  • 7605619c1e x86: userspace: page in stack before starting user thread Daniel Leung 2021-07-15 12:52:21 -07:00
  • ea0f9474f7 x86: gen_mmu: don't force extra map argument to be base 16 Daniel Leung 2021-07-13 09:16:55 -07:00
  • c11ad59ed6 x86: mmu: don't mark generic sections as present if desired Daniel Leung 2021-07-12 13:35:14 -07:00
  • 30e5968d34 x86: don't clear BSS if not in physical memory at boot Daniel Leung 2021-07-12 11:22:34 -07:00
  • 5c4fff3998 kernel: kheap: make init work with demand paging Daniel Leung 2021-08-03 13:59:36 -07:00
  • 2dfae4a0f7 kernel: demand_paging: allow reserving page frames Daniel Leung 2021-07-22 15:08:28 -07:00
  • 7ad00b9e47 kernel: syscall: pin generated inline functions Daniel Leung 2021-07-22 13:13:17 -07:00
  • 2117a2a44b kernel: app_smem: allowing pinning memory partitions Daniel Leung 2021-07-12 13:33:32 -07:00
  • e88afd2c37 kernel: mmu: pin/unpin boot sections during boot process Daniel Leung 2021-07-15 13:15:29 -07:00
  • f32ea4433c kernel: demand_paging: clear BSS after paging is initialized Daniel Leung 2021-07-12 11:17:56 -07:00
  • 6a006d71b7 kernel: add kconfig to say not all code/data is present at boot Daniel Leung 2021-07-12 10:58:45 -07:00
  • 7771d27525 kernel: mmu: move when page fault is counted Daniel Leung 2021-07-13 14:08:05 -07:00
  • ebbfde9742 kernel: move z_main_stack into pinned section Daniel Leung 2021-07-12 13:47:48 -07:00
  • 97f2192195 kernel: macro to define pinned kernel thread stacks Daniel Leung 2021-07-12 13:46:24 -07:00
  • c38634fa33 kernel: mmu: fix assigning unaligned addr to page frame Daniel Leung 2021-07-16 15:27:27 -07:00
  • 54c4525094 device: give device state variables a linker section Daniel Leung 2021-07-19 10:54:39 -07:00
  • e6f168c1bc kernel: each mem slab buffer has its own section attribute Daniel Leung 2021-07-19 12:10:54 -07:00
  • d92d1f162a kernel: each kheap buffer has its own section attribute Daniel Leung 2021-07-19 14:09:25 -07:00
  • 99290f7fef linker: allow symbols to be in a named __noinit section Daniel Leung 2021-07-19 14:06:36 -07:00
  • dc1f4b2715 linker: helper functions to test if pointer/region is pinned Daniel Leung 2021-08-03 13:49:25 -07:00
  • 8749cd4d76 kconfig: Add option for encryption of binaries Helge Juul 2021-08-10 10:59:00 +02:00
  • 936f3523d3 drivers: sensor: fxas21002: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:56:23 +02:00
  • 50a31d2f36 drivers: sensor: bmg160: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:54:05 +02:00
  • 7e57a8720d drivers: sensor: bmi160: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:45:34 +02:00
  • 18732a5c74 drivers: sensor: fxos8700: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:43:05 +02:00
  • 6cfab29e19 drivers: sensor: adt7420: check gpio add callback return code Gerard Marull-Paretas 2021-08-26 08:41:08 +02:00
  • 2682879df5 drivers: sensor: sx9500: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:38:16 +02:00
  • 53231c8bfe drivers: sensor: bmp388: check gpio calls return code Gerard Marull-Paretas 2021-08-26 08:36:23 +02:00
  • 09048f843a drivers: sensor: sgp40: fix humidity formula Gerard Marull-Paretas 2021-08-26 08:33:37 +02:00
  • 9dab2b3c5c drivers: sensor: sgp40: fix temperature formula Gerard Marull-Paretas 2021-08-26 08:30:31 +02:00
  • 50a2cdd75a samples: Bluetooth: df: Enable TX of mutliple CTEs in a per adv event Piotr Pryga 2021-08-26 12:55:24 +02:00
  • afe9ee9376 json: cleanup extra line in between macro/function parameters Ramiro Merello 2021-08-25 16:06:32 -04:00
  • 7a93e9e3a5 boards: nucleo_u575zi_q: Instructions and configuration for openocd Erwan Gouriou 2021-07-29 16:16:43 +02:00
  • 5c24a6813d scripts/west_commands/runners: openocd: Add no-halt debug option Erwan Gouriou 2021-07-29 10:10:42 +02:00
  • 086cfb3913 drivers: i2s: nrfx: fix incorrect direction check Gerard Marull-Paretas 2021-08-26 09:04:59 +02:00
  • 437f7f9d45 samples: enable support for Atmel SAM DAC driver Piotr Mienkowski 2021-08-20 02:56:40 +02:00
  • e73187ee1a boards: enable support for Atmel SAM DAC driver Piotr Mienkowski 2021-08-13 01:11:22 +02:00
  • 2f17bd8e6b drivers: Add Atmel SAM DAC (DACC) driver Piotr Mienkowski 2021-08-13 00:11:17 +02:00
  • cd294c12c3 tests: Bluetooth: Mesh: Verify that all stored mesh entries removed Pavel Vasilyev 2021-08-26 18:22:28 +02:00
  • f82086fff5 tests: Bluetooth: Mesh: Use meaningful names in persistent test cfg Pavel Vasilyev 2021-08-25 18:09:22 +02:00
  • 7ffefccc4f tests: Bluetooth: Mesh: Test node reprovisioning with persistent storage Pavel Vasilyev 2021-08-23 08:48:36 +02:00
  • 79af744dc1 tests: Bluetooth: Mesh: Make mesh initialization function generic Pavel Vasilyev 2021-08-23 14:19:12 +02:00
  • 71b27487f1 boards: arm: sam4l_ek: Enable USB device ctrl Gerson Fernando Budke 2021-07-01 23:04:05 -03:00
  • 1c43138333 drivers: usb: dc: sam: Add full driver fsm Gerson Fernando Budke 2021-07-05 18:21:59 -03:00
  • 670c067563 drivers: usb: dc: sam: Add atmel USBC controller Gerson Fernando Budke 2020-07-02 00:01:48 -03:00
  • f53fce30b2 dts: usb: Add atmel USBC device ctrl Gerson Fernando Budke 2020-07-01 23:49:24 -03:00
  • 334369ab44 Bluetooth: host: Fix dereference before null check Joakim Andersson 2021-08-26 13:27:53 +02:00
  • 2e9f6d0201 Bluetooth: Controller: Remove unused PDU size defines Vinayak Kariappa Chettimada 2021-08-26 19:08:32 +05:30
  • af41a508d6 Bluetooth: Controller: Fix radio packet size for Extended Scanning Vinayak Kariappa Chettimada 2021-08-26 15:52:56 +05:30
  • d3bda1dc06 Bluetooth: Controller: Minor rearrange rx packet set after radio config Vinayak Kariappa Chettimada 2021-08-26 16:04:17 +05:30
  • f79b39c104 Bluetooth: shell: Remove accidentally added debug config Emil Gydesen 2021-08-26 17:21:58 +02:00
  • 2897870fa5 Bluetooth: controller: Fix aux ptr offset calculation for S2 Coded PHY Piotr Pryga 2021-08-26 15:04:33 +02:00
  • 4bd326d6c9 Bluetooth: ISO: Remove use of conn->channels for ISO Emil Gydesen 2021-08-24 14:00:45 +02:00
  • ab6e724ab4 emul: espi: Add ACPI Shared Memory functions Yuval Peress 2021-07-28 21:40:13 -06:00
  • e17e0c7b64 devicetree: delete deprecated header Gerard Marull-Paretas 2021-08-26 16:33:57 +02:00
  • 371a73cc71 manifest: update sof module Iuliana Prodan 2021-07-27 18:19:51 +03:00
  • 4aff397f1d CODEOWNERS: add owners for ARC MWDT libC layer Evgeniy Paltsev 2021-08-26 17:55:50 +03:00
  • e3ab68ff1a toolchain: doc: Custom toolchain doc updated for other.h requirement Danny Oerndrup 2021-07-16 11:54:01 +02:00
  • 94202f3ed7 toolchain: cmake: Off-tree toolchains gets other.h included if selected Danny Oerndrup 2021-07-16 11:50:40 +02:00
  • 51f2022f7b Bluetooth: Audio: Add initial server values in bt_vcs_register_param Emil Gydesen 2021-08-24 12:58:46 +02:00
  • 6a8abcb225 usb: cdc_acm: trigger TX IRQ when CDC ACM class is ready Grixa Yrev 2021-08-18 20:55:07 +03:00
  • bcbc53015d dfu: boot: Add implementation for multi-image swap type check Sigvart Hovland 2021-08-19 01:01:24 +02:00
  • 9341a3d50c Bluetooth: ISO: Add NULL check in bt_iso_big_sync Emil Gydesen 2021-08-17 13:04:41 +02:00
  • 581d07e494 Bluetooth: ISO: Add NULL check in bt_iso_big_create Emil Gydesen 2021-08-17 13:03:09 +02:00
  • 06ebe239c1 Bluetooth: ISO: Add NULL check in cleanup_big Emil Gydesen 2021-08-17 13:00:24 +02:00
  • 77509a31d5 Bluetooth: sample: Update default latency of iso broadcast benchmark Emil Gydesen 2021-08-12 22:08:03 +02:00
  • 75c76fef36 tests: drivers: uart async with DMA on stm32fx nucleo144 boards Francois Ramu 2021-08-20 10:09:52 +02:00
  • 19c519eb05 modbus: copy trans_id & proto_id to response header Luc Viala 2021-08-25 13:59:36 +02:00
  • 2f38c522fd Bluetooth: Controller: Remove ULL header include in LLL Vinayak Kariappa Chettimada 2021-08-26 11:14:40 +05:30
  • 66c931dbd4 tests: interrupt: fix typos in the commits Naiyuan Tian 2021-08-25 23:39:35 +08:00
  • 4cb1f0ef94 tests: common: fix typos in the commits Naiyuan Tian 2021-08-25 23:19:26 +08:00
  • b852bdd816 fs: fat_fs: Fix fs_statvfs when using variable sector sizes Markus Fuchs 2021-08-23 13:25:44 +02:00
  • d1c0eb1a51 samples: littlefs: Fix printk messages for native_posix_64 Dominik Ermel 2021-08-16 11:03:29 +00:00
  • 8e970554ae include/fs: Remove definitions of ssize_t and off_t Dominik Ermel 2021-08-16 10:57:20 +00:00
  • 52b2d39b6a cmake: extensions: Add corresponding ifndef for all ifdef functions Stephanos Ioannidis 2021-08-18 23:25:06 +09:00
  • 877239abfe cmake: extensions: Move ifndef functions to correct location Stephanos Ioannidis 2021-08-18 23:07:51 +09:00
  • 892310863d doc: modules guide updated with Zephyr CMake lists description Torsten Rasmussen 2021-08-24 21:51:00 +02:00
  • 3c0e7ade99 tracing: Add k_work_queue_init info Flavio Ceolin 2021-08-23 22:20:41 -07:00
  • c42cde5b69 kernel: work_q: Fix k_work_queue_start documentation Flavio Ceolin 2021-08-23 15:04:58 -07:00
  • d9aa414831 kernel: work_q: Add an init function Flavio Ceolin 2021-08-23 14:33:40 -07:00
  • fcf720941f cmake: dts: import devicetree symbols into CMake Torsten Rasmussen 2021-08-11 13:48:25 +02:00
  • 4c32e21fc7 tests: devicetree: test supported devices API Jordan Yates 2021-08-20 19:30:47 +10:00
  • b01e41ccdd device: supported devices visitor API Jordan Yates 2021-08-20 19:29:39 +10:00
  • 0c6588ff47 device: iterable supported devices Jordan Yates 2021-08-20 18:31:18 +10:00
  • ec331c6fe2 device: simplify structure of handles array Jordan Yates 2021-08-20 18:43:38 +10:00
  • b5c4140afb device: optimize handles array Jordan Yates 2021-08-20 18:12:47 +10:00
  • 1660386f11 device: whitespace cleanup Jordan Yates 2021-08-22 15:35:43 +10:00
  • 4960a9aa7a pm: device_runtime: Fix possible underflow Flavio Ceolin 2021-08-24 23:12:27 -07:00
  • 93ae6e930a pm: device_runtime: Fix return values Flavio Ceolin 2021-08-24 16:48:17 -07:00