Commit graph

  • 637695a476 Bluetooth: SMP: Reduce number of used flags Szymon Janc 2015-11-30 12:35:31 +01:00
  • 5e3eea6b0e Bluetooth: SMP: Refactor to prepare for LE SC Passkey Entry Szymon Janc 2015-11-26 09:41:32 +01:00
  • 66f9b8dc22 Bluetooth: BR/EDR: Add SCAN functionality to shell app Arkadiusz Lichwa 2015-11-27 13:28:06 +01:00
  • a8d187d5aa Bluetooth: BR/EDR: Enable BLUETOOTH_BREDR option in shell app Arkadiusz Lichwa 2015-12-01 17:06:43 +02:00
  • 1b66376a61 Bluetooth: Fix misused forward declaration Arkadiusz Lichwa 2015-12-01 16:33:01 +02:00
  • 2ebf636fe2 Bluetooth: BR/EDR: Add basic SCAN support Arkadiusz Lichwa 2015-11-26 14:47:11 +01:00
  • 216938ca2b Bluetooth: Print leading zeros for passkey in shell app Szymon Janc 2015-11-26 16:23:11 +01:00
  • b2beefc0b3 net: 6LowPAN: Add length check when decompressing headers Luiz Augusto von Dentz 2015-11-27 16:35:55 +02:00
  • ddc617efad Bluetooth: Update README with instructions for IPSP application Luiz Augusto von Dentz 2015-11-30 15:48:15 +02:00
  • 6be8a35d05 Bluetooth: Add IPSP sample application Luiz Augusto von Dentz 2015-11-27 14:54:44 +02:00
  • 64662703af net: Network driver for Bluetooth 6LoWPAN connections Jukka Rissanen 2015-11-10 09:52:32 +02:00
  • c05ea4c21c Bluetooth: Add bt_conn_get_info Luiz Augusto von Dentz 2015-11-27 15:00:52 +02:00
  • 2f275c86b9 Bluetooth: UUID: Add IPSS UUID definition Luiz Augusto von Dentz 2015-11-27 14:58:51 +02:00
  • 0af650f145 Bluetooth: L2CAP: Make bt_l2cap_chan_send return the bytes sent Luiz Augusto von Dentz 2015-11-27 14:56:24 +02:00
  • 40aaff5779 Bluetooth: L2CAP: Allocate buffer from channel if supported Luiz Augusto von Dentz 2015-11-26 13:25:06 +02:00
  • 1725d14b31 Bluetooth: L2CAP: Fix check of SDU buffer Luiz Augusto von Dentz 2015-11-26 13:14:58 +02:00
  • 045bac2d4c Bluetooth: Fix zero-byte coding style for memset() Johan Hedberg 2015-11-30 13:15:04 +02:00
  • 5e607f93b9 Bluetooth: Use continuous scanning when initiating LE connections Johan Hedberg 2015-11-30 13:12:39 +02:00
  • 3949ef16ea net: contiki: IPv6 packet handling had debugging activated Jukka Rissanen 2015-11-27 09:13:49 +02:00
  • d0ac5c7cf0 net: buf: Enable IP and L2 buf debugging properly Jukka Rissanen 2015-11-26 17:25:40 +02:00
  • ce4a34181f Bluetooth: Add SM related struct defs to bttester Grzegorz Kolodziejczyk 2015-11-18 13:20:02 +01:00
  • 3aad102874 Bluetooth: SMP: Fix missing new line Szymon Janc 2015-11-25 16:38:55 +01:00
  • 2046a2d606 Bluetooth: Simplify preprocessor checks for BR/EDR samphores Szymon Janc 2015-11-25 15:26:23 +01:00
  • b63a04fb51 Bluetooth: Remove extra semicolons Szymon Janc 2015-11-25 15:16:10 +01:00
  • 51f8ca59cd Bluetooth: Add newline to log macros Szymon Janc 2015-11-25 14:26:48 +01:00
  • b71cde8cb3 Bluetooth: ATT: err_to_att() minor fix Arkadiusz Lichwa 2015-11-25 13:02:15 +01:00
  • b0349f4d3c Bluetooth: SMP: Fix IO capa selection for LE SC Szymon Janc 2015-11-25 11:23:30 +01:00
  • 7422e70c37 Bluetooth: BR/EDR: Introduce bt_conn_add_br() routine Arkadiusz Lichwa 2015-11-25 11:51:25 +01:00
  • f30f0702dc Bluetooth: Refactor bt_conn_add_le() routine Arkadiusz Lichwa 2015-11-25 11:23:54 +01:00
  • 96fc48edb3 Bluetooth: Refactor bt_conn_add() routine Arkadiusz Lichwa 2015-11-25 10:48:33 +01:00
  • 607f7c12cd Bluetooth: Disable SMP debugs in shell app Szymon Janc 2015-11-25 11:07:59 +01:00
  • fc01e6622b Bluetooth: SMP: Add clarifying comment about rand and ediv Szymon Janc 2015-11-25 08:58:45 +01:00
  • 6354e36be7 aio: dw: fix compilation errors Daniel Leung 2015-12-07 14:14:42 -08:00
  • 0dbca43e6a benchmarks: disable CONFIG_ERRNO for minimal configurations Benjamin Walsh 2015-12-04 15:39:36 -05:00
  • 355a00e6f0 test: add nanokernel errno test Benjamin Walsh 2015-12-04 15:30:41 -05:00
  • fc1c0c3345 libc/minimal: use per-thread errno implementation Benjamin Walsh 2015-12-04 15:15:44 -05:00
  • 3181df6db4 kernel: add per-thread errno support Benjamin Walsh 2015-12-04 15:12:03 -05:00
  • 6eeec2137f drivers/console: Reduce scope of 'pos' variable Johan Hedberg 2015-12-07 15:05:45 +02:00
  • 5ad78034c9 drivers/console: Remove unnecessary indentation in uart_console_isr Johan Hedberg 2015-12-07 15:03:20 +02:00
  • 7ad2d474d8 drivers/console: shell: Decrease maximum line length from 1024 to 256 Johan Hedberg 2015-12-07 14:18:18 +02:00
  • 2893def459 drivers/console: shell: Add custom prompt callback support Johan Hedberg 2015-12-04 13:10:36 +02:00
  • 3c9592ec59 quark_se: need some extra love for interrupt driver UARTs Daniel Leung 2015-12-04 14:47:49 -08:00
  • 04f5cfb889 wdt: dw: Add support for optional clock gating Tomasz Bursztyka 2015-12-03 14:05:51 +01:00
  • 61c15ba1e1 rtc: dw: Add support for optional clock gating Tomasz Bursztyka 2015-12-03 13:49:45 +01:00
  • d1d66a6200 rtc: dw: Unmasking interrupt is not generic among platforms Tomasz Bursztyka 2015-12-03 12:16:30 +01:00
  • 49a6e0ae37 wdt: dw: Unmasking interrupt is not generic among platforms Tomasz Bursztyka 2015-12-03 12:21:14 +01:00
  • 66f05ce4b3 rtc: dw: Make internal primitives Kconfig based Tomasz Bursztyka 2015-12-03 11:49:29 +01:00
  • 85b49efe67 watchdog: dw: Make internal primitives Kconfig based Tomasz Bursztyka 2015-12-03 10:02:00 +01:00
  • 466cb00d3f rtc: Make the API ready for multiple RTC instances Tomasz Bursztyka 2015-12-02 19:06:24 +01:00
  • e8c4335aa6 watchdog: Make the API ready for multiple WDT instances Tomasz Bursztyka 2015-12-03 09:43:26 +01:00
  • 275ca60b08 Fixed file description and applied doxygen style Anas Nashif 2015-12-04 10:09:39 -05:00
  • 7283fe0dd3 Zephyr 0.7.0 Anas Nashif 2015-12-04 20:06:00 -05:00
  • c5d86e90a1 Fix logging of interrupt events. Yonattan Louise 2015-12-02 12:52:21 -06:00
  • 9cb1e363f1 Add sleep events to sample in nanokernel. Yonattan Louise 2015-12-02 11:11:37 -06:00
  • 8885d093c4 Add support for profiling sleep events in nanokernel. Yonattan Louise 2015-12-02 10:13:14 -06:00
  • dc12b5d06a Add _loapic_isr_vector_get to mvic Yonattan Louise 2015-12-01 16:29:23 -06:00
  • 6b67133df2 Fix event logger header. Yonattan Louise 2015-12-01 16:28:44 -06:00
  • 036f793544 quark_se: change interrupt values for UART Anas Nashif 2015-12-04 09:31:41 -05:00
  • 98e5c41363 configs: remove obsolete CONFIG_UART_CONSOLE_INDEX Anas Nashif 2015-12-04 09:30:36 -05:00
  • 8ff397d005 qemu_x86: remove obsolete UART defines Anas Nashif 2015-12-04 09:29:34 -05:00
  • 0f0d8d2c2f quark_se: set UART IRQ flags Anas Nashif 2015-12-04 09:11:31 -05:00
  • de40d9f90f uart: check for MVIC when creating stubs Anas Nashif 2015-12-04 09:11:13 -05:00
  • e6f5702e5f quark_d2000: set UART IRQ flags Anas Nashif 2015-12-04 09:10:17 -05:00
  • 40e41a968d quark_d2000: change interrupt values for UART Anas Nashif 2015-12-04 09:09:27 -05:00
  • 39a985a045 adc: update adc sanity check with new platform name Juan Manuel Cruz 2015-12-04 10:12:18 -06:00
  • a0a140f470 uart/nsim: Make config for uart/nsim explicit Daniel Leung 2015-12-04 09:36:33 -08:00
  • 0aa73523dd adc: fixes the macro name for interruption vectors. Juan Manuel Cruz 2015-12-04 09:57:57 -06:00
  • 678ebbcd24 Zephyr v0.7.0-rc3 Anas Nashif 2015-12-03 17:12:58 -05:00
  • dcda679c72 gpio, pwm, rgb lcd: Replace polling i2c requests Dmitriy Korovkin 2015-11-19 11:23:42 -05:00
  • 0b95c35549 i2c: Transmission completion semaphore Dmitriy Korovkin 2015-10-20 10:49:13 -04:00
  • 55fdd1fd33 device: Provide generic API to handle synchronous calls in drivers Tomasz Bursztyka 2015-11-24 13:29:11 +01:00
  • 86a0ab478b adc: kconfig symbols for interruption vectors and priority Juan Manuel Cruz 2015-11-27 12:08:25 -06:00
  • bc1a79c4c3 irq: removes priority parameter from IRQ_CONFIG macro Juan Manuel Cruz 2015-11-30 11:21:13 -06:00
  • 4d7181b762 x86: move intconnect.c Andrew Boie 2015-12-02 13:20:20 -08:00
  • 89d619b5b2 footprint compare: script to build and compare footprint apps Javier B Perez Hernandez 2015-11-25 16:56:38 -06:00
  • 52c08d8965 i2c: i2c_quark_se_ss: fix compilation error Daniel Leung 2015-12-03 09:20:54 -08:00
  • ef25238be0 uart: fix compilation error when interrupt is enabled Daniel Leung 2015-12-03 09:35:43 -08:00
  • bb60c1619b rtc: let sanity test-build this application Anas Nashif 2015-12-03 12:03:14 -05:00
  • e5c41f0720 watchdog: add sample application Anas Nashif 2015-12-03 11:49:28 -05:00
  • 52e11824ee gpio: Adds io/aux register support for IP configuration. Juan Manuel Cruz 2015-11-27 10:34:49 -06:00
  • 38e935a97f net: buf: Fix compilation if net buf debugging is turned off Jukka Rissanen 2015-11-26 16:37:48 +02:00
  • 3b2f85ba5e Zephyr v0.7.0-rc2 Anas Nashif 2015-12-03 06:34:15 -05:00
  • 621b5b18d8 sanity: update footprint numbers Anas Nashif 2015-12-03 06:32:58 -05:00
  • 960229468a grove/lcd: fix init level due to dependence on system clock Daniel Leung 2015-11-30 15:57:11 -08:00
  • ddab92c23a hpet: move content of include/drivers/hpet.h into driver Daniel Leung 2015-12-01 15:05:00 -08:00
  • 55b70650b1 benchmarks: make app_kernel work on minuteia systems Anas Nashif 2015-12-02 11:10:21 -05:00
  • e7827ff684 sanity: adds adc test for arc Juan Manuel Cruz 2015-11-27 15:50:40 -06:00
  • 5e5a45e45e gpio: fixes isr signature for static irq Juan Manuel Cruz 2015-11-25 17:41:01 -06:00
  • 46e79a7990 adc: adapts irq static macro calls Juan Manuel Cruz 2015-11-25 10:48:12 -06:00
  • b51b3da133 quark se arc: irq static initialization support. Juan Manuel Cruz 2015-11-24 17:17:43 -06:00
  • a894799c94 arc: static IRQ handling Juan Manuel Cruz 2015-11-24 17:02:50 -06:00
  • 4613fc8c74 arc: adapt to standard IRQ_CONNECT_STATIC signature. Juan Manuel Cruz 2015-11-25 17:21:18 -06:00
  • b798c0adad devices: _PASTE macro relocated from init.h to common.h Juan Manuel Cruz 2015-11-26 11:53:53 -06:00
  • 2e2ad8166e qemu: Creation of QEMU specific platforms Sergio Rodriguez 2015-11-13 16:17:27 -08:00
  • ba6f2d9617 uart: remove uart_devs[] Daniel Leung 2015-12-01 08:42:20 -08:00
  • 5cdd4584fe uart_pipe: use device name instead of index Daniel Leung 2015-12-01 08:42:20 -08:00
  • 1720991b81 bluetooth/uart: use device name instead of index Daniel Leung 2015-12-01 08:42:20 -08:00
  • 08b4fd431b console/uart: use device name instead of index Daniel Leung 2015-12-01 08:42:20 -08:00
  • 1d816afcc0 serial: remove unused code after refactoring Daniel Leung 2015-12-01 08:42:20 -08:00
  • 9481c75945 serial/stellaris: consolidate initialization code Daniel Leung 2015-12-01 08:42:19 -08:00