Commit graph

  • 4ddbf51042 west.yml: update modules/hal/stm32/hal_stm32 for stm32h503 F. Ramu 2023-11-16 13:24:15 +0100
  • f03192f489 doc: mcumgr: Add missing Settings management text Jamie McCrae 2023-10-31 13:05:12 +0000
  • 3613f94fdc doc: mcumgr: smp_group_63: Add zephyr mgmt group documentation Jamie McCrae 2023-10-31 13:04:30 +0000
  • 300746310e doc: mcumgr: smp_group_3: Fix rc text Jamie McCrae 2023-10-31 13:01:17 +0000
  • e1a14bad30 Bluetooth: audio: has: Add non-volatile settings Mariusz Skamra 2023-10-19 15:21:57 +0200
  • bf6c2fcde8 samples/bluetooth/hci_ipc: Reduce printf size Keith Packard 2023-11-21 13:26:36 -0800
  • 23408ac538 drivers: eth_mcus: Conditionally wrap IPV4/6 code David Leach 2023-11-21 16:27:44 -0600
  • 1dc6279d12 tests/subsys/logging/log_backend_uart: Reduce printf size Keith Packard 2023-11-21 11:15:37 -0800
  • aedefd41d7 tests/kernel/mem_protect/mem_map: Reduce printf size for qemu_x86_tiny Keith Packard 2023-11-21 10:42:47 -0800
  • 7be1a8119b samples: stm32: serial_wakeup: b_u585i_iot02a support Erwan Gouriou 2023-11-21 17:03:23 +0100
  • a38c8d25e7 drivers: serial: stm32u5: Serial wakeup is based on autonomous capability Erwan Gouriou 2023-11-21 16:59:27 +0100
  • a43e516ff2 doc: migration guide: add note about IGMP migration Ibe Van de Veire 2023-11-21 11:53:39 +0100
  • 1d0f47b005 net: ip: igmp: add igmpv3 support Ibe Van de Veire 2023-11-16 10:36:56 +0100
  • ca7ce90dc7 net: ip: utils: changed input arguments of igmp_checksum to net_pkt Ibe Van de Veire 2023-11-14 11:15:57 +0100
  • 3ee526b4c3 drivers: audio: Codec shell fix compiler warnings Pieter De Gendt 2023-11-16 10:06:02 +0100
  • d7513fb526 driver: serial: stm32u5: DMAT Errata behavior valid only on some SoCs Erwan Gouriou 2023-11-14 16:49:18 +0100
  • c47880af0d arch/xtensa: Add new MMU layer Flavio Ceolin 2023-11-19 15:44:56 -0800
  • 8dd84bc181 arch: xtensa: Rename xtensa_mmu.c to ptables.c Flavio Ceolin 2023-11-01 16:07:02 -0700
  • e7e8f6655c arch/xtensa: #include cleanup Andy Ross 2023-08-27 12:32:57 -0700
  • b7d96ab42a xtensa: userspace: Warning about impl security Flavio Ceolin 2023-10-17 15:50:31 -0700
  • dd36389879 arch: xtensa: Not use TLS to store current thread Flavio Ceolin 2023-09-29 21:33:45 -0700
  • 8679c58644 kernel: Option to not use tls to get current thread Flavio Ceolin 2023-09-18 12:44:03 -0700
  • 1247f8465c xtensa: userspace: Supports tls on userspace Flavio Ceolin 2023-09-07 19:48:35 +0000
  • a36e39c2a6 xtensa: dc233c: enable userspace support Daniel Leung 2023-08-28 17:01:16 -0700
  • 0d79481540 xtensa: userspace: only write 0xAA to stack if INIT_STACKS Daniel Leung 2023-08-30 15:36:21 -0700
  • 0e7def1977 xtensa: selectively init interrupt stack at boot Daniel Leung 2023-09-11 16:25:22 -0700
  • 6252fcfccf xtensa: userspace: simplify syscall helper Daniel Leung 2023-08-29 12:07:19 -0700
  • d9f643d007 xtensa: mmu: do not map heap if not using heap Daniel Leung 2023-08-29 10:49:56 -0700
  • 9a33c400a1 xtensa: mmu: Fix possible race condition on tlb shootdown Flavio Ceolin 2023-08-29 10:08:27 -0700
  • 156f1d4436 xtensa: mmu: Flush cache when altering pages Flavio Ceolin 2023-06-02 22:36:14 -0700
  • 6c6894c8d8 tests: mem_protect: enable for Xtensa Daniel Leung 2023-01-31 15:35:15 -0800
  • be5eccdd15 tests: userspace: Add xtensa support Flavio Ceolin 2023-01-19 10:05:43 -0800
  • 7a5d2a2d81 xtensa: userspace: swap page tables at context restore Daniel Leung 2023-09-06 11:26:41 -0700
  • c9c88a4368 xtensa: mmu: cache and TLB actions when adding thread to domain Daniel Leung 2023-03-27 16:27:34 -0700
  • 81ea43692c xtensa: mmu: send IPI to invalidate TLBs on other CPUs Daniel Leung 2023-03-16 20:27:47 -0700
  • eb546a8d87 xtensa: rework kernel oops exception path Daniel Leung 2023-04-12 15:42:38 -0700
  • 586bb92049 xtensa: userspace: Add syscall for user exception Flavio Ceolin 2023-02-08 13:35:18 -0800
  • 75936d8db2 xtensa: userspace: Implement arch_syscall_oops Flavio Ceolin 2022-12-15 15:05:14 -0800
  • 716efb2e40 xtensa: extract printing of fatal exception into its own func Daniel Leung 2023-04-12 16:04:12 -0700
  • e9c449a737 xtensa: mmu: do not fault for known exceptions Daniel Leung 2023-03-16 14:34:28 -0700
  • bc0656a92e xtensa: mmu: allocate scratch registers for MMU Daniel Leung 2023-02-16 11:25:48 -0800
  • c4706a3823 xtensa: mmu: handle page faults in double exception handler Daniel Leung 2023-01-31 13:07:48 -0800
  • c53325298d xtensa: userspace: Stack object header Flavio Ceolin 2022-11-16 22:48:42 -0800
  • a651862b30 xtensa: Enable userspace Flavio Ceolin 2022-12-14 00:35:36 -0800
  • fff91cb542 xtensa: mmu: Simplify initialization Flavio Ceolin 2023-11-01 22:55:43 -0700
  • a1bb2b9c64 xtensa: mmu: Simplify autorefill TLB helpers Flavio Ceolin 2023-11-17 13:54:36 -0800
  • 3620e6b969 drivers/console: xtensa_sim_console: implement arch_printk_char_out() Andy Ross 2023-08-27 09:03:20 -0700
  • 080e14f0f4 arch/xtensa: Rename "ALLOCA" ZSR to "A0SAVE" Andy Ross 2023-08-21 16:54:04 -0700
  • 5b9605a6a2 xtensa: mmu: implement cached/uncached ptr funcs if !RPO_CACHE Daniel Leung 2023-08-24 12:20:50 -0700
  • c6bba39f4d dts: stm32wl: Configure LPUART wakeup line Erwan Gouriou 2023-11-16 12:29:34 +0100
  • 6a96ee88b3 samples: boards: stm32: serial_wakeup: Minor changes Erwan Gouriou 2023-11-16 12:25:13 +0100
  • b4fcbc4eb6 samples: boards: stm32: serial_wakeup: Fix nucloe_wb55rg configuration Erwan Gouriou 2023-11-16 12:21:20 +0100
  • e5ab70b724 drivers: uart: stm32: Complete wakeup feature Erwan Gouriou 2023-11-16 12:17:59 +0100
  • 0d42acadb4 boards: nucleo_wb55rg: Use stm32cubeprogrammer as default runner Erwan Gouriou 2023-10-02 15:10:08 +0200
  • 7d63942c31 doc: logging: Fix some grammar issues Alexander Leris 2023-11-03 01:16:00 +1100
  • 0bda2169a7 boards: xtensa: add heltec_wireless_stick_lite_v3 Adolfo E. García 2023-11-18 19:12:22 -0600
  • 7a9ff701d4 drivers: pinctrl_nrf: Fix pin drive configuration Andrzej Głąbek 2023-10-30 15:56:34 +0100
  • ea1be7f242 drivers: nrf_qspi_nor: Fix and refactor driver initialization Andrzej Głąbek 2023-11-10 16:52:12 +0100
  • 8c3df0aa9e drivers: nrf_qspi_nor: Refactor deactivation and locking access to QSPI Andrzej Głąbek 2023-11-06 14:10:19 +0100
  • 4a45581288 drivers: nrf_qspi_nor: Clean up handling of return values Andrzej Głąbek 2023-11-06 14:31:56 +0100
  • b172e5133b boards: nrf52840dk_nrf52840: Fix reserved GPIO lines Andrzej Głąbek 2023-11-21 08:27:07 +0100
  • 1727bbcc70 drivers: nrf_qspi_nor: Prevent reading status before sending RDPD Andrzej Głąbek 2023-11-03 12:08:09 +0100
  • 23cf38934c manifest: Update hal_nordic revision Andrzej Głąbek 2023-11-20 16:15:42 +0100
  • 934a09550d samples: Bluetooth: Make broadcaster_multiple run on other controllers Jonathan Rico 2023-11-20 14:05:19 +0100
  • 32c3173fab tests: mcuboot: Enable mcuboot shell command Grzegorz Chwierut 2023-11-20 14:38:25 +0100
  • 3467a25fff tfm: Change SFN and FP_HARDABI dependency Joakim Andersson 2023-11-16 14:29:55 +0100
  • b544855ba5 samples: usb-c: sink: Add support for WeAct STM32G431 core Andreas Sandberg 2023-10-11 22:39:39 +0100
  • 84d588e013 boards: arm: add support for WeAct STM32G431 Core Andreas Sandberg 2023-10-11 22:33:01 +0100
  • 81c5727f27 drivers: wifi: airoc: drop default shell and sysworkq stack sizes Marcin Niestroj 2023-11-19 17:18:50 +0100
  • 4cc80097d3 drivers: wifi: include sockets headers Declan Snyder 2023-11-20 10:06:14 -0600
  • f70e4c0f68 drivers: modem: Fix include paths Jukka Rissanen 2023-11-20 13:46:00 +0200
  • bc8b5b3813 mgmt: updatehub: Fix CMakeLists.txt file Jukka Rissanen 2023-11-20 13:36:27 +0200
  • cf42b8b2fb net: sockets: fix shadowing warning Declan Snyder 2023-11-17 09:58:05 -0600
  • 7c72d4a2d6 net: Fix CMakeLists Declan Snyder 2023-11-16 15:03:17 -0600
  • aa6f698d31 net: zperf: Fix TCP packet counting Robert Lubos 2023-11-15 17:49:00 +0100
  • e6d90b409b net: sockets: tls: Set errno on TX waiting error Robert Lubos 2023-11-15 16:33:24 +0100
  • 3a38ec1aaa net: tcp: Feed TX semaphore on connection close Robert Lubos 2023-11-15 16:32:22 +0100
  • 9976ebb24b net: tcp: Rework data queueing API Robert Lubos 2023-11-14 12:40:49 +0100
  • 16fd744c13 net: pkt: Add function for allocating buffers w/o preconditions Robert Lubos 2023-11-14 14:31:37 +0100
  • e6c7a4c968 tests: pm: add soc pm tests and sample for stm32f4x chip Dawid Niedzwiecki 2023-11-10 15:43:55 +0100
  • 43ef398614 pm: add power management for stm32f4x Dawid Niedzwiecki 2023-11-07 08:49:45 +0100
  • 053c6b29cc boards: arm: stm32u5a9j-dk: add OpenOCD support Abderrahmane Jarmouni 2023-11-10 18:00:47 +0100
  • ebf67b2cef test: drivers: adc_api: add overlay for STM32U5A9J Abderrahmane Jarmouni 2023-11-08 15:02:50 +0100
  • 2df99b10c5 boards: arm: stm32u5a9j-dk: Add initial support Abderrahmane Jarmouni 2023-11-08 13:17:05 +0100
  • aeb1e8ed34 dts: arm: st: add STM32U5A9 support Abderrahmane Jarmouni 2023-11-08 10:42:39 +0100
  • 236ba6bf5a dt-bindings: clock: Add STM32U5A9 clk sel helpers Abderrahmane Jarmouni 2023-11-08 10:36:27 +0100
  • f8a9d95549 soc: arm: st_stm32: stm32u5: Add STM32U5A9 support Abderrahmane Jarmouni 2023-11-08 10:32:01 +0100
  • 9c90ed6f61 mm: polish doxygen doc on memory banks driver APIs Daniel Leung 2023-10-17 14:45:54 -0700
  • 9a6e32f87c mm: rename struct mem_drv_bank to sys_mm_drv_bank Daniel Leung 2023-10-17 14:36:33 -0700
  • ca1aae6183 mm: intel_adsp_mtl_tlb: move SRAM_BANK_PAGE_NUM in driver Daniel Leung 2023-10-17 14:30:19 -0700
  • 8021cde6de mm: polish doxygen on memory management driver APIs Daniel Leung 2023-10-17 14:21:08 -0700
  • 176d433b98 drivers: bbram: stm32-bbram: port to stm32wl Adrien Bruant 2023-10-17 15:13:51 +0200
  • 1829cf4324 Bluetooth: Audio: Add set functions for codec meta Emil Gydesen 2023-09-29 16:32:46 +0200
  • 23324fc5ba boards: qemu_xtensa: coredump: Enable coredump Dmitrii Golovanov 2023-11-17 15:24:08 +0100
  • 5ed8bb74d4 tests: coredump: Adjust logging backend patterns to xtensa Dmitrii Golovanov 2023-11-17 15:12:31 +0100
  • fedd23f970 bluetooth: a2dp: Add missing Doxygen comments Benjamin Cabé 2023-11-17 17:16:00 +0100
  • f9b42bc911 drivers: serial: uart_stm32.c: RxDataFlush on async_rx_enable Bjarki Arge Andreasen 2023-11-16 20:39:39 +0100
  • 26fd55e0a7 drivers: serial: nrfx_uarte: Rework Kconfig to use instance template Krzysztof Chruściński 2023-11-16 09:42:06 +0100
  • ad788ad511 gecko: pinctrl: Add missing configuration for Gecko Series usarts Franciszek Pindel 2023-10-12 12:57:37 +0200
  • d3f100355f tests: modem: backends: uart: Add UART backend test suite Bjarki Arge Andreasen 2023-11-14 20:48:23 +0100