Commit graph

  • 3cbce90936 Bluetooth: SDP: Attempt reuse existing SDP client session Arkadiusz Lichwa 2016-12-19 21:27:54 +0100
  • 71fdc901e3 Bluetooth: AVDTP: Add AVDTP_Timer & Handler Arun Jagadish 2016-12-13 18:48:24 +0530
  • 129a844d63 Bluetooth: AVDTP: Add AVDTP Pending Request Arun Jagadish 2016-12-13 15:03:16 +0530
  • f2c44466a4 Bluetooth: SDP: Add connected and disconnected handlers Arkadiusz Lichwa 2016-12-19 14:57:23 +0100
  • b71e34da81 Bluetooth: SDP: Initial implementation of bt_sdp_discover API Arkadiusz Lichwa 2016-12-19 14:39:44 +0100
  • 9abbc61e4a Bluetooth: AT: Command parsing for range of values Sathish Narasimman 2016-11-14 13:36:01 +0530
  • a3a59569fb Bluetooth: SDP: Initial SDP client interface API Arkadiusz Lichwa 2016-10-31 11:04:35 +0100
  • bddf039736 Bluetooth: Make BR/EDR discovery be limited only by time Szymon Janc 2016-12-19 18:02:41 +0100
  • ad8eee2788 Bluetooth: shell: Fix br-discovery help message Szymon Janc 2016-12-19 17:56:17 +0100
  • 17ea315e20 Bluetooth: shell: Add option to specify BR/EDR discovery length Szymon Janc 2016-12-19 15:48:48 +0100
  • 77446839ad Bluetooth: AT: Improve API() to work with buffer increment Sathish Narasimman 2016-11-14 13:09:29 +0530
  • 167eac7df3 Bluetooth: controller: Move call to k_sem_give() out of the ISR Carles Cufi 2016-12-19 12:07:30 +0100
  • 0b1e6fb231 Bluetooth: RFCOMM: Respond to RLS command Jaganath Kanakkassery 2016-12-15 20:59:36 +0530
  • e03f2e249e Bluetooth: RFCOMM: Remove unneeded NULL checks Jaganath Kanakkassery 2016-12-15 22:40:56 +0530
  • 2b410afac1 Bluetooth: Fix priority event buffer availability when ECC is used Johan Hedberg 2016-12-16 21:29:52 +0200
  • a535880505 Bluetooth: AVDTP: Fix Coding style Arun Jagadish 2016-12-13 17:56:58 +0530
  • aefc154811 Bluetooth: GATT: Add BT_GATT_PERM_NONE convenience value Johan Hedberg 2016-12-16 14:30:19 +0200
  • 762bd85807 doc: read version from Makefile Anas Nashif 2016-12-23 12:25:06 -0500
  • ae6f8785cd doc: group logging features under subsystem/ Anas Nashif 2016-12-23 11:46:10 -0500
  • 7cb8a16c86 doc: restructure application primer Anas Nashif 2016-12-22 10:47:01 -0500
  • ebe9771d02 doc: move kernel_v2 to kernel Anas Nashif 2016-12-22 08:24:02 -0500
  • b549e0fbca spi_qmsi_ss: add device_busy_set() to avoid re-enter deep sleep Qiu Peiyang 2016-12-20 09:04:24 +0800
  • e4ad31a231 i2c_qmsi_ss: add device_busy_set() to avoid re-enter deep sleep Qiu Peiyang 2016-12-20 08:49:30 +0800
  • a67a54ff4f MAINTAINERS: Add entry for SPI and NETWORKING Tomasz Bursztyka 2016-12-23 12:08:41 +0100
  • 4b20b634be samples: fix RST syntax and add headers Anas Nashif 2016-12-21 23:23:04 -0500
  • 144316c05c doc/porting/arch.rst: Typo fix. Paul Sokolovsky 2016-11-11 14:58:25 +0300
  • 4085e26cdb samples/zoap-client: Fix using wrong addresses Vinicius Costa Gomes 2016-12-07 11:25:35 -0800
  • db09c2905b drivers: i2c_shim: grant arc the access to i2c on I/O fabric Baohong Liu 2016-11-28 17:37:30 -0800
  • e1153004f9 drivers: spi_shim: grant arc the access to spi on I/O fabric Baohong Liu 2016-11-30 17:17:16 -0800
  • 0fa409ff48 drivers: adc108s102: use unified kernel Baohong Liu 2016-12-02 15:23:47 -0800
  • 34f735fe60 samples: i2c_fram: update some comments Baohong Liu 2016-12-07 16:07:43 -0800
  • b4114259d6 driver: pwm: give arc the access to pwm Baohong Liu 2016-12-08 16:21:48 -0800
  • 83a388e6c8 tests: spi: correct a spi buffer length issue Baohong Liu 2016-12-15 11:44:32 -0800
  • a7006bb53d rtc: qmsi: Fix wrong comment in driver init Andre Guedes 2016-12-21 11:27:15 -0800
  • bfa5653e9a arch: remove instances of fiberRtnValueSet() Benjamin Walsh 2016-12-21 11:16:01 -0500
  • 6209218f40 kernel: optimize ms-to-ticks for certain tick frequencies Benjamin Walsh 2016-12-20 14:39:08 -0500
  • 95061b6561 misc: add ceiling_fraction() macro Benjamin Walsh 2016-12-21 10:13:02 -0500
  • a1622472c3 drivers: hp206 driver does not need 2000 ticks/s frequency Benjamin Walsh 2016-12-20 15:50:42 -0500
  • e863a77849 drivers: fix timeout in hp206 Benjamin Walsh 2016-12-20 15:41:26 -0500
  • 50f7032fb4 arc/nios2: rename sys_cycle_get_32 to k_cycle_get_32 Benjamin Walsh 2016-12-20 15:33:29 -0500
  • eec37e6752 kernel: add flag that tells the system is handling timeouts Benjamin Walsh 2016-12-19 13:55:17 -0500
  • 71905be857 samples/mbedtls_sslclient: Using native IP stack Sergio Rodriguez 2016-12-14 15:58:47 -0800
  • dc3d73bf58 kernel: fix all nanokernel usage in comments Anas Nashif 2016-12-19 20:25:56 -0500
  • 3d8e86c12c drivers: eliminate nano/micro kernel usage Anas Nashif 2016-12-19 18:41:17 -0500
  • 31862e3a63 fxos8700: Add support for tap and double tap triggers Maureen Helm 2016-12-19 16:02:52 -0600
  • 4c22d6ca86 sensor: Introduce tap and double tap triggers Maureen Helm 2016-12-19 15:27:27 -0600
  • 345fdd52b1 kernel: document behavior of k_free Anas Nashif 2016-12-20 08:36:04 -0500
  • 367bf7c175 doc: remove device_sync_call documentation Anas Nashif 2016-12-20 08:12:10 -0500
  • a4690a4ae0 mailmap: added axy (for Anas Nashif) Anas Nashif 2016-12-20 12:16:36 -0500
  • b52080749f drivers: gpio_cmsdk_ahb: Fix erronous if statements Sergio Rodriguez 2016-12-12 11:15:44 -0800
  • 814534ba4e compare footprint: add sanity args files Javier B Perez 2016-10-26 12:04:02 -0500
  • 6a1632ed26 eth/ksdk: Use k_sem instead of nano_sem Marcus Shawcroft 2016-12-21 09:36:28 +0000
  • 4ede76a6f9 eth/ksdk: Use k_sem_init() initial count Marcus Shawcroft 2016-12-20 13:47:24 +0000
  • 5fbbe44883 arc: em_starterkit default changed to EM7D Chuck Jordan 2016-12-09 15:14:44 -0800
  • d8083e92ab arch/arc, usb, ztest: Add the ARG_UNUSED macro Flavio Santes 2016-12-21 00:25:52 -0600
  • 358056692f drivers/usb: Use the right data-type Flavio Santes 2016-12-21 00:22:41 -0600
  • d47abac73d samples: Add the ARG_UNUSED macro Flavio Santes 2016-12-21 00:20:46 -0600
  • 3ec300fd94 shell: Init structure and add the ARG_UNUSED macro Flavio Santes 2016-12-21 00:11:41 -0600
  • 501dd224ad drivers: Add the ARG_UNUSED macro Flavio Santes 2016-12-21 00:10:41 -0600
  • 5799495a5b drivers/sensor: Add the ARG_UNUSED macro Flavio Santes 2016-12-21 00:07:42 -0600
  • 3d7d373a2f drivers/sensor/bmi160: Remove compiler warnings Flavio Santes 2016-12-21 00:06:29 -0600
  • f57023934e samples/net/echo_client: Add ARG_UNUSED Flavio Santes 2016-12-20 13:19:09 -0600
  • 17a589a486 net/utils: Use the right data-type Flavio Santes 2016-12-20 13:18:16 -0600
  • 9216e6c47d net: Add ARG_UNUSED Flavio Santes 2016-12-20 13:15:00 -0600
  • e62030a9ad misc/logger: Add ARG_UNUSED Flavio Santes 2016-12-20 12:37:59 -0600
  • 6ed5b16e49 misc/byteorder: Use the right data-type Flavio Santes 2016-12-20 12:27:41 -0600
  • 15932d41cd drivers/slip: Use the right data-type Flavio Santes 2016-12-20 12:24:10 -0600
  • 0a1c29cda4 driver: Add ARG_UNUSED to console and uart drivers Flavio Santes 2016-12-20 12:23:07 -0600
  • 208fc48d81 tests: add zephyr alerts test case jing wang 2016-12-20 08:28:07 +0800
  • 371e435cae doc: Add environment variables to getting_started.rst Evan Couzens 2016-11-25 13:33:09 -0800
  • 3dc9eb00cf net: remove obsolete net_testing.h Anas Nashif 2016-12-20 11:50:46 -0500
  • 175f63e0f9 doc: add note about order of SDK installation Anas Nashif 2016-12-20 09:45:09 -0500
  • d097011db9 Merge "Merge arm branch into master" Kumar Gala 2016-12-20 18:00:17 +0000
  • bdd2e0145c samples/logger-hook: fix ring buffer usage and initialize variables. Yossi Havusha 2016-12-18 14:22:25 +0200
  • 5ab8f8f15a Merge arm branch into master Kumar Gala 2016-12-20 09:16:27 -0600
  • f4df430bac sanity_chk: add nucleo_f411re to arm list of boards for sanity Kumar Gala 2016-12-19 12:06:30 -0600
  • ffa67b77c6 board: add initial support for Nucleo-64 with Soc STM32F411RE Matthias Boesl 2016-12-03 09:22:00 +0100
  • 129a2f0bb6 gpio: nrf5x: Add support for GPIOTE and GPIO callbacks Carles Cufi 2016-12-10 21:22:04 +0100
  • feef536ada frdm_k64f: Fix basic button sample Maureen Helm 2016-12-13 17:24:54 -0600
  • d73ee7e37d frdm_k64f: hexiwear_k64: Fix basic blinky sample Maureen Helm 2016-12-13 08:34:45 -0600
  • 8b93aaa229 cc3200: Move UART peripheral clock enable into soc init Gil Pitney 2016-12-12 15:19:42 -0800
  • 3bbdee3a61 cc3200: Ensure UART can wake up Zephyr after wfi in idle Gil Pitney 2016-12-08 14:22:24 -0800
  • 3f943a8774 boards: bbc_microbit: Add button and LED definitions Carles Cufi 2016-12-08 17:12:03 +0100
  • ac39609067 boards: nrf52840_pca10056: Add button and LED definitions Carles Cufi 2016-12-08 16:35:08 +0100
  • 08d97e4fe9 boards: nrf52_pca10040: Add button and LED definitions Carles Cufi 2016-12-08 16:31:05 +0100
  • 3b8d811a45 boards: nrf51_pca10028: Add button and LED definitions Carles Cufi 2016-12-08 16:21:33 +0100
  • 3655291d5f boards: arm: Refactor the GPIO and UART dependencies Carles Cufi 2016-12-08 16:03:44 +0100
  • 22172bb584 cc3200: Add generic definitions for LEDs and switches Gil Pitney 2016-11-23 15:51:30 -0800
  • a90e1be4ac cc3200: Add pinmux initialization for GPIO Ports Gil Pitney 2016-11-23 15:41:49 -0800
  • f18cced2c1 cc3200: Add a GPIO driver for the TI CC3200 LaunchXL Gil Pitney 2016-11-23 15:47:20 -0800
  • 429bea5381 boards: arm: Add support for the Nordic pca10056 PDK Carles Cufi 2016-12-06 13:04:01 +0100
  • ce8629c92b arch: arm: Add support for the Nordic nRF52840 IC Carles Cufi 2016-12-07 15:24:51 +0100
  • c5d2c4a65d arch: arm: Refactor and cleanup nRF52 series arch code Carles Cufi 2016-12-07 15:10:51 +0100
  • 6afcee5862 boards: nrf52: Specify nRF52832 IC in default config Carles Cufi 2016-12-06 13:07:33 +0100
  • 87a5e7b1cb ext: Update Nordic MDK header files Carles Cufi 2016-12-06 12:38:56 +0100
  • e15c5527ed drivers: serial: nrf5: Undefine MDK macros to avoid conflict Carles Cufi 2016-12-06 13:21:09 +0100
  • fc479e03e0 Bluetooth: controller: Use SERIES config instead of NRF52 Carles Cufi 2016-12-06 12:55:31 +0100
  • f655da2b5e eth/enc28j60: CONFIG_ETHERNET no longer exists. Marcus Shawcroft 2016-12-20 10:31:11 +0000
  • 9094fdb8c4 eth/config: Group ethernet driver configuration into one menu. Marcus Shawcroft 2016-12-20 10:30:40 +0000
  • 531cb01c19 ieee802165: Device driver_api is const, honour it. Marcus Shawcroft 2016-12-20 10:29:52 +0000