Commit graph

  • 59592cda8a Cosmetic: Update test_events file header Peter Mitsis 2015-12-08 16:35:05 -0500
  • 1a163f53b7 task_irq: Simplify task_irq_test() API family Peter Mitsis 2015-12-07 15:06:07 -0500
  • b4ba8087e7 mailbox: Simplify task_mbox_get() API family Peter Mitsis 2015-12-03 11:38:31 -0500
  • 96116cadbb mailbox: Simplify task_mbox_put() API family Peter Mitsis 2015-12-03 09:56:31 -0500
  • 08fbb29834 test_mail: Apply doxygen style Peter Mitsis 2015-12-09 11:58:37 -0500
  • 95de74e121 mailbox, cosmetic: Put constant in comparisons on the right Peter Mitsis 2015-12-09 12:21:11 -0500
  • 999e706dba mvic: fix how local interrupts are programmed Andrew Boie 2015-12-08 11:22:48 -0800
  • a664aae335 x86: reduce static IRQ stub size Andrew Boie 2015-12-11 16:00:55 -0800
  • 88808f1247 quark_se: apic: work around EOI forwarding issue Andrew Boie 2015-12-10 14:43:10 -0800
  • 9e9922265e serial: simplify interrupt config options Daniel Leung 2015-12-10 13:29:57 -0800
  • c71dddb2c2 spi: dw: intel: move IOAPIC interrupt trigger flags into driver Daniel Leung 2015-12-10 09:52:56 -0800
  • 8effb4fed3 shared_irq: move IOAPIC interrupt trigger flags into driver Daniel Leung 2015-12-10 09:52:56 -0800
  • 66b99d9cc1 i2c/dw: move IOAPIC interrupt trigger flags into driver Daniel Leung 2015-12-10 09:52:56 -0800
  • 8cb01064f6 gpio/dw: move IOAPIC interrupt trigger flags into driver Daniel Leung 2015-12-10 09:52:56 -0800
  • 1b8a9ed895 device: fix synchronous call usage of nano semaphore Daniel Leung 2015-12-09 11:36:53 -0800
  • bfd02861fc samples/build_test: add build test for dw_aio_comparator Daniel Leung 2015-12-09 10:42:49 -0800
  • 01fdf3ad12 samples/build_test: add build test for i2c_quark_se_ss Daniel Leung 2015-12-09 10:30:03 -0800
  • a56ed39825 i2c/i2c_quark_se_ss: fix build errors Daniel Leung 2015-12-09 10:03:25 -0800
  • 3963ae5060 nanokernel: Expose publicly nano_timer_wait Tomasz Bursztyka 2015-12-11 11:49:08 +0100
  • 590aa82517 sanity: disable mem_safe testcase on iamcu platforms Anas Nashif 2015-12-08 14:36:52 -0500
  • c25d6c5d63 loapic: handle spurious interrupts Andrew Boie 2015-12-09 14:53:41 -0800
  • 407d9e050b x86: irq_offload: don't use the last vector Andrew Boie 2015-12-09 10:18:30 -0800
  • a0e427f8a4 x86: remove loapic_int_vec_trigger() Andrew Boie 2015-12-04 11:08:23 -0800
  • 4307552dab tests: latency_measure: use irq_offload() Andrew Boie 2015-12-02 10:29:39 -0800
  • 3589695508 ipi: rename to ipm Andrew Boie 2015-11-12 14:00:47 -0800
  • f6f81868f8 build: Remove PROJECTINCLUDE from application makefiles Anas Nashif 2015-12-06 15:40:13 -0500
  • 3a87dae54d sanitize use of ARCH/SRCARCH Anas Nashif 2015-12-06 09:51:33 -0500
  • 801874d71f build: remove more unused linux code Anas Nashif 2015-12-06 09:09:03 -0500
  • 9fe306bc2a Generate stack usage information only when enabled Anas Nashif 2015-12-05 09:36:38 -0500
  • cf81e1ff87 gpio: gpio_dw_registers.h is local to the file including it Anas Nashif 2015-12-05 09:27:59 -0500
  • 487660def2 quark_se: shared_mem.h is local to the file including it Anas Nashif 2015-11-26 16:28:20 -0500
  • 0a272bc420 fixed check for clang compiler Anas Nashif 2015-12-05 09:17:54 -0500
  • 938d8958a5 remove stray defconfig left behind during rebase Anas Nashif 2015-12-08 16:34:20 -0500
  • 66233116ff kconfig: define CONFIG_PLATFORM only once Anas Nashif 2015-11-29 19:47:21 -0500
  • fa2441534a x86: kernel move excstub.S back to core Dirk Brandewie 2015-12-08 09:26:53 -0800
  • 88ce5bc8f5 kernel: remove CONFIG_INT_LATENCY_BENCHMARK fences from code path Dirk Brandewie 2015-12-08 09:26:53 -0800
  • a50f923504 x86: fatal: report vector number of spurious interrupts Andrew Boie 2015-12-04 13:03:51 -0800
  • 65c16621a1 kernel_event_logger: fix function defintion Andrew Boie 2015-12-04 12:58:10 -0800
  • 902eb1d5f1 loapic: expose _loapic_isr_vector_get() in header Andrew Boie 2015-12-04 11:21:33 -0800
  • ce31c524f2 i2c: Remove all polling based functions Tomasz Bursztyka 2015-12-08 12:16:41 +0100
  • 7770c3ed9d x86: mvic: re-load IDT if it is modified Andrew Boie 2015-12-04 15:42:03 -0800
  • ff49fa0685 i2c/quark_se_ss: create empty .set_callback() Daniel Leung 2015-12-07 09:57:31 -0800
  • 77d167d004 ioapic: move common init code into driver Daniel Leung 2015-12-08 11:17:56 -0800
  • 921ee03094 loapic: move common init code into driver Daniel Leung 2015-12-08 11:17:56 -0800
  • 8778152298 i8259: move init code into driver Daniel Leung 2015-12-08 11:17:56 -0800
  • a6f195937e x86/qemu_x86: remove empty init function Daniel Leung 2015-12-08 11:17:56 -0800
  • 4331244352 x86/ia32: remove empty init function Daniel Leung 2015-12-08 11:17:55 -0800
  • fe44e29da8 arc/quark_se_ss: remove no longer referenced UART #defines Daniel Leung 2015-12-08 15:41:20 -0800
  • d51f3dfd5d arm/qemu_arm: clean up no longer referenced UART #defines Daniel Leung 2015-12-08 15:33:43 -0800
  • 03afb32308 arc/generic_arc: clean up no longer referenced UART #defines Daniel Leung 2015-12-08 15:32:07 -0800
  • f12df08085 arm/fsl_frdm_k64f: clean up UART defines in board.h Daniel Leung 2015-12-08 15:30:25 -0800
  • a9f6f89e84 drivers/console: Add support for editing the line internally Johan Hedberg 2015-12-08 22:45:12 +0200
  • f88cccd2b5 drivers/console: Handle basic control characters cleanly Johan Hedberg 2015-12-08 10:35:04 +0200
  • 26484222ef lib/libc: Add implementation for isprint() Johan Hedberg 2015-12-08 09:30:30 +0200
  • 6147fc6384 drivers/console: Ignore characters when runnning out of buffer space Johan Hedberg 2015-12-08 09:26:31 +0200
  • 1c35329dc0 drivers/console: Remove unnecessary check for line feed character Johan Hedberg 2015-12-08 09:20:31 +0200
  • ed78a03da2 doc: Enhance information about microkernel mailboxes Allan Stephens 2015-08-25 13:45:03 -0400
  • 5355aa8a76 Bluetooth: samples/shell: Add support for custom prompt callback Johan Hedberg 2015-12-04 13:12:09 +0200
  • 610186b48a Bluetooth: Fix HCI driver Kconfig references in samples Johan Hedberg 2015-12-07 20:58:05 +0200
  • 5305003b32 Bluetooth: Use h4_* prefix for H:4 driver internal symbols Johan Hedberg 2015-12-07 19:58:52 +0200
  • 4bb1391c7d Bluetooth: Rename UART driver to H:4 driver Johan Hedberg 2015-12-07 19:48:48 +0200
  • 966acc1980 Bluetooth: Don't default to continuous scanning with BT_LE_SCAN_ACTIVE Johan Hedberg 2015-12-07 12:18:30 +0200
  • c692c1672a Bluetooth: Fix passing bool instead of NULL pointer Johan Hedberg 2015-12-07 12:05:57 +0200
  • bf8179be9e Bluetooth: BR/EDR: Enforce BLUETOOTH_CONN be set Arkadiusz Lichwa 2015-12-04 15:19:03 +0100
  • f0572cfb61 Bluetooth: BR/EDR: Update of hci_disconn_complete Arkadiusz Lichwa 2015-12-04 13:02:51 +0100
  • 853ab787e7 Bluetooth: BR/EDR: Initial connection complete handling Arkadiusz Lichwa 2015-12-03 17:20:29 +0100
  • 7abddd2bdf Bluetooth: BR/EDR: Look up conn by BT address helper Arkadiusz Lichwa 2015-12-03 17:05:51 +0100
  • db57e259a7 Bluetooth: BR/EDR: Rename BT_CONN_TYPE_BREDR Arkadiusz Lichwa 2015-12-07 10:03:05 +0100
  • ad425d4dae Bluetooth: Fix connection type check in bt_conn_lookup_state Johan Hedberg 2015-12-07 10:45:41 +0200
  • d2f90fad61 Bluetooth: Fix missing conn type check in bt_conn_lookup_addr_le Johan Hedberg 2015-12-07 10:42:57 +0200
  • 719aab5ce3 Bluetooth: BR/EDR: Reject SCO connections until we support them Johan Hedberg 2015-12-07 10:35:45 +0200
  • 08c40b1034 Bluetooth: BR/EDR: Validate incoming conn request Arkadiusz Lichwa 2015-12-03 12:59:44 +0100
  • 1453613acc Bluetooth: BR/EDR: Enable handling incoming conn request Arkadiusz Lichwa 2015-12-03 12:19:02 +0100
  • 76d3602e46 Bluetooth: samples/shell: Update advertising command to new API Johan Hedberg 2015-12-07 08:38:37 +0200
  • de6e78e1f6 Bluetooth: samples/beacon: Use NRPA for advertising Johan Hedberg 2015-12-07 08:21:50 +0200
  • 4087728345 Bluetooth: Provide API to advertise with local NRPA Johan Hedberg 2015-12-07 08:11:41 +0200
  • 2ab218a315 Bluetooth: Make bt_rand consume only one net_buf at a time Johan Hedberg 2015-12-07 08:00:32 +0200
  • d13a338689 Bluetooth: Use NRPA for active scanning Johan Hedberg 2015-12-06 10:29:11 +0200
  • e4e51e3051 Bluetooth: Move random number helper to hci_core.c Johan Hedberg 2015-12-06 09:30:00 +0200
  • d4a9bdebc9 Bluetooth: samples/shell: Clean up advertise command handler Johan Hedberg 2015-12-05 23:07:20 +0200
  • 40cb272e14 Bluetooth: Add validity checks for adv & scan parameters Johan Hedberg 2015-12-05 22:47:23 +0200
  • 784e391bef Bluetooth: Add define for Connectable low duty cycle directed advertising Johan Hedberg 2015-12-05 22:45:11 +0200
  • 47044cd677 Bluetooth: Add advertising interval to LE adv params API Johan Hedberg 2015-12-05 21:50:43 +0200
  • 7fb1900511 Bluetooth: Fix typo in LE GAP timer definitions Johan Hedberg 2015-12-05 21:50:24 +0200
  • 9533fbcfe1 Bluetooth: Add latency & timeout to LE conn param API Johan Hedberg 2015-12-05 21:39:44 +0200
  • 1a32d5ed55 Bluetooth: Add support for specifying connection parameters Johan Hedberg 2015-12-05 15:32:58 +0200
  • da86c397f1 Bluetooth: Fix LE connection interval type Johan Hedberg 2015-12-05 15:30:41 +0200
  • defd4aa4d5 Bluetooth: Update GAP timer definitions Johan Hedberg 2015-12-05 14:33:16 +0200
  • af2732202b Bluetooth: SMP: Use smp_error in bt_auth_passkey_entry Szymon Janc 2015-12-04 14:01:52 +0100
  • 97fb4d2990 Bluetooth: SMP: Delay LE SC pairing until PublicKey is generated Szymon Janc 2015-12-04 13:41:29 +0100
  • b2db881468 Bluetooth: SMP: Follow central-peripheral ifdefs rule Szymon Janc 2015-12-03 18:04:52 +0100
  • 52054bd8e3 Bluetooth: SMP: Refactor smp_public_key Szymon Janc 2015-12-03 17:57:36 +0100
  • 57f54ccabe Bluetooth: SMP: Add helper for generating passkey in LE SC Szymon Janc 2015-12-03 17:55:14 +0100
  • c8e5d429c2 Bluetooth: SMP: Add helper for DHKey generation Szymon Janc 2015-12-03 17:11:52 +0100
  • 70669756ff Bluetooth: Add convenience macros for defined GAP timers Johan Hedberg 2015-12-04 13:35:55 +0200
  • 6891b94357 Bluetooth: Add missing check for valid filter_dup value Johan Hedberg 2015-12-04 13:23:28 +0200
  • 266721018d Bluetooth: Add proper defines for scan enable parameters Johan Hedberg 2015-12-04 13:22:18 +0200
  • 4956d5630e Bluetooth: samples/shell: Add "select" command Johan Hedberg 2015-12-04 12:46:25 +0200
  • 2f76a721fd Bluetooth: samples/shell: Support disconnecting non-default device Johan Hedberg 2015-12-04 12:40:26 +0200
  • 160489a595 Bluetooth: samples/shell: Add "auto-conn" command Johan Hedberg 2015-12-04 12:36:55 +0200