Commit graph

  • 89e775c1f6 Bluetooth: Fix coding style (missing braces) Johan Hedberg 2015-06-17 12:37:08 +0300
  • 4ccef33723 Bluetooth: Add interactive connection and disconnection commands Mariusz Skamra 2015-06-16 16:18:57 +0200
  • 0b501a1f5c Bluetooth: Add defines of HCI error codes Mariusz Skamra 2015-06-17 09:43:39 +0200
  • fe669a52e8 Bluetooth: Clean up document style in bluetooth.h Johan Hedberg 2015-06-16 17:38:26 +0300
  • 8c26ce63d1 Bluetooth: Remove bt_hci_reset() API Johan Hedberg 2015-06-16 17:36:16 +0300
  • f56636e90b Bluetooth: Fix typo in shell sample app Johan Hedberg 2015-06-16 17:35:34 +0300
  • 9bea2c3cfc Bluetooth: Move HCI driver API to dedicated header file Johan Hedberg 2015-06-16 17:31:09 +0300
  • 939544b75d Bluetooth: Move logging helpers to a dedicated header file Johan Hedberg 2015-06-16 17:25:37 +0300
  • d90ce68d9d Bluetooth: Add central and tester samples to bt_regression Szymon Janc 2015-06-15 10:32:45 +0200
  • c816923003 Bluetooth: Add missing stddef.h include for size_t Johan Hedberg 2015-06-17 08:59:06 +0300
  • 19fe40764c Bluetooth: Make bt_stop_scanning parameters explicit void Szymon Janc 2015-06-16 15:21:52 +0200
  • 801c09757e Bluetooth: Add support for ATT Read Multiple Luiz Augusto von Dentz 2015-06-15 17:10:13 +0300
  • 32eb9150f7 Bluetooth: Make Bluetooth UUID defines consistent Luiz Augusto von Dentz 2015-06-15 12:32:30 +0300
  • f9281b7eef Bluetooth: Update documentation of Bluetooth UUID API Luiz Augusto von Dentz 2015-06-15 12:28:24 +0300
  • b2574b645b Bluetooth: Terminate connection Mariusz Skamra 2015-06-12 15:18:15 +0200
  • f5ae4b70f1 Bluetooth: Add basic interface for LE connection Arkadiusz Lichwa 2015-05-18 15:00:58 +0200
  • 26be0d55f2 Bluetooth: Use ccflags-y instead of EXTRA_CFLAGS Szymon Janc 2015-06-15 10:19:27 +0200
  • 224abaab0e Bluetooth: Update bt_conn_cb to pass bt_conn instead of bt_addr_le_t Johan Hedberg 2015-06-15 11:23:04 +0300
  • 27a9a48f64 Bluetooth: Fix public Bluetooth includes Johan Hedberg 2015-06-15 11:17:10 +0300
  • 2b61b44cbc Bluetooth: Add conn.h public header file Johan Hedberg 2015-06-15 11:15:01 +0300
  • 651e9a4b2e Bluetooth: Rename conn.h to conn_internal.h Johan Hedberg 2015-06-15 11:05:35 +0300
  • 15980aa2b8 Bluetooth: Fix typo in the GATT documentation Luiz Augusto von Dentz 2015-06-15 11:04:13 +0300
  • 089fb94d91 Bluetooth: Fix tester application build Szymon Janc 2015-06-15 08:46:31 +0200
  • a6e47f7c40 Bluetooth: Add beacon app build test to bt_regression Andrei Emeltchenko 2015-06-12 14:50:22 +0300
  • b6384dfb40 Bluetooth: Fix beacon app build for ARM targets Andrei Emeltchenko 2015-06-12 14:49:24 +0300
  • f62119a260 Kbuild Documentation Juan Manuel Cruz 2015-06-02 14:41:20 -0500
  • a502618b41 sanity: allow setting of tmp dir for out-of-tree Anas Nashif 2015-06-18 09:29:46 -0400
  • efeb26757e random: include bsp directory when building driver Anas Nashif 2015-06-17 21:57:56 -0400
  • b766bfef89 sanity: add support for arc platforms Anas Nashif 2015-06-17 21:54:52 -0400
  • eee6787269 Kbuild: Clean target fix. Juan Manuel Cruz 2015-06-17 16:20:30 -0500
  • 1eb89a9b3a Kconfig: Create dependency header files in outpur directory. Juan Manuel Cruz 2015-06-16 13:14:52 -0500
  • d7b4bb6235 env: fix check for sourcing vs running zephyr-env.sh Benjamin Walsh 2015-06-17 14:07:32 -0400
  • 6bed1bd9d4 arm: fix RUNTIME_NMI failures Benjamin Walsh 2015-05-29 14:04:50 -0400
  • bfd2d5f4cc x86: cleanup x86 bsp directory Anas Nashif 2015-06-17 17:01:22 -0400
  • 580dcb6d8e Remove deprecated macros ALIGN_STRUCT and PACK_STRUCT Peter Mitsis 2015-06-15 10:39:26 -0400
  • ebe62ab63d test_timer: test timeouts/timers in microkernel Benjamin Walsh 2015-06-14 14:23:49 -0400
  • 2b429de7f3 test_fifo: test timeout APIs Benjamin Walsh 2015-06-14 13:50:02 -0400
  • 5b6017e059 test_lifo: test timeout APIs Benjamin Walsh 2015-06-14 13:47:54 -0400
  • 76103ecc2b test_sema: test timeout APIs Benjamin Walsh 2015-06-14 13:44:34 -0400
  • 797352b3a0 test_context: add test for fiber delayed start and sleep Benjamin Walsh 2015-06-14 14:27:07 -0400
  • c6948611cb nanokernel: add CONFIG_NANO_TIMEOUTS Benjamin Walsh 2015-06-14 18:26:23 -0400
  • 924b6e563d nano timers: allow in microkernel, disabled by default Benjamin Walsh 2015-06-14 23:00:22 -0400
  • 1ae1ca0b39 microkernel: handle nanokernel ticks Benjamin Walsh 2015-06-14 18:15:34 -0400
  • 617f9c5b4c nanokernel: allow nano time tracking to be used in microkernels Benjamin Walsh 2015-06-14 18:12:14 -0400
  • 101fee8dde nanokernel: add interface for obtaining earliest timer deadline Benjamin Walsh 2015-06-14 17:54:29 -0400
  • f5f09608f9 nanokernel: give nano_timer.c ownership of the nano timers list Benjamin Walsh 2015-06-14 16:57:47 -0400
  • ab6e153a21 nanokernel: add handling of nano timeouts on tick Benjamin Walsh 2015-06-14 16:46:18 -0400
  • cae5d05342 nano_sys_clock: abstract handling timers expiry Benjamin Walsh 2015-06-14 16:25:37 -0400
  • 87179c2e36 nanokernel: add NANO_TIMERS option Benjamin Walsh 2015-06-14 16:06:28 -0400
  • 265110d06b nanokernel.h: make nano timers APIs available to microkernels Benjamin Walsh 2015-06-14 15:51:25 -0400
  • ae7af89c44 kernel: move TICKS_NONE/UNLIMITED from micro to nano Benjamin Walsh 2015-06-14 15:44:52 -0400
  • 72a7b520bb nano_lifo add timeouts support Benjamin Walsh 2015-06-14 14:48:05 -0400
  • eb2e4aa913 nano_fifo add timeouts support Benjamin Walsh 2015-06-14 14:46:23 -0400
  • 3f671dc68c nano_sema: add timeouts support Benjamin Walsh 2015-06-14 14:39:43 -0400
  • d131bae676 nano_fiber: add fiber delayed start/cancel and sleep Benjamin Walsh 2015-06-14 14:34:26 -0400
  • 2672025969 nanokernel: add and initialize timeout fields in ccs/s_NANO Benjamin Walsh 2015-06-14 14:19:10 -0400
  • bb660ae965 nanokernel: add timeout queue interface Benjamin Walsh 2015-06-14 14:09:07 -0400
  • ca51a72133 dlist: enhance library and make all functions inline Benjamin Walsh 2015-06-14 12:15:05 -0400
  • 62333429af util: add CONTAINER_OF() Benjamin Walsh 2015-06-14 12:07:34 -0400
  • f9d34ff899 nanokernel: rename struct s_CCS to struct ccs Benjamin Walsh 2015-06-04 14:21:35 -0400
  • 6b8589612f sys_clock: rename nanokernel's _do_sys_clock_tick_announce Benjamin Walsh 2015-06-10 16:20:29 -0400
  • 3284865323 arm: fix __assert.h inclusion in asm files Benjamin Walsh 2015-06-13 15:02:03 -0400
  • 5e29f52883 sanity: Enable out-of-tree sanity check Peter Mitsis 2015-06-05 14:42:05 -0400
  • d902e9e514 sanity: Key off platform instead of BSP Peter Mitsis 2015-06-05 12:36:23 -0400
  • 53d81ebeef sanity: Remove the -s option from sanity_chk Peter Mitsis 2015-06-10 17:07:52 -0400
  • 02432ca5e7 sanity: Use KBUILD_DEFCONFIG to specify target info Peter Mitsis 2015-06-05 12:06:56 -0400
  • 5d8c23a254 sanity: Update sanity scripts to use data files Peter Mitsis 2015-06-05 09:42:02 -0400
  • a62a41c86a sanity: Add data files for use by sanity checks Peter Mitsis 2015-06-04 16:05:40 -0400
  • 6a1287ba07 sanity: change strings stored in $PRJ_TYPE Peter Mitsis 2015-06-04 14:53:28 -0400
  • 820a62dc7d sanity: Move Bluetooth regression script Peter Mitsis 2015-06-12 11:32:24 -0400
  • 99c55ba2fe sanity: Remove common-klibs_chk Peter Mitsis 2015-06-04 15:44:25 -0400
  • 54b4d3a24c fixed block formatting Anas Nashif 2015-06-13 13:25:35 -0700
  • 85fb2e1445 remove merge conflict Anas Nashif 2015-06-13 13:13:07 -0700
  • df575997c4 Tiny Mountain -> Zephyr renames Anas Nashif 2015-06-13 13:08:26 -0700
  • 99f150682e remove extra 'Table of Contents' Anas Nashif 2015-06-13 13:01:13 -0700
  • 79dd79dc4d Gerrit: patch -> change Anas Nashif 2015-06-13 12:58:59 -0700
  • 61d5c0ff2b remove extra space from quick start Anas Nashif 2015-06-13 12:51:42 -0700
  • 5a7de14ffd Fix the index page and headers Anas Nashif 2015-06-13 12:51:09 -0700
  • 75472567b4 Set version of documentation to 0.1 Anas Nashif 2015-06-13 12:50:22 -0700
  • dc36a229f3 Use Zephyr instead of Tiny Mountain Anas Nashif 2015-06-13 12:48:00 -0700
  • aaa4e59db9 make quick start guide complete Anas Nashif 2015-06-13 09:34:53 -0700
  • 464e04da17 Rename to Quick Start Anas Nashif 2015-06-13 09:16:53 -0700
  • 60bc48a06e move doxygen documentation to collab guide Anas Nashif 2015-06-13 09:16:26 -0700
  • 210e22b4fb do not include substitutions Anas Nashif 2015-06-13 09:06:08 -0700
  • fd3acb73aa restructure installation guide Anas Nashif 2015-06-13 09:05:10 -0700
  • 031e68f1a5 Use Kernel Objects in the title Anas Nashif 2015-06-13 08:21:25 -0700
  • 9485729b3a Rename *.s files to *.S Anas Nashif 2015-06-16 15:06:18 -0400
  • b33e1eccf1 x86: Remove arch/x86/bsp directory Dirk Brandewie 2015-06-10 07:25:07 -0700
  • 02ef939831 x86/bsp: move timestamp "random" driver to drivers/random Dirk Brandewie 2015-06-08 08:09:11 -0700
  • 11edf422b4 x86/bsp: move local apic timer driver to drivers/timer Dirk Brandewie 2015-06-08 07:54:45 -0700
  • 73d74a5abb x86/bsp: move hpet driver to drivers/timer Dirk Brandewie 2015-06-05 11:01:57 -0700
  • 09d2770377 x86/bsp: move io apic driver to drivers/interrupt_controller Dirk Brandewie 2015-06-05 10:48:18 -0700
  • 124a27f210 x86/bsp: move local apic driver to drivers/interrupt_controller Dirk Brandewie 2015-06-05 09:11:24 -0700
  • 526e132eb1 x86/bsp: move PIC (i8259) driver to drivers/interrupt_controller Dirk Brandewie 2015-06-15 06:20:24 -0700
  • 308f1586d6 Kbuild: Assembly code extension. Juan Manuel Cruz 2015-06-10 17:00:46 -0500
  • bc81896b2f Remove obsolete .gitignore entry Peter Mitsis 2015-06-15 15:37:09 -0400
  • d7e239c6c2 Python: Tweak with python3 compatibility Arkadiusz Lichwa 2015-06-16 11:13:26 +0200
  • cf59dda4a5 Fix compilation with CONFIG_DYNAMIC_INT_STUBS Oleg Zhurakivskyy 2015-06-15 09:41:19 +0300
  • b70ba38325 drivers/simple: Use ccflags-y instead of EXTRA_CFLAGS Szymon Janc 2015-06-15 10:17:29 +0200
  • 702a596594 net: Add kconf for networking Jukka Rissanen 2015-04-17 15:07:29 +0300