Commit graph

  • a02df0f64a Bluetooth: ATT: Handle Read response Luiz Augusto von Dentz 2015-07-13 11:10:09 +0300
  • 776196d879 Bluetooth: Add "stop scan" functionality to bt_le_scan_update() Johan Hedberg 2015-07-14 14:39:47 +0300
  • b8d8673dd2 Bluetooth: Rename trigger_scan() to bt_le_scan_update() Johan Hedberg 2015-07-14 14:17:58 +0300
  • d0c31141cd Bluetooth: Clear AUTO_CONNECT for any state in bt_disconnect() Johan Hedberg 2015-07-14 14:21:56 +0300
  • b210d53172 Bluetooth: Add initial auto connect support Mariusz Skamra 2015-07-13 12:43:02 +0200
  • eb67b0f110 Bluetooth: Move hci_disconn_complete function Mariusz Skamra 2015-07-13 12:39:42 +0200
  • c8b27ab8a5 Bluetooth: ATT: Update multiple read req object Arkadiusz Lichwa 2015-07-10 15:18:31 +0200
  • 8f7c8a3969 Bluetooth: buf: Add bt_buf_add_le16() API Arkadiusz Lichwa 2015-07-10 13:46:49 +0200
  • 5bb6b7b238 Bluetooth: buf: Take advantage of bt_buf_tail() helper macro Johan Hedberg 2015-07-10 17:35:01 +0300
  • 2cc87e319e Bluetooth: buf: Use appropriate macro for converting LE to CPU Johan Hedberg 2015-07-10 16:38:33 +0300
  • 6bb94745e0 net: apps: Update 802.15.4 test app makefile Ravi kumar Veeramally 2015-07-10 14:14:15 +0300
  • 873271b7ec net: apps: Add README file for 802.15.4 test application Ravi kumar Veeramally 2015-07-10 14:08:39 +0300
  • de67ecb58b net: 15.4: Add support for data Tx/Rx between two qemus Ravi kumar Veeramally 2015-07-10 14:04:35 +0300
  • ebbe49b32e Bluetooth: Add gatt-discover-descriptor command to btshell Luiz Augusto von Dentz 2015-07-08 10:56:04 +0300
  • e0792a1ba2 Bluetooth: GATT: Add bt_gatt_discover_descriptor Luiz Augusto von Dentz 2015-07-08 10:45:43 +0300
  • b672324c16 Bluetooth: Look up connections only for connectable adv events Mariusz Skamra 2015-07-09 16:09:47 +0200
  • eda6b7c0e4 Bluetooth: Use identity address to look up for connections Mariusz Skamra 2015-07-09 16:09:16 +0200
  • 51e4fd4b8d Bluetooth: Rename device_found function Mariusz Skamra 2015-07-09 16:05:30 +0200
  • 9bf8ad20df Bluetooth: ATT: Check ATT payload len against MTU Arkadiusz Lichwa 2015-07-09 12:19:35 +0200
  • 66cf2511f1 Bluetooth: SMP: Add BT_KEYS_SLAVE_LTK key in bt_smp_distribute_keys Mariusz Skamra 2015-07-08 11:52:38 +0200
  • 81895bd738 Bluetooth: shell: Extend shell app functionality to turn off adverising Mariusz Skamra 2015-07-08 12:18:39 +0200
  • f45bbec4a1 Bluetooth: hci: Add bt_stop_advertising Mariusz Skamra 2015-07-08 12:17:01 +0200
  • d0950676e8 Bluetooth: Add bt_keys_add_type() convenience API Johan Hedberg 2015-07-08 21:36:41 +0300
  • 001d29218a Bluetooth: ATT: Handle Find Info response Luiz Augusto von Dentz 2015-07-07 17:21:03 +0300
  • fcda155262 Bluetooth: SMP: Fix invalid return from smp_pairing_master Mariusz Skamra 2015-07-07 14:56:06 +0200
  • 410a8a8165 Bluetooth: Fix doxygen documentation for bt_connect_le() Johan Hedberg 2015-07-08 13:58:39 +0300
  • 47cb69458a Bluetooth: Remove unnecessary 'err' variable from bt_connect_le() Johan Hedberg 2015-07-08 11:01:50 +0300
  • 7d8e97c9a1 Bluetooth: Fix potential bt_conn leaks Johan Hedberg 2015-07-08 11:00:26 +0300
  • 636415212a Bluetooth: Fix various coding style issues Johan Hedberg 2015-07-08 11:00:13 +0300
  • 5ed9cb7b5b Bluetooth: Clean up bt_conn reference counting Johan Hedberg 2015-07-08 10:55:51 +0300
  • 1732e81c58 Bluetooth: SMP: Rename PDU handlers for consistency Johan Hedberg 2015-07-08 10:08:07 +0300
  • f184a89610 Doxygen: Remove duplicate comment. Rodrigo Caballero 2015-07-21 08:32:49 -0500
  • b4e1f7154a sanity: Replace obsolete BSP_FLAG with PLATFORM_FLAG Peter Mitsis 2015-07-20 11:56:40 -0400
  • e6b8bc6477 Remove obsolete kernel references to BSP Peter Mitsis 2015-07-17 13:51:37 -0400
  • e2e68d3b9f Update comments in ctors.c Peter Mitsis 2015-07-17 13:30:39 -0400
  • da299ecd47 Update nanokernel boot_time project Peter Mitsis 2015-07-17 10:35:19 -0400
  • 310c63e386 Update microkernel boot_time project Peter Mitsis 2015-07-17 10:31:48 -0400
  • 2871ca32d3 Rename x86 platforms Peter Mitsis 2015-07-16 15:47:25 -0400
  • 213db12fbf Move platforms to new arch/<arch>/platforms directory Peter Mitsis 2015-07-16 15:16:56 -0400
  • 3019daba6a Cosmetic: Fix issues found by checkpatch Peter Mitsis 2015-07-20 12:04:52 -0400
  • 7e28edbc96 Generalize interrupt_controller include path Peter Mitsis 2015-07-20 14:51:36 -0400
  • be587bae56 spi: Fix the generic API header Tomasz Bursztyka 2015-07-13 16:36:31 +0300
  • 8fd2fd8de4 DOC: Restructures the documentation in two parts. Rodrigo Caballero 2015-07-20 15:26:16 -0500
  • 65c225dae8 Doxygen: microkernel: Move event documentation from c to .h file Javier B Perez Hernandez 2015-07-20 10:56:22 -0500
  • 212146d5b4 doxygen: fix comments in printk.c Anas Nashif 2015-07-16 14:07:57 -0400
  • 9d63adf3ea Renames supported platform configurations Peter Mitsis 2015-07-15 13:29:24 -0400
  • ba56372083 Doxygen: Microkernel semaphore APIs comments to header files. Juan Manuel Cruz 2015-07-16 12:03:31 -0500
  • 20fdf29cb9 doc: Doc changes made to reflects new ISR code. Carol Lee 2015-06-26 14:00:59 -0400
  • 0bd2bafb57 doc: Eliminate unneeded preamble to mutex documentation Allan Stephens 2015-07-16 15:51:20 -0400
  • 3d07b2d1ba doxygen: base_api.h comments cleanup Anas Nashif 2015-07-15 17:10:49 -0400
  • 629dfc26c9 doxygen: Cleanup arch.h comments Anas Nashif 2015-07-15 17:10:25 -0400
  • 9aeb08213f toolchain: add support for iamcu toolchain Anas Nashif 2015-06-19 23:37:23 -0400
  • c2762f5b5b Remove unused BOOTLOADER_GRUB Anas Nashif 2015-07-15 15:01:35 -0400
  • 0e34c459db kconfig: Update defconfig files with new options Anas Nashif 2015-07-15 15:00:38 -0400
  • 84fed36539 Kbuild: Introduce QEMU_PIPE option Andrew Boie 2015-07-16 10:59:01 -0700
  • c69920798b Makefile.inc: fix indentation Andrew Boie 2015-07-14 13:44:42 -0700
  • aec402b498 DOC: Fix broken tables of the microkernel object documentation. Rodrigo Caballero 2015-07-16 15:33:50 -0500
  • 519351ee92 Use PLATFORM_CONFIG to specify configuration Peter Mitsis 2015-07-14 17:22:18 -0400
  • c141aaae37 arch/x86: Remove pentium4 Kconfig options Peter Mitsis 2015-07-10 14:17:56 -0400
  • 42f8ae553f arch/x86: Remove unsupported platform configuration files Peter Mitsis 2015-07-10 13:54:48 -0400
  • 9690835e32 sample projects: Remove generic_pc and pentium4 support Peter Mitsis 2015-07-14 13:48:58 -0400
  • 3b33a3b437 sample projects: change default KBUILD_DEFCONFIG Peter Mitsis 2015-07-14 13:56:48 -0400
  • e147071219 sanity: out-of-tree_chk: minuteia -> atom_n28xx Peter Mitsis 2015-07-09 13:27:20 -0400
  • 4f1cc4e168 sanity: Mark atom_n28xx as an executable target Peter Mitsis 2015-07-09 13:16:58 -0400
  • 7b363ebe70 sanity: Remove generic_pc_pentium4 Peter Mitsis 2015-07-09 12:30:10 -0400
  • 5890d1fbb4 kbuild: remove BSP+variant to defconfig mapping Peter Mitsis 2015-07-14 11:04:11 -0400
  • 47808955ac Network sample projects no longer use BSP Peter Mitsis 2015-07-13 16:20:30 -0400
  • 98862b3c83 Nanokernel sample projects no longer use BSP Peter Mitsis 2015-07-13 16:18:19 -0400
  • 85d9f0c827 Microkernel sample projects no longer use BSP Peter Mitsis 2015-07-13 15:47:58 -0400
  • bb2e5daacd Bluetooth sample projects no longer use BSP Peter Mitsis 2015-07-13 14:26:00 -0400
  • 2a763a155a doxygen: memory_map: update in-code documentation Yonattan Louise 2015-07-16 08:53:25 -0500
  • b7def368ba Doxygen: Move the microkernel FIFO APIs comments to the .h file. Rodrigo Caballero 2015-07-15 17:32:10 -0500
  • 71f8c6578a Doxygen: Move nanokernel FIFO comments from .c to .h file. Rodrigo Caballero 2015-07-15 11:29:09 -0500
  • 271838b21e doc: Update to objects list in architecture_microkernel. Carol Lee 2015-07-14 15:44:29 -0400
  • dfff7463d8 pipe: Fix stray reference to ChBuff Peter Mitsis 2015-07-14 16:07:11 -0400
  • 77f1fee705 pipe: Fix stray reference to K_ProcWR() Peter Mitsis 2015-07-14 16:03:48 -0400
  • b037c692bb pipe: Rename CHECK_CHBUFF_POINTER() macro Peter Mitsis 2015-07-14 15:59:19 -0400
  • a7644b86a5 Rename CONFIG_BSP_xxx to CONFIG_PLATFORM_xxx Peter Mitsis 2015-07-06 11:09:47 -0400
  • 07a587c8d6 arch/arm: Relocate 'bsp' Kconfig contents Peter Mitsis 2015-07-06 10:24:34 -0400
  • 4a36991e66 arch/arc: Move fatal_error.c into 'core' Peter Mitsis 2015-07-09 14:17:14 -0400
  • 29092fe935 arch/x86: Move sys_fatal_error_handler.c to 'core' Peter Mitsis 2015-07-09 14:13:22 -0400
  • d1955e06fb arch/arm: Move sysFatalErrorHandler.c from 'bsp' to 'core' Peter Mitsis 2015-07-06 10:44:42 -0400
  • ccea9d3581 DOC: Split the microkernel object document into a file per object type. Rodrigo Caballero 2015-07-14 16:26:06 -0500
  • 3fddad2eda DOC: Updated the overview modules to reflect the renaming of files. Rodrigo Caballero 2015-07-14 16:01:17 -0500
  • 19551729eb DOC: Renames the Object Documentation files prior to restructure. Rodrigo Caballero 2015-07-14 15:29:52 -0500
  • cb6f2eec67 doc: Memory Pool documentation Carol Lee 2015-07-13 14:21:47 -0400
  • 04adb5fb79 samples: Revise example memory pool block sizes Allan Stephens 2015-07-14 11:30:05 -0400
  • cca9dfea44 Remove references to defunct _ContextUsrEntryRtn() Allan Stephens 2015-07-14 11:24:15 -0400
  • 8486aae9d6 Revise misleading 'channel' references in sample projects Allan Stephens 2015-07-14 11:07:40 -0400
  • 80b109ae98 Revise misleading 'channel' references in microkernel server code Allan Stephens 2015-07-14 10:58:57 -0400
  • 319a648267 Revise 'channel' comments in microkernel's pipe code Allan Stephens 2015-07-14 10:56:18 -0400
  • fce979ef3e init: Change _InitHardware() to be called from init system Dirk Brandewie 2015-07-14 10:28:51 -0700
  • a88cd0fc34 init: Split pure_init into pure_init_{early,late} levels Dirk Brandewie 2015-07-14 08:38:48 -0700
  • 03ab32a66a Microkernel timer uses new driver initialization Peter Mitsis 2015-07-06 23:40:39 -0400
  • b99194ee98 Remove obsolete SYS_PREKERNEL_INIT() macro Peter Mitsis 2015-07-06 22:26:49 -0400
  • 27e01a060a Nanokernel timer uses new driver initialization Peter Mitsis 2015-07-06 16:20:19 -0400
  • 6e95fe0356 Update _sys_clock_driver_init() interface Peter Mitsis 2015-07-06 16:31:38 -0400
  • 2874311ca5 Remove reference to nano_time_init() in sample projects Peter Mitsis 2015-07-06 15:36:59 -0400
  • 6a09e0235d Remove trailing characters from macro defintion Peter Mitsis 2015-07-06 11:34:51 -0400
  • 7f998a101b doxygen: mutex: update in-code documentation Daniel Leung 2015-07-13 08:55:32 -0700