Commit graph

  • fdd29717f5 drivers: eth: e1000: Add a hexdump of the received/sent data Oleg Zhurakivskyy 2019-12-22 13:33:44 +02:00
  • 2552400533 drivers: eth: e1000: Sanitize the RX descriptor length Oleg Zhurakivskyy 2019-12-22 13:26:33 +02:00
  • 1453b316cb drivers: eth: e1000: Minor cleanup of the naming in e1000_rx() Oleg Zhurakivskyy 2019-12-22 13:20:27 +02:00
  • 4b74f69eb3 drivers: eth: e1000: Minor cleanup of the naming in e1000_tx() Oleg Zhurakivskyy 2019-12-22 13:17:43 +02:00
  • f4ebf53cfb samples: sockets: echo: Include stdlib.h Oleg Zhurakivskyy 2019-12-23 11:04:45 +02:00
  • 63567c90ea Bluetooth: mesh: Add comment explaining use of byte order Joakim Andersson 2019-12-27 16:03:35 +01:00
  • f675e14718 Bluetooth: controller: Use 24-bit functions for LL Features Joakim Andersson 2019-12-27 15:58:02 +01:00
  • 6426cd58fc Bluetooth: mesh: Use 24-bit functions Joakim Andersson 2019-12-27 14:58:40 +01:00
  • 0f717058a0 Bluetooth: samples: peripheral_esp: Use common 24-bit functions Joakim Andersson 2019-12-27 14:45:44 +01:00
  • 8d2b9e6fef net: buf: Add push functions for supported bit-variants Joakim Andersson 2019-12-27 17:44:54 +01:00
  • f5bbb4d3fd Bluetooth: controller: legacy: Fix tx_time calculation for length update Vinayak Kariappa Chettimada 2020-01-02 14:40:02 +05:30
  • 41e6016885 Bluetooth: controller: split: Fix tx_time calculation for length update Wolfgang Puffitsch 2019-11-20 20:29:31 +01:00
  • 2cfef8cd77 Bluetooth: L2CAP: Fix using s16_t to represent credits Luiz Augusto von Dentz 2019-12-19 13:39:21 -08:00
  • 4ff711d8a5 Bluetooth: L2CAP: Remove use of k_sem for credits Luiz Augusto von Dentz 2019-12-18 13:27:36 -08:00
  • 4e135d76a3 Bluetooth: shell: Add printing of remote version information Johan Hedberg 2019-10-07 13:34:02 +03:00
  • 649a813bf6 Bluetooth: host: Add calling of read_remote_version Sverre Storvold 2019-09-27 14:53:40 +02:00
  • 32bde4fe78 Bluetooth: host: Refactor host auto initiated LL procedures Joakim Andersson 2019-12-12 14:28:44 +01:00
  • 40c20b1f18 Bluetooth: Change remote version event from prio to normal event type Joakim Andersson 2019-12-12 19:44:31 +01:00
  • cbb7ef5560 Bluetooth: shell: Fix floating point usage Johan Hedberg 2019-10-07 13:36:30 +03:00
  • 4b38659b06 kernel: msgq: rename parameters q->msgq Anas Nashif 2019-11-25 09:30:47 -05:00
  • 9e3e7f6dda kernel: use 'thread' for thread variable consistently Anas Nashif 2019-12-19 08:19:45 -05:00
  • cd0873015a timer: sam0_rtc_timer: Add support for SAME54 Benjamin Valentin 2019-03-15 23:39:57 +01:00
  • 41713244b3 kconfig: Remove '# Hidden' comments on promptless symbols Ulf Magnusson 2019-12-21 08:17:02 +01:00
  • 9c9eb3452b kconfig: Fix some formatting nits Ulf Magnusson 2019-12-21 06:32:09 +01:00
  • 0638c7021d cmake: xtools: use SoC name in path to xtensa toolchain Daniel Leung 2019-10-07 11:34:29 -07:00
  • 6ef29c0250 kconfig: Remove some redundant single-item menus and ifs Ulf Magnusson 2019-12-21 07:00:23 +01:00
  • ad34e48f01 boards: arm: 96b_wistrio: Use STM32_OSPEEDR_VERY_HIGH_SPEED for SPI1_SCK Manivannan Sadhasivam 2019-11-06 20:53:08 +05:30
  • c8d12610c7 west: Add LoRaMac-node module Manivannan Sadhasivam 2019-09-07 14:57:39 +05:30
  • 27873977f9 modules: Add LoRaMac Stack and drivers Manivannan Sadhasivam 2019-09-07 14:57:59 +05:30
  • 137c122047 CODEOWNERS: Add entry for LoRa support Manivannan Sadhasivam 2019-07-22 20:42:47 +05:30
  • e43fdb0428 samples: drivers: Add LoRa receiver sample Manivannan Sadhasivam 2019-07-21 01:50:59 +05:30
  • 72f5806cec samples: drivers: Add LoRa sender sample Manivannan Sadhasivam 2019-07-21 01:50:09 +05:30
  • 9066e4db34 boards: arm: 96b_wistrio: Add on-board SX1276 LoRa Modem suppport Manivannan Sadhasivam 2019-07-21 01:48:29 +05:30
  • e47b5f7a65 drivers: lora: Add SX1276 LoRa Modem support Manivannan Sadhasivam 2019-07-21 01:48:03 +05:30
  • 5cb5cc0e66 drivers: Add basic LoRa driver support Manivannan Sadhasivam 2019-08-31 22:14:44 +05:30
  • 92b2994335 include: Add initial LoRa API Manivannan Sadhasivam 2019-07-21 01:39:22 +05:30
  • cd7fdd7d58 samples: wpanusb: Allow to build for general boards also Andrei Emeltchenko 2019-10-08 10:20:54 +03:00
  • c87384875c samples: wpan_serial: Allow to build for more boards Andrei Emeltchenko 2019-10-08 10:19:21 +03:00
  • d78a06428a samples: wpan_serial: Refactor wpan_serial Andrei Emeltchenko 2019-04-09 16:23:54 +03:00
  • 292efefaf3 samples: wpan_serial: Use logger hexdump helper Andrei Emeltchenko 2019-04-09 16:05:11 +03:00
  • 8315420df0 samples: wpan_serial: Take into account bytes written Andrei Emeltchenko 2018-08-14 15:34:57 +03:00
  • f4f9dc6005 samples: wpan_serial: Update README Andrei Emeltchenko 2018-07-17 14:41:18 +03:00
  • 80e4321a5b samples: wpan_serial: Create cc2520 overlay Andrei Emeltchenko 2018-07-17 12:50:51 +03:00
  • 095d8070db samples: wpan_serial: Allow to use other 15.4 devices Andrei Emeltchenko 2018-07-17 12:46:40 +03:00
  • fa128cb0ac boards: up_squared: kconfig: Remove unused board variant symbols Ulf Magnusson 2019-10-21 18:59:13 +02:00
  • 11a1ae5f7a test_pipe_contexts: fix mempool size issue and async pipe coverage Nicolas Pitre 2019-10-08 21:14:54 -04:00
  • b5f335b11b mcumgr: BT SMP transport config for authenticated requirement Nick Ward 2019-11-07 23:34:14 +11:00
  • a07acbd7a7 board: arm: Add google_kukui board Jack Rosenthal 2019-10-25 16:16:32 -06:00
  • 53ed9e57a2 soc: stm32f0: Add support for STM32F098xx SOC Jack Rosenthal 2019-11-06 15:07:52 -07:00
  • e41bdcd545 cmake: Fix CMAKE_BUILD_TYPE and OPTIMIZATION_FLAG match check Jack Dähn 2019-11-15 19:01:39 +01:00
  • c2723054f6 samples: sensor: lps22hh: add standalone sample Peter Bigot 2019-11-19 09:49:04 -06:00
  • 2c529ce3b6 kernel: thread: k_thread_foreach_unlocked: Implement Radoslaw Koppel 2019-11-27 14:20:37 +01:00
  • 5b1a524348 sensor: tmp116: Add support for tmp117, fix calculation issues Hans Wilmers 2019-11-25 13:37:48 +01:00
  • c9d78401cc spinlock: Make SPIN_VALIDATE a Kconfig option. Danny Oerndrup 2019-12-13 11:24:56 +01:00
  • e181e1b773 kconfiglib: Update to hide tracebacks for expected errors Ulf Magnusson 2019-12-17 08:39:07 +01:00
  • 6118ca2785 usb: make usb descriptor power options configurable Barry Solomon 2019-12-17 14:58:27 -05:00
  • 86dc23a15d dts: bindings: Remove "provides a base representation" from bindings Ulf Magnusson 2019-12-19 05:55:20 +01:00
  • 0ac6e6bf36 dts: bindings: Remove redundant document separators Ulf Magnusson 2019-12-19 05:53:21 +01:00
  • 939c05a7af usb: hid: Make it possible to specify HID debug level Emil Obalski 2019-12-19 13:45:21 +01:00
  • de345e2a63 docs: mec15xxevb assy6853 updated set up manual Maksim Masalski 2019-12-20 09:57:28 +08:00
  • b7f07dcff7 docs: mec15xxevb assy6853 updated set up manual Maksim Masalski 2019-12-13 16:12:11 +08:00
  • ea3041dbbe doc: extract_content.py: Detect included files in a more robust way Ulf Magnusson 2019-12-19 07:36:11 +01:00
  • d048faacf2 aarch32: Add header shims to support old file locations Carlo Caione 2019-12-17 17:13:47 +00:00
  • 13e671e381 arch: arm: Fix header guards Carlo Caione 2019-11-09 18:48:15 +00:00
  • aec9a8c4be arch: arm: Move ARM code to AArch32 sub-directory Carlo Caione 2019-11-09 17:49:36 +00:00
  • 8e5e812252 boards: rv32m1_vega: Documentation and sanity test support Jose Manuel Pacheco Luna 2019-08-16 10:58:55 -05:00
  • b90e0587a3 tests: spi_loopback: Add rv32m1 configuration Jose Manuel Pacheco Luna 2019-08-06 15:07:40 -05:00
  • 19097e407c riscv: Configured pinmux for Arduino header SPI Jose Manuel Pacheco Luna 2019-08-06 15:04:09 -05:00
  • 51fc06a708 riscv: enabled spi-0 in defconfig and dtsi files Jose Manuel Pacheco Luna 2019-08-06 15:04:59 -05:00
  • 6b01656c4b samples: sensor: fix test identifier Anas Nashif 2019-12-19 22:53:19 -05:00
  • b69edc3844 Bluetooth: HCI: Check length of VS command complete Joakim Andersson 2019-12-08 15:05:54 +01:00
  • a34d4afe7d Bluetooth: Host: Fix issues with host IRK handling Joakim Andersson 2019-12-05 13:50:55 +01:00
  • 091ebf905d Bluetooth: controller: Return FICR as a static address IR Joakim Andersson 2019-12-05 12:36:41 +01:00
  • 56101c3c9a samples: bluetooth: ipsp: Mark accepted socket correctly in accept() Jukka Rissanen 2019-12-19 14:26:40 +02:00
  • 896619ad40 Bluetooth: controller: Fix controller address check Joakim Andersson 2019-12-19 15:46:26 +01:00
  • 8531c7cb44 riscv: linker.ld: Port vector table to zephyr_linker_sources() Øyvind Rønningstad 2019-11-29 13:31:53 +01:00
  • 0b2c8e201c arm, x86, riscv: linker.ld: Move TEXT_SECTION_OFFSET Øyvind Rønningstad 2019-11-29 13:31:00 +01:00
  • 1134f1b49d cortex_m: linker.ld: Port secure entry funcs to zephyr_linker_sources() Øyvind Rønningstad 2019-11-29 10:34:50 +01:00
  • 3925132456 arc: linker.ld: Port vector table to zephyr_linker_sources() Øyvind Rønningstad 2019-11-29 09:22:13 +01:00
  • b1026da300 arm: linker.ld: Port the CC32xx flash header to zephyr_linker_sources() Øyvind Rønningstad 2019-11-28 17:04:06 +01:00
  • 54c1af861c arm: linker.ld: Port NXP_IMX_RT_BOOT_HEADER to zephyr_linker_sources() Øyvind Rønningstad 2019-11-28 17:02:37 +01:00
  • f5fda5cfa1 arm: linker.ld: Port KINETIS_FLASH_CONFIG to zephyr_linker_sources() Øyvind Rønningstad 2019-11-28 17:01:00 +01:00
  • 321462b310 arm: linker.ld: Port the vector table to zephyr_linker_sources() Øyvind Rønningstad 2019-11-28 16:59:15 +01:00
  • 1a2ff6deda cmake: Add sorting of linker snippets by key Øyvind Rønningstad 2019-11-28 16:57:04 +01:00
  • d1c2a4edbf cmake: Add the TEXT_START location to zephyr_linker_sources() Øyvind Rønningstad 2019-11-28 12:01:53 +01:00
  • 076eee3abc subsys/random: fix unused value warning Daniel Leung 2019-12-17 10:49:29 -08:00
  • 99df8251bf boards: reel_board: add all LEDs to device tree Henrik Brix Andersen 2019-11-28 09:42:16 +01:00
  • ffbd48e2c1 logging: Fix false strdup buffer freeing Krzysztof Chruscinski 2019-12-12 11:51:00 +01:00
  • ee14a49e91 tests: logging: log_core: Extended test_log_strdup_gc Krzysztof Chruscinski 2019-12-12 11:20:32 +01:00
  • 91e39d5ee7 drivers: adc: adc_stm32: fix clock setup Thomas Schmid 2019-12-18 18:15:08 +01:00
  • 0567184b3b board: atsamr21_xpro: Update config Gerson Fernando Budke 2019-10-26 17:43:22 -03:00
  • b2af5fd5e3 board: atsamr21_xpro: Update yaml with ieee802154 Gerson Fernando Budke 2019-10-24 19:53:32 -03:00
  • 8638a0cc3c board: atsamr21_xpro: Add at86rf233 dts binding Gerson Fernando Budke 2019-10-15 19:48:50 -03:00
  • 6adde8c137 drivers: eth_mcux enable checksum and autonegotiation Andrei Gansari 2019-12-10 16:17:04 +02:00
  • 2a5d61d3ea sanitycheck: define schema for hardware map Anas Nashif 2019-12-19 12:33:51 -05:00
  • fc85ff052f sanitycheck: support pre/post flash scripts Anas Nashif 2019-12-19 11:59:54 -05:00
  • 5c48c2132d drivers: ssd16xx: derive buffer length from width and height attributes Johann Fischer 2019-12-18 10:24:55 +01:00
  • f54b106f60 drivers: ssd1306: cleanup and make functions static Johann Fischer 2019-12-18 10:12:29 +01:00
  • d50ec79757 drivers: ssd1306: derive buffer length from width and height attributes Johann Fischer 2019-12-18 09:16:24 +01:00
  • e924879ef7 samples/subsys/shell: Introduce Sensor Shell module Diego Sueiro 2018-11-22 06:13:38 +00:00