Commit graph

  • b32d0ff71e unified/x86: fix IAMCU build Benjamin Walsh 2016-09-14 17:51:41 -0400
  • 27365bb5d1 linker: fix typos Benjamin Walsh 2016-09-14 16:25:55 -0400
  • 0e6aebf2c9 tests/mem_safe: place test buffers at the edges of RAM Benjamin Walsh 2016-08-15 17:27:24 -0400
  • ec89a10c7e build: allow specifying a custom linker script relative to project Benjamin Walsh 2016-08-15 17:24:28 -0400
  • 5306a00190 tinycrypt: Rename current tests to avoid confusions with new algorithms Flavio Santes 2016-09-13 00:33:33 -0500
  • 0baadc030a tinycrypt: Solve style issues Flavio Santes 2016-09-13 01:21:55 -0500
  • d17a803dc9 Bluetooth: Init: Updated filiter options for test_20 Itankar, Piyush T 2016-09-15 13:53:17 +0530
  • 73b086caa7 tinycrypt: Add test case for the CTR PRNG algorithm Flavio Santes 2016-09-13 22:27:38 -0500
  • 5879f1702c samples: zoap server: exclude quark d2000 not enough ram Javier B Perez 2016-09-14 09:34:10 -0500
  • fd519dcbd7 known issues: update SKIP regex Javier B Perez 2016-09-13 16:18:37 -0500
  • a4a332346c ipm.h: fix erroneous edit of documentation Andrew Boie 2016-09-14 09:53:59 -0700
  • 4589f2c468 samples: use printf/printk directly instead of macros Anas Nashif 2016-09-07 08:43:53 -0400
  • 01a3e442e8 tests: move test code from samples to tests Anas Nashif 2016-09-06 07:55:01 -0400
  • 4c9f1017c8 Bluetooth: Controller: Make HCI endianness-independent Carles Cufi 2016-09-14 13:11:27 +0200
  • 86d02e01b1 gpio: stm32: Fix bug introduced by removing API 1.0 support Tomasz Bursztyka 2016-09-14 16:16:07 +0200
  • 1bea527da6 ksdk: Add KSDK RNGA driver. Marcus Shawcroft 2016-06-22 17:53:28 +0100
  • ca35c177fd known-issues: fix regex to catch summary messages to ignore Inaky Perez-Gonzalez 2016-09-13 10:36:44 -0700
  • 1b9d13c408 samples/task_profile: fix testcase.ini's long lines Inaky Perez-Gonzalez 2016-09-13 19:18:35 -0700
  • a6cf6038e3 gpio: Remove obsolete API 1.0 callback mechanism Tomasz Bursztyka 2016-09-12 08:53:55 +0200
  • c320abc72c Bluetooth: SMP: Factor out BR/EDR encryption check to helper Szymon Janc 2016-09-14 11:24:31 +0200
  • e45d08ef2d Bluetooth: SMP: Add helper for reporting BR/EDR pairing complete Szymon Janc 2016-09-09 16:49:17 +0200
  • fd8d725283 Bluetooth: SMP: Add support for Signing Information over BR/EDR Szymon Janc 2016-09-12 16:06:56 +0200
  • f711962344 Bluetooth: SMP: Add support for Identity Information over BR/EDR Szymon Janc 2016-09-09 16:11:46 +0200
  • 777d2f5f30 Bluetooth: SMP: Add support for sending Pairing Request over BR/EDR Szymon Janc 2016-09-08 14:46:15 +0200
  • 68592f06f6 Bluetooth: SMP: Add support for LTK derivation from LinkKey Szymon Janc 2016-09-09 16:09:09 +0200
  • 790a28ccf4 Bluetooth: SMP: Allow to force BR/EDR without SC support Szymon Janc 2016-09-07 17:30:37 +0200
  • 756ac5f63c Bluetooth: SMP: Support Pairing Response over BR/EDR Szymon Janc 2016-09-08 12:18:31 +0200
  • 1d06d941da Bluetooth: SMP: Fix encryption key size check in BR/EDR pairing req Szymon Janc 2016-09-13 16:54:06 +0200
  • 85195d2d2e Bluetooth: Add support for reading encryption key size for BR/EDR Szymon Janc 2016-09-13 16:38:54 +0200
  • 90871a5e98 Bluetooth: Controller: Implement LE_RAND command Carles Cufi 2016-09-13 16:49:44 +0200
  • ef10baa235 Bluetooth: Controller: Clean up HCI macros Carles Cufi 2016-09-13 15:54:20 +0200
  • ec44eae44d Bluetooth: Controller: Use hci.h for ACL data Carles Cufi 2016-09-13 10:36:50 +0200
  • 37d204e03d Bluetooth: Fix giving back pkts semaphore when disconnecting Johan Hedberg 2016-09-13 08:52:28 +0300
  • c31fcf4e5a Bluetooth: SMP: Distribute local keys over BR/EDR Szymon Janc 2016-09-08 12:15:12 +0200
  • 92b4458690 Bluetooth: Controller: Remove HCI event definitions from hci.c Carles Cufi 2016-09-12 19:00:57 +0200
  • 0ed85e24be Bluetooth: Controller: Use hci.h for num complete Carles Cufi 2016-09-12 18:57:32 +0200
  • 8f9eccac25 Bluetooth: SMP: Support Pairing Failed over BR/EDR Szymon Janc 2016-09-07 17:12:33 +0200
  • 2cac219a36 Bluetooth: SMP: Support Pairing Request over BR/EDR Szymon Janc 2016-09-07 17:10:58 +0200
  • 355ef5a5a0 Bluetooth: SMP: Clear keys on timeout when running over BR/EDR Szymon Janc 2016-09-07 16:26:33 +0200
  • 3a3238d1b0 Bluetooth: GATT: Fix potential bt_conn reference leak Johan Hedberg 2016-09-12 21:37:39 +0300
  • d27447c674 Bluetooth: SMP: Add initial code for BR/EDR support Szymon Janc 2016-09-07 15:14:20 +0200
  • fa726a8d99 Bluetooth: SMP: Move smp_create_pdu function up in a file Szymon Janc 2016-09-07 15:17:14 +0200
  • a587f2692c Bluetooth: Controller: Use hci.h for data-control evt handling Carles Cufi 2016-09-12 15:00:11 +0200
  • 77c389aa1c Bluetooth: HCI: Add read remote version info event Carles Cufi 2016-09-12 14:58:50 +0200
  • a955f583eb Bluetooth: Controller: Use hci.h for control event handling Carles Cufi 2016-09-12 13:25:12 +0200
  • 10cd9e31f3 Bluetooth: HCI: Add auth payload expiry event Carles Cufi 2016-09-12 12:37:27 +0200
  • 4392d6d737 Bluetooth: HCI: Fix and extend advertising report events Carles Cufi 2016-09-12 10:25:58 +0200
  • 9738e83285 Bluetooth: HFP HF: Initialize Handsfree profile Sathish Narasimman 2016-08-26 14:47:27 +0530
  • 17117f306a Bluetooth: Pre-allocated RFCOMM Channels Sukumar Ghorai 2016-09-12 15:55:51 +0530
  • 0c463077ad Bluetooth: Controller: Unify handling of async events Carles Cufi 2016-09-09 17:20:13 +0200
  • 9d48ef5888 Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling Carles Cufi 2016-09-09 11:09:00 +0200
  • be2bbbae2d Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling Carles Cufi 2016-09-09 10:40:24 +0200
  • 69e1816868 Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling Carles Cufi 2016-09-09 10:18:48 +0200
  • 21b3fa240d Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling Carles Cufi 2016-09-09 10:02:19 +0200
  • d73814a1d5 Bluetooth: RFCOMM: Implement RX flow control Jaganath Kanakkassery 2016-09-06 20:50:52 +0530
  • c5dc094f7e Bluetooth: ATT: Fix not handling error response properly Luiz Augusto von Dentz 2016-09-09 11:56:32 +0300
  • e00eed79aa Bluetooth: Controller: Use BT_ASSERT instead of custom impl. Vinayak Chettimada 2016-09-08 18:08:58 +0200
  • feb342140a Bluetooth: log: Include nanokernel.h to use BT_ASSERT() Vinayak Chettimada 2016-09-08 21:17:47 +0200
  • 4a4b76afbc Bluetooth: log: Call _SysFatalErrorHandler in BT_ASSERT() Vinayak Chettimada 2016-09-08 19:16:35 +0200
  • 190ac96fad Bluetooth: ATT: Remove unnecessary call to BT_ASSERT Vinayak Chettimada 2016-09-08 19:36:38 +0200
  • ca4b5b93d8 Bluetooth: HCI: Add handle to conn param update command complete Carles Cufi 2016-09-08 16:53:35 +0200
  • 102aee8f55 Bluetooth: HCI: Add handle to LTK command complete events Carles Cufi 2016-09-08 14:44:38 +0200
  • 044e15743d Bluetooth: tester: Add support for L2CAP send data command Mariusz Skamra 2016-02-29 10:41:05 +0100
  • a4f526fb6b Bluetooth: tester: Add support for L2CAP listen command Grzegorz Kolodziejczyk 2016-02-29 15:13:22 +0100
  • c4957ea0e8 Bluetooth: tester: Add support for L2CAP disconnect commands Grzegorz Kolodziejczyk 2016-02-29 15:11:34 +0100
  • 34cd316301 Bluetooth: Controller: Switch to Zephyr's hci.h for cmd handling Carles Cufi 2016-09-07 16:27:09 +0200
  • 086eac4344 Bluetooth: tester: Add support for L2CAP connect command Grzegorz Kolodziejczyk 2016-02-26 16:14:48 +0100
  • 80d1fba9e9 Bluetooth: HCI: Fix the length of supported commands Carles Cufi 2016-09-07 16:23:32 +0200
  • 7e6dacd65f unified/build: allow building the unified kernel Benjamin Walsh 2016-09-02 19:19:17 -0400
  • 456c6daa9f unified: initial unified kernel implementation Benjamin Walsh 2016-09-02 18:55:39 -0400
  • 87f1232770 unified/tests: tag working some tests kernel as 'unified_capable' Benjamin Walsh 2016-09-02 17:30:08 -0400
  • 8011221712 unified/test_mutex: adapt to run on unified kernel Benjamin Walsh 2016-09-08 16:36:46 -0400
  • 2a669da7bc unified/test_fp: mark test so that it runs the nanokernel version Benjamin Walsh 2016-09-02 18:10:43 -0400
  • 68a8059603 unified/test_sema: fix isr wrapper names Benjamin Walsh 2016-09-02 18:04:14 -0400
  • 45054a6e02 unified: Fix test_sema/microkernel Benjamin Walsh 2016-09-02 18:02:24 -0400
  • 3bcd880594 unified/test_timer: adapt for unified kernel Benjamin Walsh 2016-09-02 17:53:19 -0400
  • c24d844eec unified/test_pipe: adapt to not use sem groups Benjamin Walsh 2016-09-02 17:51:00 -0400
  • cda52c7adb unified/test_mail: adapt test to not use sem groups and mem pools Benjamin Walsh 2016-09-02 17:49:32 -0400
  • 6f4b9a64cf unified/test_context: adapt test to run on unified kernel Benjamin Walsh 2016-09-02 17:37:49 -0400
  • c72acc9333 zperf_shell: add unified kernel string for unified kernel case Benjamin Walsh 2016-09-02 17:19:40 -0400
  • ee99373afa unified/object_tracing: disable object tracing in unified kernel Benjamin Walsh 2016-09-02 17:18:06 -0400
  • 43f39020df unified/sys_timer: guard microkernel announce with !KERNEL_V2 Benjamin Walsh 2016-09-02 17:10:52 -0400
  • 3caec4e95d unified/drivers: adapt timer drivers to unified kernel Benjamin Walsh 2016-09-02 17:01:52 -0400
  • 5d23818070 unified: include kernel.h via major top-level header files Benjamin Walsh 2016-09-02 16:59:34 -0400
  • d4e78bce0a workqueue: use kernel.h for workqueue header file Benjamin Walsh 2016-09-02 16:44:45 -0400
  • 68f6d52eb1 atomic: fix bug in ATOMIC_INIT() Benjamin Walsh 2016-09-02 16:42:10 -0400
  • 983cbe398c unified/x86: add unified kernel support for x86 arch Benjamin Walsh 2016-09-02 16:34:35 -0400
  • b9a0d90a5f x86: load _nanokernel in %edi in _Swap() Benjamin Walsh 2016-09-09 15:00:22 -0400
  • 3cf3778d31 unified/arm: add unified kernel support for ARM arch Benjamin Walsh 2016-09-02 16:20:19 -0400
  • d4006c9ad4 unified/build: adapt Kbuild for unified kernel Benjamin Walsh 2016-09-02 16:04:29 -0400
  • a8a830b5db arm: only compile gdb stubs when CONFIG_GDB_INFO=y Benjamin Walsh 2016-06-14 11:28:11 -0400
  • 781561c855 arm: add __ASSERT() for stack alignment Benjamin Walsh 2016-06-16 16:49:07 -0400
  • b05ce0e0c7 build: only generate the SSE group for x86 Benjamin Walsh 2016-06-09 18:27:12 -0400
  • 20f7ae47e4 sysgen: add --kernel_type argument Benjamin Walsh 2016-06-07 16:04:24 -0400
  • f6684147c1 build: make sysgen take optional command line arguments Benjamin Walsh 2016-06-07 15:58:43 -0400
  • 851c537f29 kernel: add CONFIG_MDEF Benjamin Walsh 2016-06-14 16:36:55 -0400
  • 7280377ae1 checkpatch: do not check for min_t/max_t Benjamin Walsh 2016-09-06 16:51:58 -0400
  • f5c5f362a7 checkpatch: add --ignore DATE_TIME Benjamin Walsh 2016-09-06 10:30:42 -0400
  • 1d25d81ecd slist: add sys_slist_append_list and sys_slist_merge_slist() Benjamin Walsh 2016-08-08 10:21:03 -0400
  • e69982b8b5 slist: add sys_slist_get() to fetch and remove the head Benjamin Walsh 2016-06-11 18:56:07 -0400