Commit graph

  • 6aa8a83682 drivers: i2c: gpio: add bus recovery function Henrik Brix Andersen 2020-04-22 22:10:53 +02:00
  • ec90af8e78 drivers: i2c: bitbang: add helper method for I2C bus recovery Henrik Brix Andersen 2020-04-22 22:09:16 +02:00
  • 71b893056f drivers: i2c: add I2C bus recovery API Henrik Brix Andersen 2020-03-13 14:03:12 +01:00
  • c0ab0de8d1 drivers/interrupt_controller: Rename ioapic init function Tomasz Bursztyka 2020-03-13 11:33:59 +01:00
  • dfe938640b drivers/interrupt_controller: Fix loapic/ioapic header inclusion Tomasz Bursztyka 2020-03-13 16:20:49 +01:00
  • 48135cdd34 usermode: Rework Z_SYSCALL_SPECIFIC_DRIVER to fit with device refactoring Tomasz Bursztyka 2020-03-13 09:53:54 +01:00
  • 1eedd5eb64 scripts: Fix gen_kobject_list.py to fit with device refactoring Tomasz Bursztyka 2020-03-13 12:59:58 +01:00
  • 97326c0445 device: Fix structure attributes access Tomasz Bursztyka 2020-03-09 12:49:07 +01:00
  • 8d7bb8ffd8 device: Refactor device structures Tomasz Bursztyka 2020-03-09 11:02:20 +01:00
  • 48b784abb3 init: Fix tiny indentation issue Tomasz Bursztyka 2020-03-06 10:21:41 +01:00
  • 6f318a5223 device: Fix tiny indentation issue Tomasz Bursztyka 2020-03-06 10:17:36 +01:00
  • 3f0797488c boards: arm: stm32_min_dev: Add ADC_1 Ioannis Konstantelias 2020-04-17 23:15:19 +03:00
  • a7d35b7984 samples: net: google_iot: Clarify key type docs David Brown 2020-05-07 14:18:04 -06:00
  • fb137098c9 samples: net: google_iot: Add config template to prj.conf David Brown 2020-05-07 14:16:08 -06:00
  • 961e7e707e samples: net: google_iot: Fix unclear documentation David Brown 2020-05-07 14:11:19 -06:00
  • 2873afb7fe aarch32: fix a build failure Andrew Boie 2020-05-08 10:49:19 -07:00
  • 6ba69f19d4 sys/util.h: Add IS_EMPTY and LIST_DROP_EMPTY macros Dominik Ermel 2020-04-30 07:35:21 +00:00
  • 4aab0464c3 dts: bindings: st,stm32-sdmmc: remove unneeded type Anthony Brandon 2020-05-08 13:24:03 +02:00
  • 3a843e1b0a doc: release notes: add note about FP Kconfig symbol name changes Ioannis Glaropoulos 2020-05-08 13:32:13 +02:00
  • 4bab17f71e west.yml: update mipi-sys-t to latest version. Wentong Wu 2020-05-08 21:02:51 +08:00
  • ab8392fb8f logging: syst: enable protocol timestamp in SyS-T message Wentong Wu 2020-05-06 21:10:08 +08:00
  • 450f21ff42 logging: syst: enable length field for SyS-T message Wentong Wu 2020-05-06 21:05:38 +08:00
  • c3f38db5cb logging: add syst initialization code to zephyr tree Wentong Wu 2020-05-06 20:54:13 +08:00
  • 98ce11676e samples: boards: mec15xxevb: Update power management test cases Jose Alberto Meza 2020-04-28 14:43:45 -07:00
  • 7544263050 scripts: Fix documunt referenc for coccicheck Tomasz Bursztyka 2020-04-30 21:36:17 +02:00
  • c24673eefc kernel: properly name idle threads Andrew Boie 2020-03-16 09:44:28 -07:00
  • b7e363661d tests: context: busy-wait with interrupts locked Andrew Boie 2020-03-19 13:18:17 -07:00
  • c8a528d322 boards: mm_swiftio: support west command Frank Li 2020-04-28 21:46:41 +08:00
  • a203d21962 kernel: remove legacy fields in _kernel Andrew Boie 2020-03-16 10:18:03 -07:00
  • b07489614f tests: posix: clock: Workaround to align clocks before querying Paul Sokolovsky 2020-05-07 15:09:56 +03:00
  • 32270ae1b9 tests: posix: eventfd: Don't mix POSIX and Zephyr kernel APIs Paul Sokolovsky 2020-05-05 11:26:34 +03:00
  • a61f86ea8e tests: posix: common: Switch k_sleep() -> k_msleep(). Paul Sokolovsky 2020-05-05 11:25:44 +03:00
  • 0b634793cc lib: posix: Update to new timeout API Paul Sokolovsky 2020-05-05 11:23:55 +03:00
  • 02a5ca931d doc: gsg: add missing python3-dev dependency Andrejs Cainikovs 2020-05-08 12:56:47 +02:00
  • 8939847ea5 boards: intel_s1000_crb: fix xt-gdb cannot find register error Daniel Leung 2020-02-27 09:19:57 -08:00
  • b557bd90a6 cmake: Zephyr sdk backward compatibility with 0.11.1 and 0.11.2 Torsten Rasmussen 2020-04-28 23:20:15 +02:00
  • 299a154fdd cmake: Zephyr sdk package handling Torsten Rasmussen 2020-04-06 23:15:39 +02:00
  • 6789ecbd5e usb: samples: Add USB Audio Headset sample Emil Obalski 2020-03-09 12:36:01 +01:00
  • 8eefca2674 usb: samples: Add USB audio Headphones + Microphone sample Emil Obalski 2020-02-18 12:22:43 +01:00
  • 8d2f13c203 usb: Add USB audio implementation Emil Obalski 2020-02-18 12:21:50 +01:00
  • 38aea280e7 usb: Sync receiving data from ISO OUT endpoint with SOF Emil Obalski 2020-01-17 14:37:11 +01:00
  • 98c9cebfac usb: Add Audio class related files Emil Obalski 2020-02-18 12:17:04 +01:00
  • 7b9fcfd30d drivers: usb: Add enum type for Synchronization Type. Emil Obalski 2020-04-21 14:56:41 +02:00
  • 9e998d108a drivers: usb: Correct naming for endpoint Transfer Type Emil Obalski 2020-04-06 17:08:14 +02:00
  • 79704fac5a usb: ISO endpoint size may not be power of 2. Emil Obalski 2020-01-24 09:54:41 +01:00
  • 7e95a45222 dts: rename solomon,ssd1673fb.yaml to solomon,ssd16xx.yaml Johann Fischer 2020-01-12 19:21:26 +01:00
  • 14ef0a7ccb boards: reel_board: correct display resolution properties Johann Fischer 2020-05-07 17:54:54 +02:00
  • dba19333d2 drivers: ssd16xx: rework initialization of the controller memory Johann Fischer 2020-05-06 14:43:33 +02:00
  • ae7da57cf4 samples: net: cloud: google: Convert to allow new timeouts Jukka Rissanen 2020-05-08 10:57:12 +03:00
  • b67a31e411 Bluetooth: controller: Remove legacy LL Carles Cufi 2020-05-06 10:53:05 +02:00
  • 35713f2ef6 cmake: Assembly listing containing all sections Rohit Gujarathi 2020-05-07 10:08:37 +05:30
  • f93924c689 bluetooth: Add bluetooth support for nRF52820 Mieszko Mierunski 2020-05-06 12:40:30 +02:00
  • f4a7255677 boards: nordic: Add support for nRF52833dk_nrf52820 board Mieszko Mierunski 2020-04-02 13:20:49 +02:00
  • 8538e7133a soc: nordic: Add support for nRF52820 Mieszko Mierunski 2020-04-02 12:38:24 +02:00
  • b90cd759db hal: nrf: Integrate nRFX 2.2.0 release Mieszko Mierunski 2020-05-08 12:39:06 +02:00
  • cd0659e36f util.h: Remove INLINE definition and user Alberto Escolar Piedras 2020-05-06 16:05:44 +02:00
  • 351f39f9cd board: arm: Add Support For 96Boards Aerocore2 Sahaj Sarup 2020-01-31 21:24:26 +05:30
  • 161d8c0c21 arm: soc: add support for stm32f427 Sahaj Sarup 2020-01-31 21:17:54 +05:30
  • 601b972700 net: shell: Add command to print information about net_pkt Jukka Rissanen 2020-05-06 15:43:03 +03:00
  • d20e06d08f tests: maxim_ds3231_api: Convert old DT syntax to new macros Kumar Gala 2020-05-08 00:09:47 -05:00
  • 6693c1d8a1 tests: stream_flash: Convert old DT syntax to new macros Kumar Gala 2020-05-08 00:05:59 -05:00
  • 7778c22b60 soc: arm: atmel_sam: samv71: Remove ARM_MPU selection Stephanos Ioannidis 2020-04-21 23:09:23 +09:00
  • 51a2655cca soc: arm: atmel_sam: same70: Remove ARM_MPU selection Stephanos Ioannidis 2020-04-21 23:04:07 +09:00
  • 004039d08c tests: Rename kernel.fp_sharing Stephanos Ioannidis 2020-05-03 18:35:46 +09:00
  • 728ce61968 tests: Rename kernel.common.stack_protection_arm_fp_sharing Stephanos Ioannidis 2020-05-03 18:28:50 +09:00
  • 41a3d1e816 tests: Rename arch.arm.swap.common.fp_sharing Stephanos Ioannidis 2020-05-03 18:24:53 +09:00
  • 0b930a2195 kconfig: Rename x86 FPU sharing symbols Stephanos Ioannidis 2020-05-03 18:18:37 +09:00
  • aaf93205bb kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING Stephanos Ioannidis 2020-05-03 18:03:19 +09:00
  • 4aeea753b2 samples: canbus: canopen: add program download support Henrik Brix Andersen 2020-02-20 12:31:51 +01:00
  • 3c2984d4a9 scripts: west: add CANopen flash runner Henrik Brix Andersen 2020-03-08 21:48:48 +01:00
  • ed9f2fc28a samples: canbus: canopen: use python-can configuration file Henrik Brix Andersen 2020-03-08 22:41:23 +01:00
  • bbc1928dd1 canbus: canopen: add program download support Henrik Brix Andersen 2020-02-19 22:18:51 +01:00
  • 28d5c0bfb7 boards: stm32f746g_disco: Update board doc for sdmmc Anthony Brandon 2020-04-30 10:52:46 +02:00
  • dc0c938359 boards: arm: stm32f746g_disco: enable sdmmc support Helge Juul 2020-04-24 15:43:24 +02:00
  • cf89e9991d boards: stm32l496g_disco: Update board doc for sdmmc Anthony Brandon 2020-04-30 10:46:56 +02:00
  • a71f77e601 boards: arm: stm32l496g_disco: enable sdmmc support Anthony Brandon 2020-04-24 12:37:33 +02:00
  • 631cad428b disk: add stm32 sdmmc disk access driver Anthony Brandon 2020-03-18 11:28:31 +01:00
  • 54550c04eb net: qemu: Adding support for User Networking Bilal Wasim 2020-05-06 04:56:52 +05:00
  • 46dc8a0813 include: Add documentation for spinlocks Andy Ross 2020-05-07 09:47:25 -07:00
  • 012472f7d5 boards: arm: Add bcm958402m2_a72 board Abhishek Shah 2020-04-23 15:02:29 +05:30
  • 4902c3ab2a boards: arm: Add bcm958402m2_m7 board Arjun Jyothi 2020-04-08 15:07:04 +05:30
  • d18ae2e9fb soc: arm: Add Broadcom Viper SoC support Arjun Jyothi 2020-04-08 15:04:30 +05:30
  • 2f85c01eaa arch: arm: aarch64: Add Cortex-A72 config Abhishek Shah 2020-04-09 16:44:52 +05:30
  • ad9f32a4e9 net: lldp: Sent LLDP packet was missing proper net_pkt type Jukka Rissanen 2020-05-07 18:27:51 +03:00
  • 44e2a0343d samples: sockets: echo_async_select: Add CONFIG_POSIX_API config Paul Sokolovsky 2020-05-07 20:37:17 +03:00
  • ecf8c0146d include: posix: Add <sys/select.h> header for POSIX subsystem Paul Sokolovsky 2020-05-07 20:29:03 +03:00
  • 139da50e3c net: openthread: Allow to disable automatic network attachment Robert Lubos 2020-05-07 16:16:16 +02:00
  • f81c5547f2 boards: nucleo_l552ze_q: Set system clock to 110MHz Erwan Gouriou 2020-03-16 14:42:31 +01:00
  • c4d9de1850 drivers/clock_control: stm32: msi: Enable MSI range config in PLL mode Erwan Gouriou 2020-03-16 09:56:26 +01:00
  • 6d31b1075a boards: Add support for nucleo_l552ze Erwan Gouriou 2018-11-13 14:19:29 +01:00
  • 4b3d79f1bb drivers: stm32: Add pinmux headers for stm32l5 Erwan Gouriou 2018-11-20 15:17:12 +01:00
  • 1d3c1f8d2e drivers/serial: Add support for stm32l5 soc Erwan Gouriou 2020-03-11 11:53:42 +01:00
  • cdd5856167 driver/gpio: stm32: Add STM32L5 support Erwan Gouriou 2020-03-11 11:30:13 +01:00
  • 1f054a7b31 drivers/exti: stm32: Add support for STM32L5 series Erwan Gouriou 2020-03-10 16:49:31 +01:00
  • f258199595 drivers/clock_control: Add clock_control on STM32L5 series Erwan Gouriou 2020-03-10 16:13:14 +01:00
  • 25ac59685f dts/arm/st: Add l5 device tree basics and stm32l552x socs Erwan Gouriou 2018-11-12 17:29:21 +01:00
  • 3057d801c7 soc/arm/st_stm32: Add stm32l5 series soc support Erwan Gouriou 2018-11-12 15:36:41 +01:00
  • 34b7a6c81c testsuite: Allow user to override minimal logging Jukka Rissanen 2020-04-20 13:30:10 +03:00
  • 2e6e818c91 tests: shell: Add test for raw argument option Krzysztof Chruscinski 2020-04-14 09:09:13 +02:00
  • 512de5ecac shell: Refactor command execution to enable raw arguments Krzysztof Chruscinski 2020-04-14 09:01:57 +02:00