Commit graph

  • 6699d4d4f9 drivers: led_strip: add rpi_pico's PIO based ws2812 driver TOKITA Hiroshi 2023-02-25 09:00:59 +09:00
  • b0dd9a2980 doc: net: ppp: Fix the point-to-point documentation Jukka Rissanen 2024-01-05 16:27:32 +02:00
  • e49d174be9 driver: usb: change function parameter name from class to base_class. Shane Snover 2023-12-31 14:38:33 -07:00
  • 47e4728604 doc: add note that some versions of displays are not supported Maximilian Huber 2023-12-27 21:40:01 +01:00
  • 1ed51885d3 drivers: mfd: mfd_ad5592: fix reset magic sending Lukasz Madej 2024-01-08 15:59:29 +01:00
  • c69ddc1018 drivers: mfd: mfd_ad5592: fix typo Lukasz Madej 2024-01-08 15:46:10 +01:00
  • a5b467646a drivers: mfd: mfd_ad9952: fix reset magic value Lukasz Madej 2024-01-05 14:22:55 +01:00
  • 7e07ea0435 west.yml: MCUboot synchronization from upstream Jamie McCrae 2024-01-08 15:37:29 +00:00
  • 892e8ef47a tests/drivers uart_async_*: Provide overlays for nrf52_bsim Alberto Escolar Piedras 2024-01-06 15:33:19 +01:00
  • c7d179f895 tests/drivers uart_async_api: Fix build error with host gcc Alberto Escolar Piedras 2024-01-06 15:28:04 +01:00
  • 37f26174ea tests/drivers uart_async_rx: Fix for integration_platforms Alberto Escolar Piedras 2024-01-06 15:20:55 +01:00
  • bd9836be8c subsys logging: Enable native backend if possible Alberto Escolar Piedras 2024-01-06 15:12:08 +01:00
  • 009fcd70e5 tests bsim bt: Add basic connection test with HCI UART async controllers Alberto Escolar Piedras 2024-01-05 16:17:30 +01:00
  • 398e4b121a tests bsim bt: Add basic connection test with HCI UART controllers Alberto Escolar Piedras 2024-01-05 11:24:18 +01:00
  • 2f25cd5851 boards nrf52_bsim docs: UART is now supported Alberto Escolar Piedras 2024-01-06 14:39:58 +01:00
  • 0aa0bc9af0 boards nrf*bsim: Move common kconfig selection to common place Alberto Escolar Piedras 2024-01-05 13:50:57 +01:00
  • 6fee105b1d boards nrf52_bsim: Provide default UART configuration Alberto Escolar Piedras 2023-12-21 13:09:40 +01:00
  • 0bdf943900 boards nrf*_bsim: Do not use the UART for logging by default Alberto Escolar Piedras 2024-01-05 12:31:01 +01:00
  • f84ef2d6ee boards nrf5*_bsim: Allow using the UART Alberto Escolar Piedras 2023-12-21 12:30:32 +01:00
  • 85d3ad1117 manifest: Update nrf hw models to latest Alberto Escolar Piedras 2024-01-08 15:08:26 +01:00
  • 572ba26b1f boards nrf5*_bsim: Provide more common headers Alberto Escolar Piedras 2023-12-21 14:07:17 +01:00
  • 14bc4aeec8 drivers uart_nrfx: Break infinite loops for simulation Alberto Escolar Piedras 2024-01-07 10:04:26 +01:00
  • 9a27906e38 drivers counter_nrfx_timer: Get peripheral address from HAL Alberto Escolar Piedras 2024-01-06 15:54:13 +01:00
  • 83af2d7f3c drivers counter nrfx: Fix ISR prototype Alberto Escolar Piedras 2024-01-06 15:45:24 +01:00
  • efca307d35 drivers uart_nrfx: Correct pinctrl reg address for simulation Alberto Escolar Piedras 2023-12-22 10:23:48 +01:00
  • 4efd08bfd8 drivers uart_nrfx: Get peripheral address from HAL Alberto Escolar Piedras 2023-12-21 15:48:26 +01:00
  • 5b993b070a drivers uart nrfx: Fix ISR prototype Alberto Escolar Piedras 2024-01-03 14:42:23 +01:00
  • eac50e318f drivers: intc_plic: fix plic PLIC_TRIG_LEVEL define mistake Weiwei Guo 2024-01-08 18:17:22 +08:00
  • 83ca2a04a0 drivers: usb_dc_native_posix: do callback for ZLPs Abe Kohandel 2024-01-08 03:09:02 +00:00
  • 70c8df7724 arch: arm: core: cortex_m: fix cache disabling in init_arch_hw_at_boot Benedikt Schmidt 2023-12-27 17:09:02 +01:00
  • 10c0b86f83 soc: arm: use sys_cache* to enable caches for stm32f7 and stm32h7 Benedikt Schmidt 2023-12-18 11:16:12 +01:00
  • 8b4516226b soc: arm: use sys_cache* for enabling the caches on same70 and samv71 Benedikt Schmidt 2023-12-18 10:53:02 +01:00
  • 2a2919946f arch: arc: use sys_cache instead of arch-function for enabling the cache Benedikt Schmidt 2023-12-18 10:49:10 +01:00
  • 1f1b430d88 soc: arm: remove redundant cache config options for kv5x Benedikt Schmidt 2023-12-18 10:45:47 +01:00
  • d992683db5 soc: arm: replace redundant config option for caches for nxp_imx Benedikt Schmidt 2023-12-18 10:41:25 +01:00
  • 49d3244798 soc: arm: use sys_cache* for enabling the caches in nxp_s32 Benedikt Schmidt 2023-12-18 10:36:03 +01:00
  • 7d51b7cdc1 charger: Adds input current notifier properties Ricardo Rivera-Matos 2023-12-11 17:00:22 -06:00
  • f7d6c4f439 charger: Adds CHARGER_PROP_INPUT_REGULATION_VOLTAGE_UV prop Ricardo Rivera-Matos 2023-12-11 13:11:56 -06:00
  • 45232aeaa2 charger: Adds CHARGER_PROP_INPUT_REGULATION_CURRENT_UA prop Ricardo Rivera-Matos 2023-12-11 11:28:11 -06:00
  • 14c68c9438 drivers: serial: ns16550: Add IOPORT_ENABLED check condition Anisetti Avinash Krishna 2024-01-03 15:35:01 +05:30
  • 1c0b114bf8 sd: add timeout when taking SD card lock for data operations Daniel DeGrasse 2024-01-04 09:37:04 -06:00
  • 8785438d31 drivers: can: nuvoton: numaker: fix init function reference Henrik Brix Andersen 2024-01-08 14:20:28 +01:00
  • e24a3f5975 drivers: can: nuvoton: numaker: use named IRQs Henrik Brix Andersen 2024-01-08 14:19:58 +01:00
  • b1cf5f0ffc drivers: can: nxp: mcan: use named IRQs Henrik Brix Andersen 2024-01-08 14:18:32 +01:00
  • 074303cb7a dts: bindings: can: require interrupt-names for drivers using named IRQs Henrik Brix Andersen 2024-01-08 14:16:52 +01:00
  • c9263db28f drivers: can: bosch: mcan: use int0 and int1 as interrupt names Henrik Brix Andersen 2024-01-08 14:14:54 +01:00
  • 25753fef13 drivers: usb_dc_rpi_pico: starting read on transfer EPs Manuel Aebischer 2023-12-21 12:33:42 +01:00
  • a9ea0fe420 scripts: tests: twister_blackbox: Add more tests test_printouts.py Paszkiet Kamil 2023-10-16 12:39:08 +02:00
  • 37560fefea ci: use kitaware ninja with job server support Anas Nashif 2024-01-09 11:32:57 -05:00
  • 7ff715b848 doc: release: 3.6: Add note on sysbuild shield fix Jamie McCrae 2023-12-15 13:22:19 +00:00
  • 240bd8e16a runners: jlink: Add support for J-Link over IP Michael Arnold 2023-11-15 16:36:36 +00:00
  • d9c0d6981a gecko: sl_assert, sl_common files updated | Update to GSDK 4.4.0 Sateesh Kotapati 2023-12-21 14:57:45 +05:30
  • 91841587d6 ztest: fix ztest_run_test_suite usage and macros Anas Nashif 2024-01-09 07:20:03 -05:00
  • 8ca40e5ebf drivers: input: depend on multithreading on drivers using a thread Fabio Baltieri 2023-12-19 15:11:37 +00:00
  • 6d67b95a18 samples: boards: nrfx: Remove redundant inclusions Andrzej Głąbek 2024-01-05 17:42:17 +01:00
  • e8d3bf5ff6 samples: boards: nrfx: Do not require (d)ppi node to be enabled Andrzej Głąbek 2024-01-05 16:38:17 +01:00
  • 56b6e6eb58 samples: boards: nrfx: Use absolute pin numbers Andrzej Głąbek 2024-01-05 16:23:28 +01:00
  • db4344b659 drivers: spi: nrfx: Deactivate CS from thread context Andrzej Głąbek 2024-01-05 10:26:59 +01:00
  • 3f6373eb36 drivers: nrf_qspi_nor: Deactivate QSPI peripheral after initialization Andrzej Głąbek 2023-12-19 12:57:39 +01:00
  • 72c6ffb2d0 doc: ztest: remove reference to non-existing test Anas Nashif 2024-01-08 18:02:45 -05:00
  • 0198b7d5f7 emul: Add stub release impl. for emulated SPI driver Tristan Honscheid 2024-01-08 12:20:32 -07:00
  • 7ef2744e2f drivers: i2c: i2c_mcux_lpi2c: fix base address declarations Daniel DeGrasse 2024-01-08 17:45:10 +00:00
  • b4a059df75 drivers: mdio: nxp_enet: Fix "expected statement" clangsa error Pieter De Gendt 2024-01-08 14:40:42 +01:00
  • 754f7ac1fb MAINTAINERS.yml: Update the Ambiq platform covered files Aaron Ye 2024-01-08 09:46:07 +08:00
  • d856ed73f4 samples: shields: lmp90100_evb: rtd: convert to devicetree configuration Henrik Brix Andersen 2024-01-07 19:36:27 +01:00
  • df83fffc7c boards: shields: lmp90100_evb: include relevant dt-bindings headers Henrik Brix Andersen 2024-01-07 19:34:43 +01:00
  • 527383f9b1 doc: release: migration-guide: 3.6: mention change in lmp90xxx bindings Henrik Brix Andersen 2024-01-07 19:33:25 +01:00
  • 1ebaa293a1 dts: bindings: adc: ti: lmp90xxx: use common io-channel-cells naming Henrik Brix Andersen 2024-01-07 19:31:03 +01:00
  • b007bbb54f boards: arm: doc: fix small typo Philip Molloy 2024-01-08 09:19:16 +01:00
  • 1be87446b1 docs boards native_sim: Mention the SocketCAN driver Alberto Escolar Piedras 2024-01-07 11:05:37 +01:00
  • 893b59b4aa docs boards native_sim: Mention the input SDL touch driver Alberto Escolar Piedras 2024-01-07 11:04:08 +01:00
  • b89399ff40 docs boards native_sim: Add mention about the EEPROM simu Alberto Escolar Piedras 2024-01-07 10:22:06 +01:00
  • a2ad1b64a7 docs boards native_sim: Capitalize consistently peripherals table Alberto Escolar Piedras 2024-01-07 10:14:26 +01:00
  • bde23945fe doc: release: 3.6: Add note on shield processing change Jamie McCrae 2024-01-05 09:30:30 +00:00
  • 1e72643b61 cmake: modules: shields: Process shields in order Jamie McCrae 2024-01-05 09:28:52 +00:00
  • b18442bc0d samples: net: dumb_http_server: Sleep after accept error Jukka Rissanen 2024-01-04 17:33:05 +02:00
  • cef8da0ecf samples: net: dumb_http_server_mt: Sleep after accept error Jukka Rissanen 2024-01-04 17:34:23 +02:00
  • 59a7915d11 tests: net: tcp: Add tests for last FIN handling Jukka Rissanen 2024-01-02 17:51:35 +02:00
  • d94914d315 tests: net: tcp: Shorten the test execution Jukka Rissanen 2024-01-02 17:47:54 +02:00
  • 35e1df6bb4 tests: net: tcp: Add support for close callback Jukka Rissanen 2024-01-02 17:46:30 +02:00
  • 9b11fbd54c tests: net: tcp: Verify termination at closing state Jukka Rissanen 2024-01-02 11:37:13 +02:00
  • b214207d91 net: tcp: Reschedule FIN timer when entering FIN state Jukka Rissanen 2024-01-04 15:33:10 +02:00
  • 40215e07a3 net: tcp: Install a last ack timer in passive close Jukka Rissanen 2023-12-29 12:05:51 +02:00
  • abafe9bbe2 drivers: qspi: added operation timeout Kelly Helmut Lord 2023-12-21 14:00:12 -05:00
  • 4c080d4de5 boards: xmc47_relax_kit: Add ethernet/mdio to the devicetree Andriy Gelman 2023-12-19 10:15:13 -05:00
  • 2391ff7767 boards: xmc45_relax_kit: Add ethernet/mdio to the devicetree Andriy Gelman 2023-12-19 10:12:48 -05:00
  • 2837f4f182 drivers: ethernet: Add xmc4xxx ethernet/PTP drivers Andriy Gelman 2023-12-19 09:56:37 -05:00
  • d540407fc8 drivers: mdio: Add xmc4xxx mdio drivers Andriy Gelman 2023-12-19 09:50:22 -05:00
  • 201167bdb1 dts: xmc4700_F144x2048: Merge dsram regions and use it as RAM Andriy Gelman 2023-12-19 09:22:44 -05:00
  • dac942a245 arch: x86_64: split irq.c into multiple files Anas Nashif 2023-12-13 17:51:31 -05:00
  • 7d3b6c6a40 arch: smp: make flush_fpu_ipi a common, optional interfaces Anas Nashif 2023-12-13 16:04:15 -05:00
  • 3f75373584 arch: introduce arch_secondary_cpu_init Anas Nashif 2023-12-13 15:27:41 -05:00
  • 2f3b7fa9bf arch: arc rename arc_smp.c -> smp.c Anas Nashif 2023-12-13 14:25:18 -05:00
  • 17080d0215 arch: ipi_handler -> sched_ipi_handler Anas Nashif 2023-12-13 13:23:56 -05:00
  • 37f427a5c7 arch: introduce arch_smp_init Anas Nashif 2023-12-13 12:53:49 -05:00
  • 7bde51bccf scripts: zspdx: Include modules as packages in zephyr.spdx Thomas Gagneret 2023-12-05 17:41:06 +01:00
  • 3099520921 tests: bsim: Bluetooth: BAP Broadcast update to 2 bis Emil Gydesen 2023-09-11 20:25:41 +02:00
  • 3bfb2e3ab2 Bluetooth: Audio: Add implementation for PBP and dedicated sample apps. Daniela Andreea Dumitrache 2023-07-25 13:14:18 +03:00
  • afc319e3fa ztest: shell: add shell support Anas Nashif 2023-12-18 16:02:18 -05:00
  • 6ba0e9c797 tests: sleep: reduce verbosity Anas Nashif 2023-12-20 13:05:32 -05:00