Commit graph

  • e5aaf21a73 subsys: Replace printf by printk when applicable Xavier Chapron 2020-05-07 12:08:02 +02:00
  • 2a8ff02ef2 drivers: Replace printf by printk when applicable Xavier Chapron 2020-05-07 12:07:22 +02:00
  • c26b7c8d5c samples: littlefs: fix reg error in particle_xenon overlay Peter A. Bigot 2020-05-09 09:48:29 -05:00
  • 0b1ef3f6bc test: msgq: remove number of cpu restriction Meng xianglin 2020-05-09 13:19:36 +08:00
  • c308f8069f kernel: init: move C++ initialization before application init loop Peter Bigot 2020-05-08 09:28:44 -05:00
  • df56ce3efb drivers: ethernet: mcux: rework how unique mac is determined Kumar Gala 2020-04-23 13:22:38 -05:00
  • b19cf0bed3 drivers: eth: Get Manual MAC address from devicetree Kumar Gala 2020-04-23 12:37:38 -05:00
  • 1de61b4c42 drivers: eth: Replace driver specific RANDOM_MAC Kconfig with devicetree Kumar Gala 2020-04-23 12:28:00 -05:00
  • ce0d50c2b0 dts: bindings: ethernet: Add zephyr,random-mac-address property Kumar Gala 2020-04-23 11:14:15 -05:00
  • 8178f76470 drivers: eth: Refactor generation of random mac into help function Kumar Gala 2020-04-23 12:13:14 -05:00
  • 1fed229f6e samples: tfm_integration: Add PSA level 1 sample app Kevin Townsend 2020-05-08 12:05:39 +02:00
  • b3e7867214 samples: tfm_integration: Add TFM IPC sample app Karl Zhang 2020-05-08 08:24:02 -05:00
  • 679b437b75 boards: arm: musca_b1: Add TFM support Karl Zhang 2020-05-08 08:23:36 -05:00
  • f2ccd2b00a boards: arm: mps2_an521: Add TFM support Karl Zhang 2020-05-08 08:23:14 -05:00
  • fec5ed6077 trusted-firmware-m: Add initial plumbing for TFM Karl Zhang 2020-05-08 08:22:52 -05:00
  • 68ffc2d7cf arm: musca_b1: Extend memory space in nonsecure Karl Zhang 2019-10-23 19:29:42 +08:00
  • 1a001cc94d arm: mps_an521_nonsecure: Add TFM BL2 support Karl Zhang 2019-07-03 19:48:05 +08:00
  • 246402a2a2 board: arm: add support for infineon relax kit Parthiban Nallathambi 2020-04-21 12:30:02 +02:00
  • f4adfd52cb drivers: serial: add XMC seris UART support Parthiban Nallathambi 2020-04-21 12:16:59 +02:00
  • b687d76d09 soc: arm: add infineon_xmc series support Parthiban Nallathambi 2020-04-21 11:37:42 +02:00
  • eaaf1af79e drivers: espi: mchp: Report correct length during OOB Rx operation Jose Alberto Meza 2020-05-04 13:37:15 -07:00
  • 0ac4409f44 modules: Fix HAL eSPI OOB transfer size defines Scott Worley 2020-05-01 10:50:16 -04:00
  • 21797051a9 tests: latency_measure: allow use of other timer for timestamp Daniel Leung 2020-04-07 12:21:46 -07:00
  • 9df7979d3b west.yml: hal_st: Make it a zephyr library. Erwan Gouriou 2020-05-07 10:07:51 +02:00
  • 6ea53792f4 modules: stm32: Rename lib Kconfig symbol Erwan Gouriou 2020-05-08 15:36:26 +02:00
  • b605e5adc4 ci: docker: Update image to 0.11.7 Kumar Gala 2020-05-07 23:54:46 -05:00
  • d6a33ef467 soc: intel_adsp: Generalize bootloader Andrei Emeltchenko 2020-05-07 15:30:51 +03:00
  • 35c4838425 drivers: display: st7789v: add power management support Albin Söderqvist 2020-05-07 13:15:50 +02:00
  • db725c0ec9 drivers: Replace GPIO_CS Kconfig with devicetree detection Kumar Gala 2020-05-08 12:04:55 -05:00
  • 1966d48498 drivers: wifi: eswifi: WiFi Scan completion indication Bilal Wasim 2020-05-09 01:46:58 +05:00
  • 0b5c58fcab scripts: runners: handle uninstalled dependencies Martí Bolívar 2020-05-08 15:51:14 -07:00
  • a515934a4b plat: bcm_vk: core specific init Sandeep Tripathy 2020-05-08 15:53:36 +05:30
  • fa9ba6ed0b arch: arm64: cortex-a72: add L2 specific defines Sandeep Tripathy 2020-05-08 15:51:09 +05:30
  • 2c0eecaa5e posix arch: build on aarch64 / allow host-specific cmake includes Christopher Friedt 2020-05-08 14:52:24 -04:00
  • 57671d9716 tests: flash_simulator: Add native posix support Jan Van Winkel 2020-05-08 20:34:11 +02:00
  • f32eeba925 dts: x86: configure different IO APIC delivery modes for various devices Zide Chen 2020-03-04 16:01:39 -08:00
  • e8b6b86704 interrupt_controller: device driver can configure IO APIC delivery mode Zide Chen 2020-03-04 12:20:32 -08:00
  • ae1137f241 interrupt_controller: change IO APIC to logical destination mode Zide Chen 2020-02-14 13:57:07 -08:00
  • d27f6cb5eb interrupt_controller: program local APIC LDR register for xAPIC Zide Chen 2020-02-10 14:09:05 -08:00
  • 6a2cb94f6f sanitycheck: suppress warnings from EDT Kumar Gala 2020-05-08 16:32:16 -05:00
  • c2135f8721 devicetree: DT_NODE_HAS_COMPAT_STATUS_OKAY -> DT_NODE_HAS_COMPAT_STATUS Kumar Gala 2020-05-07 12:22:26 -05:00
  • 6f35d3bd16 doc: write documentation about DT-based device instantiation Martí Bolívar 2020-05-01 10:54:26 -07:00
  • 90ffbcb9d3 tests: devicetree: Add explicit has_status checks Kumar Gala 2020-05-06 17:27:55 -05:00
  • 17b8667197 dts: clean up some redundant DT checks Martí Bolívar 2020-05-06 10:50:36 -07:00
  • 7e0eed9235 devicetree: allow access to all nodes Martí Bolívar 2020-05-06 11:23:07 -07:00
  • e96ca54fd8 gen_defines: play tricks to benefit DT_INST users Martí Bolívar 2020-05-07 12:07:02 -07:00
  • 5cf85fa229 drivers: move nxp_kinetis_temp to for-each style Kumar Gala 2020-05-07 01:16:27 -05:00
  • 338cecbe1a drivers: i2c: shell: add I2C bus recovery shell command Henrik Brix Andersen 2020-04-20 14:13:55 +02:00
  • 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