Commit graph

  • 8a47dd5ff8 soc: nxp: s32k3: enable clock control Manuel Arguelles 2023-05-26 00:00:00 +0000
  • 523591a3d5 drivers: clock_control: add NXP S32 driver Manuel Arguelles 2023-05-26 00:00:00 +0000
  • 493f7b10d2 boards: arm: introduce NXP MR-CANHUBK3 board Manuel Arguelles 2023-05-26 00:00:00 +0000
  • b22f1162f3 soc: nxp: s32k: support minimal power and reset Manuel Arguelles 2023-05-26 00:00:00 +0000
  • d2985f118a soc: arm: introduce support for NXP S32K344 Manuel Arguelles 2023-05-26 00:00:00 +0000
  • 1434296915 posix: spinlock: additional kconfig for k_spinlock being size 0 Christopher Friedt 2023-07-06 11:55:00 -0400
  • 13dcf2e4ed posix: split supported features into separate Kconfig files Christopher Friedt 2023-07-03 15:15:35 -0400
  • 4fcf197c50 posix: rename some files for brevity Christopher Friedt 2023-07-03 12:49:49 -0400
  • 807d923955 tests: posix: nanosleep: condense test cases Christopher Friedt 2023-07-03 07:35:26 -0400
  • 85110ad917 tests: posix: use standard headers and canonical order Christopher Friedt 2023-07-03 07:30:54 -0400
  • 7f3c9708cc tests: posix: rename some files for brevity Christopher Friedt 2023-07-03 07:14:18 -0400
  • e11856fbfe posix: add Meta copyright as appropriate Christopher Friedt 2023-07-03 07:04:42 -0400
  • 84afb9faa1 tests: posix: reduce test name verbosity Christopher Friedt 2023-07-02 22:49:29 +0200
  • 65d0216f1d doc: bsim: fix typo in build link Piotr Golyzniak 2023-07-06 16:06:57 +0200
  • cc67aaf207 native_sim doc: Update SDL drivers compatibility Alberto Escolar Piedras 2023-07-05 12:34:10 +0200
  • 1457b361b6 drivers gpio SDL emul: Split in top and bottom Alberto Escolar Piedras 2023-07-05 11:25:25 +0200
  • 78ff21e1e1 input SDL: Split in top and bottom Alberto Escolar Piedras 2023-07-05 10:00:26 +0200
  • 1e66ca0de3 display SDL: Split in top and bottom Alberto Escolar Piedras 2023-07-05 13:20:40 +0200
  • 35a0b9eed7 native boards: Split SDL events handling in top and bottom Alberto Escolar Piedras 2023-07-04 16:35:31 +0200
  • 2096006cd8 POSIX arch: Give a nicer error message if built in unsuported platform Alberto Escolar Piedras 2023-07-04 10:50:27 +0200
  • 630555d9f6 mbedtls: fix _mbedtls_init() invocation Marcin Niestroj 2023-07-06 12:10:14 +0200
  • d039987e02 boards: mimxrt1010_evk: set the flash device as enabled Fabio Baltieri 2023-06-30 22:15:27 +0100
  • 3a4419eff0 drivers: uart_mcux_flexcomm: Merge conditions for enabling ISR Alp Sayin 2023-07-03 19:00:52 +0100
  • 657cbe3a8f drivers: uart_mcux_flexcomm: fix mcux_flexcomm_isr unused for polled uart Alp Sayin 2023-06-29 10:41:51 +0100
  • ecc665247b drivers: uart_mcux_lpuart: move critical function call out of assert() Jan Peters 2023-06-22 12:22:11 +0200
  • f260dc10a9 samples: ipc: rename virtio_xxx static functions in openamp remote Arnaud Pouliquen 2023-07-05 15:57:18 +0200
  • a3f1f25de3 bluetooth: tester: Fix build errors Magdalena Kasenberg 2023-07-01 09:05:02 +0200
  • ae6b398f51 dts: xtensa: espressif: esp32s3: add USB CDC support Lucas Tamborrino 2023-04-04 15:35:38 -0300
  • 42051fc2d4 dts: arm: st: add STM32L451 Benedikt Schmidt 2023-06-26 16:09:45 +0200
  • e153c0ece9 soc: arm: st_stm32: stm32l0: Add support for stm32l051X6 William MARTIN 2023-06-30 16:03:00 +0200
  • 3e294acf31 mbedtls: add CONFIG_MBEDTLS_INIT Eugene Cohen 2021-04-20 12:31:44 -0700
  • 23b89d0338 dts: arm: st: mp1: add timers5 Sean Nyekjaer 2023-07-04 16:13:59 +0200
  • 3c7a4ba6f9 dts: arm: st: mp1: add timers3 Sean Nyekjaer 2023-07-04 16:13:51 +0200
  • 9eebaf8b60 drivers: pwm: stm32: read clock divider register for stm32mp1 boards Sean Nyekjaer 2023-07-04 16:24:53 +0200
  • f1d91a24ac drivers: counter: stm32: read clock divider register for stm32mp1 boards Sean Nyekjaer 2023-07-04 16:20:04 +0200
  • 4e7930b099 libc/picolibc: Remove -T /dev/null linker arguments Keith Packard 2023-07-05 10:16:23 -0700
  • 424590f7d8 cmake/compiler: Add linker_script compiler property Keith Packard 2023-07-05 10:13:08 -0700
  • 235caf2234 docs: boards: fix capitalization of board architectures Henrik Brix Andersen 2023-07-05 18:21:34 +0200
  • a5e3270f48 docs: boards: sort the board architectures alphanumerically Henrik Brix Andersen 2023-07-04 14:10:01 +0200
  • 6e27b7d566 checkpatch: exclude lib/posix/*.c from negative errno rule Christopher Friedt 2023-07-05 17:36:49 -0400
  • 1f8d2e492e doc: services: portability: posix: support for POSIX_SPIN_LOCKS Christopher Friedt 2023-07-02 20:38:06 +0200
  • d73bdbf5bd tests: posix: common: add pthread spinlock tests Christopher Friedt 2023-07-02 19:41:29 +0200
  • 452205ff61 posix: pthread: implement pthread spinlocks Christopher Friedt 2023-07-02 18:32:43 +0200
  • 28a8b151cf tests: kernel: spinlock: add test for k_spin_trylock() Christopher Friedt 2023-07-02 10:58:38 +0200
  • ac2b9928f6 kernel: spinlock: add k_spin_trylock() Christopher Friedt 2023-07-01 23:06:42 +0200
  • 8560fb3192 drivers: gpio: andes_atcgpio100: cleanup redundant macros Wei-Tai Lee 2023-06-21 17:10:46 +0800
  • 0e8477ed43 drivers: gpio: andes_atcgpio100: implement port_get_direction function Wei-Tai Lee 2023-05-22 15:52:20 +0800
  • 631dce5866 net: ethernet: add PTP multicast default MAC address Weiwei Guo 2023-07-04 13:39:50 +0800
  • b25dc410de zephyr/linker: Add NOLOAD attribute to .last_ram_section Patryk Duda 2023-06-30 20:06:02 +0200
  • c7627cab29 Bluetooth: Controller: Fix a couple of compiler warnings Troels Nilsson 2023-06-29 12:40:48 +0200
  • 287eb04d6f Bluetooth: Controller: Don't report when AUX_ADV_IND is not received Troels Nilsson 2023-06-29 10:33:19 +0200
  • 813c9104fa Bluetooth: Controller: Handle unsupported coded phy in ull_scan_aux Troels Nilsson 2023-06-29 10:29:35 +0200
  • 5fa793fa9d Bluetooth: Modify stream_ops->stopped to be called on leaving streaming Emil Gydesen 2023-06-29 13:33:09 +0200
  • fad8ae4052 linker: Introduce linker-tool-lld.h Patryk Duda 2023-06-02 15:46:00 +0200
  • e992e5d23f doc: shell: Parse C code sections Jasper Jonker 2023-07-04 12:01:12 +0200
  • b3f12b430f drivers: bluetooth: hci: spi: add small read delay Jordan Yates 2023-06-16 13:20:02 +1000
  • 21ed808ba1 drivers: wifi: esp_at: handle external reset sources Jordan Yates 2022-04-08 15:12:16 +1000
  • 542aec673d drivers: wifi: esp_at: don't disable carrier in init Jordan Yates 2023-06-17 17:22:46 +1000
  • 91d6561bf4 drivers: wifi: esp_at: wait for init again Jordan Yates 2023-06-17 17:12:43 +1000
  • b0db69d622 drivers: flash: spi_nor: exit DPD in all cases Jordan Yates 2023-06-22 17:05:48 +1000
  • ec44816ae7 drivers: flash: spi_nor: support device PM Jordan Yates 2023-06-22 17:01:38 +1000
  • c3dc01ddf3 samples zbus remote mock: Add overlay for native_sim Alberto Escolar Piedras 2023-06-23 09:23:32 +0200
  • abf6da6318 drivers for POSIX arch: Add external libc dependencies Alberto Escolar Piedras 2023-06-16 11:17:40 +0200
  • 04a16f21e4 valgrind: Update suppression file to align with updated POSIX arch Alberto Escolar Piedras 2023-06-14 16:13:57 +0200
  • 7e37482a77 libC: PICOLIBC_SUPPORTED: Enable for NATIVE_LIBRARY Alberto Escolar Piedras 2023-06-09 14:28:46 +0200
  • 4598d2b372 tests POSIX: Do not filter fully by POSIX arch but by type of build Alberto Escolar Piedras 2023-05-31 17:00:20 +0200
  • 0b02e63400 CODEOWNERS: Cover also new native_simulator folder Alberto Escolar Piedras 2023-06-21 14:14:19 +0200
  • 6f507b688b MAINTAINERS: Update to cover the native simulator Alberto Escolar Piedras 2023-06-21 14:06:47 +0200
  • ece74b7b7f native_sim: Add new native_sim board Alberto Escolar Piedras 2023-06-07 10:39:48 +0200
  • 945429e8c3 arch POSIX: provide a bottom which uses natsim's thread emul Alberto Escolar Piedras 2023-06-07 10:42:23 +0200
  • 850fc2f22f Native simulator: Add first version in-tree Alberto Escolar Piedras 2023-05-26 18:04:42 +0200
  • feaf0ff576 cmake: Treat native libraries differently where needed Alberto Escolar Piedras 2023-06-07 10:28:22 +0200
  • 3af65caed0 samples display lvgl: Add overlay for native_sim Alberto Escolar Piedras 2023-06-07 13:10:09 +0200
  • 41a185a1b5 arch POSIX: Use posix cheats only for native apps Alberto Escolar Piedras 2023-06-07 10:29:10 +0200
  • d3633b58f1 tests ADC API: Add overlay for native_sim Alberto Escolar Piedras 2023-06-06 16:32:40 +0200
  • 5abee92a6c samples zbus uart_bridge: Add overlay for native_sim Alberto Escolar Piedras 2023-06-06 16:04:57 +0200
  • 2e6396cf20 libC: STDOUT_CONSOLE narrow filtering by type of native build Alberto Escolar Piedras 2023-06-09 14:28:01 +0200
  • 56dc20eb1d Kconfig: Tidy up dependants of NATIVE_APPLICATION Alberto Escolar Piedras 2023-05-26 13:23:43 +0200
  • 2eb14f1469 Kconfig: Add new NATIVE_LIBRARY and NATIVE_BUILD options Alberto Escolar Piedras 2023-05-26 13:15:09 +0200
  • d58b315165 tests: drivers: counter: basic_api: add overlay for da1469x_dk_pro Jerzy Kasenberg 2022-12-21 13:49:28 +0100
  • cc53f3f021 samples: drivers: counter: alarm: add support for the Smartbond Timer Jerzy Kasenberg 2022-12-21 13:15:06 +0100
  • b896ca5771 drivers: counter: Add Smartbond basic support Jerzy Kasenberg 2022-12-21 12:56:59 +0100
  • 7e3f6f1290 drivers: sensor: npm1300_charger: Added Ntc threshold config Andy Sinclair 2023-06-08 17:47:12 +0100
  • 725d45e6d4 drivers: sensor: npm1300_charger: Auto temp measurements Andy Sinclair 2023-06-12 16:17:22 +0100
  • f93da64ec8 drivers: sensor: npm1300_charger: Startup vbus current limit Andy Sinclair 2023-06-06 09:38:32 +0100
  • 77c86e8ad3 net: Clarify the documentation of net_if_dev Jukka Rissanen 2023-07-04 15:48:29 +0300
  • e1964b8a82 net: wifi: shell: Fix unsafe pointer casts Robert Lubos 2023-06-22 15:49:16 +0200
  • aaa9cedf18 net: lwm2m: Update next event timestamp on PMAX change Seppo Takalo 2023-06-21 15:26:19 +0300
  • 82d8f09de1 bluetooth: host: track connection type enum Arkadiusz Kozdra 2023-06-28 17:02:51 +0200
  • 0885416b60 bluetooth: host: add checks for connection types Arkadiusz Kozdra 2023-03-22 16:59:16 +0100
  • 7b98cd6404 arch: arm: nmi: remove dummy NMI_INIT() Gerard Marull-Paretas 2023-06-30 11:16:44 +0200
  • fcaa259e22 soc: arm: remove all unnecessary NMI_INIT() calls Gerard Marull-Paretas 2023-06-30 11:15:25 +0200
  • 0d4e5bf67f arch: arm: nmi: simplify NMI initialization Gerard Marull-Paretas 2023-06-30 10:23:13 +0200
  • b227f89bcd samples: ipc: rename virtio_xxx static functions Arnaud Pouliquen 2023-07-03 16:49:15 +0200
  • 85fe3c45fd ipc_service: rename virtio_xxx static functions Arnaud Pouliquen 2023-07-03 16:47:00 +0200
  • 4d3611e95c include: drivers: uart: remove incorrect comments about CDC ACM UART Johann Fischer 2023-07-03 23:31:43 +0200
  • 7c21a9c189 Bluetooth: ascs: Make sure idle state can be always read Mariusz Skamra 2023-06-26 14:08:52 +0200
  • 8797e50b64 tests: Bluetooth: ascs: Swap bt_gatt_attr_read mock with real function Mariusz Skamra 2023-06-28 11:37:14 +0200
  • 12c89edc39 Bluetooth: ascs: Fix return without state change nor response Mariusz Skamra 2023-06-28 13:22:57 +0200
  • a459e56cc5 drivers: clock_control: Export initialization function for STM32H7 Tomislav Milkovic 2023-07-04 14:25:55 +0200