Commit graph

  • 4e29c31512 Bluetooth: L2CAP: Fix not calling disconnect callback Szymon Janc 2016-01-28 17:06:36 +01:00
  • 81b4ffbf93 Bluetooth: bttester: Trivial style correction Andrei Emeltchenko 2016-01-28 16:23:27 +02:00
  • 60ea587c59 Bluetooth: L2CAP: Fix bt_l2cap_chan_send Luiz Augusto von Dentz 2016-01-28 16:23:58 +02:00
  • 23ac865f33 Bluetooth: L2CAP: Fix bt_l2cap_chan_send documentation Luiz Augusto von Dentz 2016-01-28 15:52:52 +02:00
  • 5506ec6f09 Bluetooth: Shell: Fix l2cap-send Luiz Augusto von Dentz 2016-01-28 15:51:13 +02:00
  • ca57c08e0f Bluetooth: nble: Implement get_version_rsp() Andrei Emeltchenko 2016-01-28 15:42:14 +02:00
  • bcea32a2ca Bluetooth: shell: Don't call bt_enable blocking Luiz Augusto von Dentz 2016-01-28 14:00:40 +02:00
  • 26e152f734 Bluetooth: doc: Add notes for building with NBLE enabled Andrei Emeltchenko 2016-01-28 15:40:34 +02:00
  • dfb9441221 Bluetooth: L2CAP: Fix missing unref if link was disconnected Szymon Janc 2016-01-28 12:05:53 +01:00
  • 4124327525 Bluetooth: nble: Correct platform name for Arduino 101 Andrei Emeltchenko 2016-01-28 10:14:10 +02:00
  • af6d20461b Bluetooth: tests: Remove extra board definition for NBLE Andrei Emeltchenko 2016-01-28 10:10:05 +02:00
  • 4414d2f308 Do not set BT config options if NBLE is not enabled Anas Nashif 2016-01-28 06:34:52 -05:00
  • 44541091dc Bluetooth: GATT: Remove unnecessary usage of full UUID structs Johan Hedberg 2016-01-27 21:52:58 -05:00
  • f448b6810d Bluetooth: UUID: Add value definitions Johan Hedberg 2016-01-27 21:50:12 -05:00
  • 92e84bbfb8 Bluetooth: samples/shell: Fix use of NULL net buffer Szymon Janc 2016-01-27 21:45:17 +01:00
  • 71472f8aca Bluetooth: tester: Convert advertising data Mariusz Skamra 2016-01-27 12:32:44 +01:00
  • 1636eca4cb Bluetooth: shell: Add NBLE shell test to sanitycheck Andrei Emeltchenko 2016-01-27 17:05:19 +02:00
  • d5d9e081c6 Bluetooth: shell: Add Nordic BLE configuration Andrei Emeltchenko 2016-01-27 17:01:22 +02:00
  • 355146d2aa Bluetooth: shell: Fix usage of BREDR functions Andrei Emeltchenko 2016-01-27 16:52:03 +02:00
  • e4777eca2c Bluetooth: shell: Make buf_data local Andrei Emeltchenko 2016-01-27 16:39:13 +02:00
  • 06d9e61dd6 Bluetooth: shell: Fix dynamic channel usage Andrei Emeltchenko 2016-01-27 16:26:17 +02:00
  • 59a4e2eaea Bluetooth: tester: Add support for testing with nble driver Luiz Augusto von Dentz 2016-01-27 15:14:13 +02:00
  • dab10c414b drivers/nble: Add UUID support Luiz Augusto von Dentz 2016-01-27 15:11:32 +02:00
  • 7834061d12 Bluetooth: ATT: Check mask instead of specific permission Luiz Augusto von Dentz 2016-01-25 10:41:53 +02:00
  • eea10dd425 Bluetooth: test: Use correct target for Arduino Andrei Emeltchenko 2016-01-27 14:34:15 +02:00
  • 6c988ba401 Bluetooth: beacon: Correct arduino target Andrei Emeltchenko 2016-01-27 15:05:33 +02:00
  • a166d5fd6d Bluetooth: nble: Include right platform Andrei Emeltchenko 2016-01-27 14:26:01 +02:00
  • 16f398ddf7 Bluetooth: UUID: Fix conversion to 128 bit format Luiz Augusto von Dentz 2016-01-22 14:19:12 +02:00
  • 9e74b5171f Bluetooth: beacon: Add support for testing with nble driver Luiz Augusto von Dentz 2016-01-20 16:55:51 +02:00
  • f4c5c9808a Bluetooth: nble: Fix missing format specifier Andrei Emeltchenko 2016-01-27 11:09:19 +02:00
  • 5da3fbdaf4 Bluetooth: att: Use correct format specification for size Andrei Emeltchenko 2016-01-27 11:06:25 +02:00
  • bab5744358 Bluetooth: nble: Allow to build UART driver for nanokernel Andrei Emeltchenko 2016-01-27 10:08:09 +02:00
  • 2dc833880e Bluetooth: BR/EDR: Rename encr_mode to encr_enabled Arkadiusz Lichwa 2016-01-20 20:32:33 +01:00
  • e6f0356df7 Bluetooth: SMP: Fix legacy passkey entry for central role Szymon Janc 2016-01-26 20:56:52 +01:00
  • 04f6d80ff3 Bluetooth: SMP: Fix not initializing context correctly Szymon Janc 2016-01-26 15:33:08 +01:00
  • 44e311ed19 Bluetooth: nble: Limit number tries when reading from UART Andrei Emeltchenko 2016-01-26 14:14:21 +02:00
  • e8ffda4a73 Bluetooth: nble: Implement ble_log Andrei Emeltchenko 2016-01-25 16:31:16 +02:00
  • f8f24d7661 Bluetooth: nble: Clean up code making it consistent Andrei Emeltchenko 2016-01-26 13:24:52 +02:00
  • 9c3de9ebca Bluetooth: nble: Use weak functions printing debug info Andrei Emeltchenko 2016-01-26 12:05:18 +02:00
  • 53dd3ba2e0 drivers/nble: Implement bt_le_adv_start() Johan Hedberg 2016-01-25 19:48:35 -05:00
  • 278d320f71 drivers/nble: Increase TX & RX buffer count to 2 Johan Hedberg 2016-01-25 19:09:12 -05:00
  • 733f837aae drivers/nble: Fix passing correct length to poll_out() Johan Hedberg 2016-01-25 19:07:09 -05:00
  • 3e9bfe5119 Bluetooth: Add missing nanokernel.h dependency to log.h Johan Hedberg 2016-01-25 19:06:54 -05:00
  • 8dbd03a5f5 Bluetooth: nble: Make GATT coding style consistent Andrei Emeltchenko 2016-01-25 11:57:00 +02:00
  • 64b1989f56 Bluetooth: nble: Make GAP coding style consistent Andrei Emeltchenko 2016-01-25 11:51:42 +02:00
  • ac59405268 Bluetooth: nble: Include all functions to build Andrei Emeltchenko 2016-01-25 11:35:20 +02:00
  • d5100a0672 Bluetooth: nble: Enable GAP functions Andrei Emeltchenko 2016-01-25 11:34:24 +02:00
  • 228d0cb292 Bluetooth: nble: Enable GATT functions Andrei Emeltchenko 2016-01-25 11:33:16 +02:00
  • acc88b8a71 Bluetooth: nble: Refactor header include logic Andrei Emeltchenko 2016-01-22 11:43:12 +02:00
  • 702b151e47 Bluetooth: nble: Move receive logic to fiber Andrei Emeltchenko 2016-01-21 15:36:47 +02:00
  • 96aaaadca8 Bluetooth: nble: Adding NBLE ready callback Andrei Emeltchenko 2016-01-21 12:08:38 +02:00
  • 500b59809f Bluetooth: nble: Drive BTWAKE high Andrei Emeltchenko 2016-01-21 12:07:13 +02:00
  • cc190488ee Bluetooth: nble: Add basic RPC transmit code Andrei Emeltchenko 2016-01-21 12:05:08 +02:00
  • 14613089e5 Bluetooth: nble: Add RPC deserialization functions Andrei Emeltchenko 2016-01-19 14:13:44 +02:00
  • 79f47c65ba Bluetooth: nble: Add RPC Serialization IPC Andrei Emeltchenko 2016-01-18 14:04:08 +02:00
  • 124795afed Bluetooth: nble: Implement bt_enable Andrei Emeltchenko 2016-01-15 15:45:13 +02:00
  • abb6e223cf NBLE: Nordic BLE is not a feature of quark se Anas Nashif 2016-01-23 10:51:16 +00:00
  • 4218572c13 Bluetooth: samples/peripheral: Set right board for nble testcase Johan Hedberg 2016-01-23 11:35:18 +00:00
  • baeb34a950 Bluetooth: nble: Add UART driver for Nordic BLE chip Andrei Emeltchenko 2016-01-13 17:14:39 +02:00
  • d325faa670 arduino_101: Set UART0 default options and baud rate Andrei Emeltchenko 2016-01-20 14:32:48 +02:00
  • f5a58453d4 net: contiki: Fix the RA ICMPv6 sending Jukka Rissanen 2016-01-21 14:10:14 +02:00
  • a38fc2fc11 net: contiki: Fix the NS ICMPv6 sending Jukka Rissanen 2016-01-21 14:08:46 +02:00
  • 209119cd63 net: contiki: Fix the RS ICMPv6 sending Jukka Rissanen 2016-01-21 14:03:50 +02:00
  • ea3b162bac Bluetooth: BR/EDR: Add support for Link Key request Arkadiusz Lichwa 2016-01-07 22:55:01 +01:00
  • 9b0d42930c Bluetooth: BR/EDR: Define HCI Link Key request Arkadiusz Lichwa 2016-01-07 22:51:27 +01:00
  • a68db1fc57 Bluetooth: BR/EDR: Enable encryption handlers Arkadiusz Lichwa 2016-01-08 11:11:56 +01:00
  • fa484be4f4 net: ipv4: Add missing includes Michael LeMay 2016-01-20 22:06:55 -08:00
  • 838c98b023 cc2520: Use DEVICE_INIT() relevantly Tomasz Bursztyka 2016-01-29 13:30:42 +01:00
  • 897ffaeb2c irq: rename irq_connect() to IRQ_CONNECT() Andrew Boie 2016-01-27 10:07:31 -08:00
  • a4ec963138 init: use SYS_INIT() where it makes sense Benjamin Walsh 2016-01-28 15:16:31 -05:00
  • 629e1dd861 init: add SYS_INIT() Benjamin Walsh 2016-01-28 14:56:48 -05:00
  • 47c04f4ac2 device: rename the device objects created by DEVICE_INIT() Benjamin Walsh 2016-01-28 14:55:27 -05:00
  • dcfd4e96f4 device: remove obsolete DEVICE_DEFINE/INIT_CONFIG_DEFINE() Benjamin Walsh 2016-01-28 14:53:28 -05:00
  • d340d4cb3f device: use DEVICE_INIT everwhere Benjamin Walsh 2016-01-28 14:48:47 -05:00
  • ef33dc32e5 device: add DEVICE_INIT() Benjamin Walsh 2016-01-27 15:55:32 -05:00
  • f027902305 net: use DEVICE_GET() instead of referencing __initconfig_xxx directly Benjamin Walsh 2016-01-27 14:45:19 -05:00
  • f2f719a523 device: move device APIs from init.h to device.h Benjamin Walsh 2016-01-27 14:40:06 -05:00
  • a740cd96a9 doc: add device_ namespace to the naming code conventions Benjamin Walsh 2016-01-26 16:47:37 -05:00
  • 2c1a95aee6 device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICE Benjamin Walsh 2016-01-26 16:42:29 -05:00
  • 0303d8cab9 device: rename SYS_DEFINE_DEVICE() Benjamin Walsh 2016-01-26 16:40:37 -05:00
  • 2ee9aca31a irq: size _irq_to_interrupt_vector_table Andrew Boie 2016-01-27 12:19:15 -08:00
  • ba15d18d94 adc: updated the adc read api description Juan Manuel Cruz 2016-01-28 10:42:47 -06:00
  • bfc27206b2 device: rename DECLARE_DEVICE_INIT_CONFIG() Benjamin Walsh 2016-01-26 16:37:12 -05:00
  • bd18487727 x86: if no dynamic irqs, omit _interrupt_vectors_allocated Andrew Boie 2016-01-27 12:10:09 -08:00
  • 630280c464 build: fix issue with static interrupts on ARC/ARM Andrew Boie 2016-01-27 14:40:45 -08:00
  • d1ff13e68f doc: Fix cross-reference and toctree on index.rst and about_zephyr.rst Rodrigo Caballero 2016-01-28 16:27:56 -06:00
  • 4ec9758034 irq: fix declared _sw_isr_table size on ARC Fabien Chereau 2016-01-28 15:24:56 +01:00
  • 78b2670032 irq: added a check for dynamic IRQ table overflow Fabien Chereau 2016-01-28 15:08:46 +01:00
  • c5bb958db4 arm: add software reboot for QEMU Benjamin Walsh 2015-11-05 18:26:01 -05:00
  • 62c65d7f00 arm: in non-XIP image, make __start alias of __reset Benjamin Walsh 2015-11-03 15:30:11 -05:00
  • ec47784a28 test_mem_safe: support ARM Benjamin Walsh 2015-10-30 17:06:50 -04:00
  • 2e27adb569 mem_safe: prevent writing to .text in XIP systems Benjamin Walsh 2015-10-30 17:05:26 -04:00
  • 7b526e2447 cache: add implementation for cache-less systems Benjamin Walsh 2015-10-30 17:04:00 -04:00
  • bd94d98255 arm: add connecting exceptions at runtime Benjamin Walsh 2015-10-30 14:29:49 -04:00
  • f8807dae89 arm: rename _VectorTableROM Benjamin Walsh 2015-10-29 13:59:07 -04:00
  • 9dc2374d1c arm/nvic: add _NUM_EXC symbol for number of exceptions Benjamin Walsh 2015-10-26 15:48:47 -04:00
  • cfac189f98 arm: refactor fault handling stack pointer passing Benjamin Walsh 2015-10-26 14:01:39 -04:00
  • c4a093a24e arm: rework _ScbSystemReset() into sys_arch_reboot() Benjamin Walsh 2015-10-26 13:38:18 -04:00
  • 2ace19ede8 arm: allow accessing GPRs in ESF by their real name Benjamin Walsh 2015-10-23 16:23:53 -04:00
  • 85138855f0 arm: add macro for defining GPRs with aliases Benjamin Walsh 2015-10-23 16:20:25 -04:00