Commit graph

  • 5fe86c9452 Bluetooth: Fix typo in NET_BUF Kconfig option description Szymon Janc 2015-10-29 10:10:59 +01:00
  • c84d05a3fe Bluetooth: Allow to enable debugs without connection support Szymon Janc 2015-10-29 10:02:23 +01:00
  • ea513bb569 Bluetooth: Always compile in UUID support Szymon Janc 2015-10-29 09:54:43 +01:00
  • 6b17c489d4 net: Rename samples/microkernel/apps/network Jukka Rissanen 2015-10-28 15:15:12 +02:00
  • b14e623918 net: Rename samples/nanokernel/apps/network Jukka Rissanen 2015-10-28 15:09:05 +02:00
  • bd5d503fc6 net: Rename samples/network to samples/net Jukka Rissanen 2015-10-28 14:53:30 +02:00
  • 4b433d4fa6 Bluetooth: Differentiate send/recv of needed driver headroom Johan Hedberg 2015-10-29 10:18:44 +02:00
  • 1c0c1e4a00 net: apps: Add sanity test changes to test_15_4 Ravi kumar Veeramally 2015-10-28 17:09:13 +02:00
  • a81c968b0b net: Add Kconfig option for sanity test Ravi kumar Veeramally 2015-10-29 10:14:40 +02:00
  • 694d972595 net: apps: Add support for CONFIG_NET_15_4_LOOPBACK_NUM Ravi kumar Veeramally 2015-10-28 16:30:44 +02:00
  • fa8636c24e Bluetooth: Fix handle value in completed packets command Johan Hedberg 2015-10-29 07:40:56 +02:00
  • 13fcc5ca3e Bluetooth: Make ACL/HCI user data private to hci_core.c Johan Hedberg 2015-10-28 21:14:31 +02:00
  • 52cf66feb9 Bluetooth: Remove user data from outgoing ACL buffers Johan Hedberg 2015-10-28 21:12:50 +02:00
  • 31114c384b Bluetooth: Remove buffer type information from user data Johan Hedberg 2015-10-28 20:39:45 +02:00
  • 5f4daa1551 Bluetooth: Merge send_acl/cmd back to a single callback Johan Hedberg 2015-10-28 20:24:16 +02:00
  • ff2d104105 Bluetooth: Move buffer type enum to driver.h Johan Hedberg 2015-10-28 20:17:20 +02:00
  • e000290627 Bluetooth: Move outgoing ACL buffer management to l2cap.c Johan Hedberg 2015-10-28 20:08:57 +02:00
  • 3822aecd24 Bluetooth: Merge buf.[ch] functionality into hci_core.[ch] Johan Hedberg 2015-10-28 15:14:46 +02:00
  • 1ddc3edcaa Bluetooth: Introduce HCI-driver specific buffer functions Johan Hedberg 2015-10-28 14:59:43 +02:00
  • 7ff1cbd976 Bluetooth: Split HCI driver ACL/CMD send callback Johan Hedberg 2015-10-28 14:55:53 +02:00
  • 70f80ad968 Bluetooth: samples/peripheral: Remove dependency on internal define Johan Hedberg 2015-10-28 20:56:12 +02:00
  • 51af39ff16 Bluetooth: Allow sanity to build tester on x86 Szymon Janc 2015-10-28 13:48:22 +01:00
  • 34f1cacae3 net: Add Kconfig option for loopback num Ravi kumar Veeramally 2015-10-28 14:18:30 +02:00
  • 5e965ca8ca net: apps: Remove unused nanosems Ravi kumar Veeramally 2015-10-28 14:08:57 +02:00
  • 4d705eec5c net: Fix net_buf variable initialization Ravi kumar Veeramally 2015-10-28 14:04:22 +02:00
  • 162b5e8091 Bluetooth: Default to ARM build for tester application Szymon Janc 2015-10-28 13:47:01 +01:00
  • f1baa0b8fc Bluetooth: uart: Remove incorrect buffer type check Johan Hedberg 2015-10-28 14:44:30 +02:00
  • 0c338649f0 Bluetooth: Remove unnecessary deadlock check Johan Hedberg 2015-10-28 14:18:53 +02:00
  • ea11d4b5cd Bluetooth: Add helper macros for accessing Bluetooth user data Johan Hedberg 2015-10-28 12:44:34 +02:00
  • 6e84d77151 Bluetooth: Remove old bt_buf API Johan Hedberg 2015-10-28 10:57:47 +02:00
  • 48fde83fe5 Bluetooth: samples/test_bluetooth: Convert to net_buf API Johan Hedberg 2015-10-28 11:00:40 +02:00
  • e41285999c Bluetooth: samples/shell: Convert to net_buf API Johan Hedberg 2015-10-28 10:58:12 +02:00
  • ad20899261 Bluetooth: gatt: Convert to net_buf API Johan Hedberg 2015-10-28 10:51:40 +02:00
  • b9476947d9 Bluetooth: att: Convert to net_buf API Johan Hedberg 2015-10-28 10:48:34 +02:00
  • dfdd7b24de Bluetooth: smp: Convert to net_buf API Johan Hedberg 2015-10-28 10:46:51 +02:00
  • 529a12338b Bluetooth: l2cap: Convert to net_buf API Johan Hedberg 2015-10-28 10:41:10 +02:00
  • 5b4063094a Bluetooth: conn: Convert to net_buf API Johan Hedberg 2015-10-28 10:39:02 +02:00
  • c73b131b3b Bluetooth: core: Convert to net_buf API Johan Hedberg 2015-10-28 10:34:15 +02:00
  • 1f01f1da16 Bluetooth: uart: Convert to net_buf API Johan Hedberg 2015-10-28 10:26:44 +02:00
  • 581fa90ea8 Bluetooth: Initial conversion to net_buf API Johan Hedberg 2015-10-28 10:20:43 +02:00
  • c1f007687f net: Add initial generic buffer implementation Johan Hedberg 2015-10-07 18:32:54 +03:00
  • d57e54fddc Bluetooth: Make it possible to build tester for x86 Luiz Augusto von Dentz 2015-10-23 15:35:21 +03:00
  • 929d4f4c86 Bluetooth: GATT: Make BT_GATT_CHARACTERISTIC declare its value Luiz Augusto von Dentz 2015-10-23 15:00:52 +03:00
  • 1617f5580b Bluetooth: GATT: Remove value_handle from bt_gatt_chrc Luiz Augusto von Dentz 2015-10-23 13:30:31 +03:00
  • 148ce3013c Bluetooth: GATT: Remove unused field of _bt_gatt_ccc Luiz Augusto von Dentz 2015-10-23 13:08:42 +03:00
  • 1284e608ac Bluetooth: GATT: Remove handles from macros Luiz Augusto von Dentz 2015-10-23 10:52:28 +03:00
  • 1c8ab98114 Bluetooth: GATT: Make attribute database into a list Luiz Augusto von Dentz 2015-10-22 20:58:20 +03:00
  • 2a11205499 net: apps: echo_server: Add Ethernet support Michael LeMay 2015-10-14 21:59:43 -07:00
  • ef2a2254e6 eth: dw: galileo: Provide pre-set MMIO base address and IRQ Michael LeMay 2015-10-14 21:49:56 -07:00
  • ebba3bf38b eth: dw: Add driver for Synopsys DesignWare Ethernet MAC Michael LeMay 2015-10-26 16:38:13 -07:00
  • 0927378a59 net: Add Ethernet support to the network stack Michael LeMay 2015-10-14 21:52:49 -07:00
  • 2684f4472f pci: Add pci_enable_bus_master Michael LeMay 2015-10-14 21:22:54 -07:00
  • b7ae2f44ad net: Fix enabling both Bluetooth and Networking support Johan Hedberg 2015-10-27 14:28:42 +02:00
  • 49885879f2 Bluetooth: Rename bt_conn_get/put to bt_conn_ref/unref Johan Hedberg 2015-10-23 12:45:33 +03:00
  • 6f410176ef Bluetooth: Make bt_uuid_str parameter const Luiz Augusto von Dentz 2015-10-22 16:42:42 +03:00
  • 48cbd12ffb Bluetooth: Fix UUID 128 bits string format Luiz Augusto von Dentz 2015-10-22 16:39:09 +03:00
  • 13e0178c55 Bluetooth: Add support for writting characterisitc value Mariusz Skamra 2015-10-01 09:46:19 +02:00
  • 1fa60d7a5e Bluetooth: Fix set value command handler Mariusz Skamra 2015-10-06 16:41:08 +02:00
  • 79bd18e683 Bluetooth: uart: Remove dead code Johan Hedberg 2015-10-22 15:59:52 +03:00
  • 82f33267c5 Bluetooth: Change fifo_fill to poll_out Andrei Emeltchenko 2015-09-04 15:00:40 +03:00
  • ac00cd4e37 net: Adapt return value from network driver send routine Michael LeMay 2015-10-21 22:30:41 -07:00
  • 6cb42e1e20 Bluetooth: Make use of bt_uuid_to_str Luiz Augusto von Dentz 2015-10-21 13:34:21 +03:00
  • 118dc75cea Bluetooth: GATT: Add connection to bt_gatt_notify Luiz Augusto von Dentz 2015-10-20 13:33:26 +03:00
  • a9bda070d3 Bluetooth: Add missing break statement Mariusz Skamra 2015-10-21 11:46:22 +02:00
  • 83fe7c7d71 Bluetooth: Add BT_ATT_MAX_LE_MTU define Mariusz Skamra 2015-10-15 11:53:46 +02:00
  • 967776deed Bluetooth: GATT: Add connection authentication check Mariusz Skamra 2015-10-20 11:03:31 +02:00
  • a141da9756 Bluetooth: SMP: Use best effort for MITM in Security Request Szymon Janc 2015-10-21 10:20:16 +02:00
  • d523f0bd66 Bluetooth: tester: Handle set discoverable command Mariusz Skamra 2015-09-16 10:03:41 +02:00
  • e35203e863 Bluetooth: Add Limited Discoverable Flag definition Mariusz Skamra 2015-09-16 09:58:25 +02:00
  • d55e4ca91c Bluetooth: Add CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL Luiz Augusto von Dentz 2015-10-08 13:45:40 +03:00
  • 4a41da9b38 Bluetooth: Add l2cap-register command to btshell Luiz Augusto von Dentz 2015-10-06 12:41:46 +03:00
  • 4197aa814c Bluetooth: Refactor fixed channel data Luiz Augusto von Dentz 2015-10-02 16:21:18 +03:00
  • 6c82a63e8b Bluetooth: SMP: Use JustWorks if none side requires MITM Szymon Janc 2015-10-20 10:05:21 +02:00
  • 30b6a9fe7b Bluetooth: L2CAP: Add initial public API Luiz Augusto von Dentz 2015-10-05 13:53:03 +03:00
  • fb5581fa62 net: apps: Add testcase.ini script for all network samples Ravi kumar Veeramally 2015-10-19 11:10:23 +03:00
  • aa70d882e3 net: Fix type of ret variable in net_tx_fiber Michael LeMay 2015-10-15 16:03:44 -07:00
  • 8099e8a9c5 net: apps: Add testcase.ini script for sanitychecks Ravi kumar Veeramally 2015-10-08 11:20:08 +03:00
  • c6a5eb7e5e net: apps: Change EXTRA_CFLAGS to ccflags-y Ravi kumar Veeramally 2015-10-08 11:15:15 +03:00
  • 70681f6119 net: Change EXTRA_CFLAGS to ccflags-y Ravi kumar Veeramally 2015-10-08 10:58:42 +03:00
  • f3da8d33a1 net: Remove compile time warning for random number generator Ravi kumar Veeramally 2015-10-08 10:56:57 +03:00
  • 5401ded10b Zephyr 0.6.0 Anas Nashif 2015-11-02 14:13:24 -05:00
  • 672cb6ba25 Update sanity test results Anas Nashif 2015-11-02 13:22:59 -05:00
  • 4e93f0804b Update .mailmap Anas Nashif 2015-11-02 11:54:19 -05:00
  • 2ad03b930d define range for FAULT_DUMP config variable Anas Nashif 2015-11-01 17:21:26 -05:00
  • f140d6342c console: set range for UART_CONSOLE_INDEX Anas Nashif 2015-11-01 17:18:27 -05:00
  • 4ecd250d31 add top level Apache 2.0 license file Anas Nashif 2015-11-01 20:00:30 -05:00
  • 9f49db54fa ioapic.h: prevent potential compiler warning jkruger 2015-10-08 11:52:59 -04:00
  • ff37de7de0 spi: Add static keyword to spi_slave_select() mhirst 2015-10-19 12:36:13 -04:00
  • b746ec13bc galileo: Fix pinmux function assignment comments Jeff Blais 2015-10-21 11:25:24 -04:00
  • 34f53085f3 galileo: add missing configure call for PWM0 Benjamin Walsh 2015-10-23 17:09:25 -04:00
  • 08cf2157f3 build: Add tags.sh to enable tagging targets Dirk Brandewie 2015-10-30 08:23:35 -07:00
  • 6fe1e2357f doc: Fix typo in description of microkernel semaphores Allan Stephens 2015-10-30 15:46:47 -04:00
  • 935a809cc6 doc: Add documentation for using private events Allan Stephens 2015-10-30 15:36:48 -04:00
  • 1b45249471 checkpatch: ignore NETWORKING_BLOCK_COMMENT_STYLE Javier B Perez Hernandez 2015-10-29 11:29:21 -06:00
  • c587253e23 Zephyr 0.6.0-rc2 Anas Nashif 2015-10-29 11:13:45 -04:00
  • 2dba160235 update sanitycheck data Anas Nashif 2015-10-29 11:13:22 -04:00
  • 528ed19e15 doc: Add API documentation for printk() Allan Stephens 2015-10-26 14:29:04 -04:00
  • 2ae5784f9e Make zephyr-env.sh work when cd is aliased Matthew Braun 2015-10-27 14:58:47 -05:00
  • 0a58ade768 x86: Revise appearance of floating point configuration options Allan Stephens 2015-10-23 10:33:00 -04:00
  • a891c045a7 doc: Add section on floating point services to Kernel Primer Allan Stephens 2015-10-21 10:10:17 -04:00